Class: Google::Cloud::Dialogflow::V2::Intent::Message::Text
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Text
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The text response message.
Instance Attribute Summary collapse
-
#text ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#text ⇒ ::Array<::String>
Returns Optional. The collection of the agent's responses.
306 307 308 309 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 306 class Text include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |