EntityType

class EntityType : KotlinCustomResource

Creates an entity type in the specified agent. Note: You should always train an agent prior to sending it queries. See the training documentation. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Optional. Indicates whether the entity type can be automatically expanded.

Link copied to clipboard
val displayName: Output<String>

The name of the entity type.

Link copied to clipboard

Optional. Enables fuzzy entity extraction during classification.

Link copied to clipboard

Optional. The collection of entity entries associated with the entity type.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kind: Output<String>

Indicates the kind of entity type.

Link copied to clipboard
val languageCode: Output<String>?

Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The unique identifier of the entity type. Required for EntityTypes.UpdateEntityType and EntityTypes.BatchUpdateEntityTypes methods. Format: projects//agent/entityTypes/.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>