Google Cloud Dialogflow V2beta1Intent Training Phrase Part Args
data class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartArgs(val alias: Output<String>? = null, val entityType: Output<String>? = null, val text: Output<String>, val userDefined: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartArgs>
Represents a part of a training phrase.
Properties
Link copied to clipboard
Optional. The entity type name prefixed with @
. This field is required for annotated parts of the training phrase.
Link copied to clipboard
Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.