GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse

data class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse(val alias: String, val entityType: String, val text: String, val userDefined: Boolean)

Represents a part of a training phrase.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.

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

The text for this part.

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.