Class: Google::Cloud::Dialogflow::V2::Intent::Message::QuickReplies
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::QuickReplies
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The quick replies response message.
Instance Attribute Summary collapse
-
#quick_replies ⇒ ::Array<::String>
Optional.
-
#title ⇒ ::String
Optional.
Instance Attribute Details
#quick_replies ⇒ ::Array<::String>
Returns Optional. The collection of quick replies.
355 356 357 358 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 355 class QuickReplies include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Optional. The title of the collection of quick replies.
355 356 357 358 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 355 class QuickReplies include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |