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.
450 451 452 453 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 450 class Suggestions include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |