GoogleCloudDialogflowV2IntentTrainingPhraseType

enum GoogleCloudDialogflowV2IntentTrainingPhraseType : Enum<GoogleCloudDialogflowV2IntentTrainingPhraseType> , ConvertibleToJava<GoogleCloudDialogflowV2IntentTrainingPhraseType>

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. Template mode has been deprecated. Example mode is the only supported way to create new training phrases. If you have existing training phrases that you've created in template mode, those will continue to work.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: GoogleCloudDialogflowV2IntentTrainingPhraseType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2IntentTrainingPhraseType
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.