GetEntityTypeResult

data class GetEntityTypeResult(val autoExpansionMode: String, val displayName: String, val enableFuzzyExtraction: Boolean, val entities: List<GoogleCloudDialogflowCxV3EntityTypeEntityResponse>, val excludedPhrases: List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseResponse>, val kind: String, val name: String, val redact: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the entity type can be automatically expanded.

Link copied to clipboard

The human-readable name of the entity type, unique within the agent.

Link copied to clipboard

Enables fuzzy entity extraction during classification.

Link copied to clipboard

The collection of entity entries associated with the entity type.

Link copied to clipboard

Collection of exceptional words and phrases that shouldn't be matched. For example, if you have a size entity type with entry giant(an adjective), you might consider adding giants(a noun) as an exclusion. If the kind of entity type is KIND_MAP, then the phrases specified by entities and excluded phrases should be mutually exclusive.

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. Format: projects//locations//agents//entityTypes/.

Link copied to clipboard

Indicates whether parameters of the entity type should be redacted in log. If redaction is enabled, page parameters and intent parameters referring to the entity type will be replaced by parameter name when logging.