Class: Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Request of [FulfillIntent][]

Instance Attribute Summary collapse

Instance Attribute Details

#match::Google::Cloud::Dialogflow::CX::V3::Match

Returns The matched intent/event to fulfill.

Returns:



1216
1217
1218
1219
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1216

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

#match_intent_request::Google::Cloud::Dialogflow::CX::V3::MatchIntentRequest

Returns Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.

Returns:



1216
1217
1218
1219
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1216

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

#output_audio_config::Google::Cloud::Dialogflow::CX::V3::OutputAudioConfig

Returns Instructs the speech synthesizer how to generate output audio.

Returns:



1216
1217
1218
1219
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1216

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