Class: Google::Cloud::Dialogflow::V2::StreamingDetectIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::StreamingDetectIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/session.rb
Overview
The top-level message sent by the client to the Sessions.StreamingDetectIntent method.
Multiple request messages should be sent in order:
- The first message must contain session, query_input plus optionally query_params. If the client wants to receive an audio response, it should also contain output_audio_config. The message must not contain input_audio.
If query_input was set to query_input.audio_config, all subsequent messages must contain input_audio to continue with Speech recognition. If you decide to rather detect an intent from text input after you already started Speech recognition, please send a message with query_input.text.
However, note that:
* Dialogflow will bill you for the audio duration so far.
* Dialogflow discards all Speech recognition results in favor of the
input text.
* Dialogflow will use the language code from the first .
After you sent all input, you must half-close or abort the request stream.
Instance Attribute Summary collapse
-
#input_audio ⇒ String
The input audio content to be recognized.
-
#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.
-
#single_utterance ⇒ Boolean
Please use InputAudioConfig.single_utterance instead.
Instance Attribute Details
#input_audio ⇒ String
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#output_audio_config ⇒ Google::Cloud::Dialogflow::V2::OutputAudioConfig
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#output_audio_config_mask ⇒ Google::Protobuf::FieldMask
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#query_input ⇒ Google::Cloud::Dialogflow::V2::QueryInput
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#query_params ⇒ Google::Cloud::Dialogflow::V2::QueryParameters
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#session ⇒ String
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |
#single_utterance ⇒ Boolean
340 341 342 343 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 340 class StreamingDetectIntentRequest include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |