GetEntityTypeResult

data class GetEntityTypeResult(val autoExpansionMode: String, val displayName: String, val enableFuzzyExtraction: Boolean, val entities: List<GoogleCloudDialogflowV2beta1EntityTypeEntityResponse>, val kind: String, val name: String)

Constructors

Link copied to clipboard
fun GetEntityTypeResult(autoExpansionMode: String, displayName: String, enableFuzzyExtraction: Boolean, entities: List<GoogleCloudDialogflowV2beta1EntityTypeEntityResponse>, kind: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Indicates the kind of entity type.

Link copied to clipboard

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