GoogleCloudDialogflowV2beta1IntentTrainingPhraseType

enum GoogleCloudDialogflowV2beta1IntentTrainingPhraseType : Enum<GoogleCloudDialogflowV2beta1IntentTrainingPhraseType> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentTrainingPhraseType>

Required. The type of the training phrase.

Entries

Link copied to clipboard

Not specified. This value should never be used.

Link copied to clipboard

Examples do not contain @-prefixed entity type names, but example parts can be annotated with entity types.

Link copied to clipboard

Templates are not annotated with entity types, but they can contain @-prefixed entity type names as substrings. Note: Template mode has been deprecated. Example mode is the only supported way to create new training phrases. If you have existing training phrases in template mode, they will be removed during training and it can cause a drop in agent performance.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentTrainingPhraseType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowV2beta1IntentTrainingPhraseType
Link copied to clipboard
Link copied to clipboard