Class: Google::Cloud::Dialogflow::V2::Intent::Message::Suggestions
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Intent::Message::Suggestions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The collection of suggestions.
Instance Attribute Summary collapse
Instance Attribute Details
#suggestions ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::Suggestion>
Returns Required. The list of suggested replies.
477 478 479 480 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 477 class Suggestions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |