Google Cloud Dialogflow Cx V3Entity Type Entity Args
data class GoogleCloudDialogflowCxV3EntityTypeEntityArgs(val synonyms: Output<List<String>>, val value: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowCxV3EntityTypeEntityArgs>
An entity entry for an associated entity type.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3EntityTypeEntityArgs(synonyms: Output<List<String>>, value: Output<String>)
Functions
Properties
Link copied to clipboard
The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP
entity types: * A canonical value to be used in place of synonyms. For KIND_LIST
entity types: * A string that can contain references to other entity types (with or without aliases).