Class: Google::Cloud::Dialogflow::V2::DetectIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DetectIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/session.rb
Overview
The request to detect user's intent.
Instance Attribute Summary collapse
-
#input_audio ⇒ ::String
The natural language speech audio to be processed.
-
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
Instructs the speech synthesizer how to generate the output audio.
-
#output_audio_config_mask ⇒ ::Google::Protobuf::FieldMask
Mask for output_audio_config indicating which settings in this request-level config should override speech synthesizer settings defined at agent-level.
-
#query_input ⇒ ::Google::Cloud::Dialogflow::V2::QueryInput
Required.
-
#query_params ⇒ ::Google::Cloud::Dialogflow::V2::QueryParameters
The parameters of this query.
-
#session ⇒ ::String
Required.
Instance Attribute Details
#input_audio ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_audio_config_mask ⇒ ::Google::Protobuf::FieldMask
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_input ⇒ ::Google::Cloud::Dialogflow::V2::QueryInput
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_params ⇒ ::Google::Cloud::Dialogflow::V2::QueryParameters
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 77 class DetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |