Class: Google::Cloud::Dialogflow::CX::V3::Phrase
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Phrase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/generator.rb
Overview
Text input which can be used for prompt or banned phrases.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Required.
Instance Attribute Details
#text ⇒ ::String
Returns Required. Text input which can be used for prompt or banned phrases.
103 104 105 106 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 103 class Phrase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |