Class: Google::Cloud::Dialogflow::V2::Intent::Message::Suggestions

Inherits:
Object
  • Object
show all
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.

Returns:



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