Module: Google::Cloud::Dialogflow::V2::Intent::TrainingPhrase::Type

Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

Represents different types of training phrases.

Constant Summary collapse

TYPE_UNSPECIFIED =

Not specified. This value should never be used.

0
EXAMPLE =

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

1
TEMPLATE =

Templates are not annotated with entity types, but they can contain @-prefixed entity type names as substrings.

2