Class: Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::FulfillIntentRequest
- 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
-
#match ⇒ ::Google::Cloud::Dialogflow::CX::V3::Match
The matched intent/event to fulfill.
-
#match_intent_request ⇒ ::Google::Cloud::Dialogflow::CX::V3::MatchIntentRequest
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
-
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::CX::V3::OutputAudioConfig
Instructs the speech synthesizer how to generate output audio.
Instance Attribute Details
#match ⇒ ::Google::Cloud::Dialogflow::CX::V3::Match
Returns The matched intent/event to fulfill.
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.
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.
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 |