Google Cloud Dialogflow V2Intent Training Phrase Type
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
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
Functions
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.