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

#suggestionsArray<Google::Cloud::Dialogflow::V2::Intent::Message::Suggestion>

Returns Required. The list of suggested replies.

Returns:



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