Class: Google::Cloud::Dialogflow::V2::Intent::Message::Suggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Suggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The suggestion chip message that the user can tap to quickly post a reply to the conversation.
Instance Attribute Summary collapse
-
#title ⇒ ::String
Required.
Instance Attribute Details
#title ⇒ ::String
Returns Required. The text shown the in the suggestion chip.
468 469 470 471 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 468 class Suggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |