Class: Google::Cloud::Dialogflow::CX::V3::DetectIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DetectIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/session.rb
Overview
The request to detect user’s intent.
Instance Attribute Summary collapse
-
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::CX::V3::OutputAudioConfig
Instructs the speech synthesizer how to generate the output audio.
-
#query_input ⇒ ::Google::Cloud::Dialogflow::CX::V3::QueryInput
Required.
-
#query_params ⇒ ::Google::Cloud::Dialogflow::CX::V3::QueryParameters
The parameters of this query.
-
#session ⇒ ::String
Required.
Instance Attribute Details
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::CX::V3::OutputAudioConfig
53 54 55 56 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 53 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_input ⇒ ::Google::Cloud::Dialogflow::CX::V3::QueryInput
53 54 55 56 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 53 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_params ⇒ ::Google::Cloud::Dialogflow::CX::V3::QueryParameters
53 54 55 56 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 53 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session ⇒ ::String
53 54 55 56 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 53 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |