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

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 simple response candidates. This message in QueryResult.fulfillment_messages and WebhookResponse.fulfillment_messages should contain only one SimpleResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#simple_responses::Array<::Google::Cloud::Dialogflow::V2::Intent::Message::SimpleResponse>

Returns Required. The list of simple responses.

Returns:



416
417
418
419
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 416

class SimpleResponses
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end