Class: Google::Cloud::Dialogflow::CX::V3::Intent::TrainingPhrase::Part
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Intent::TrainingPhrase::Part
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
Overview
Represents a part of a training phrase.
Instance Attribute Summary collapse
-
#parameter_id ⇒ ::String
The parameter used to annotate this part of the training phrase.
-
#text ⇒ ::String
Required.
Instance Attribute Details
#parameter_id ⇒ ::String
Returns The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 132 class Part include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |