Class: Google::Cloud::Dialogflow::V2::DetectIntentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DetectIntentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/session.rb
Overview
The message returned from the [DetectIntent][] method.
Instance Attribute Summary collapse
-
#output_audio ⇒ ::String
The audio data bytes encoded as specified in the request.
-
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
The config used by the speech synthesizer to generate the output audio.
-
#query_result ⇒ ::Google::Cloud::Dialogflow::V2::QueryResult
The selected results of the conversational query or event processing.
-
#response_id ⇒ ::String
The unique identifier of the response.
-
#webhook_status ⇒ ::Google::Rpc::Status
Specifies the status of the webhook request.
Instance Attribute Details
#output_audio ⇒ ::String
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 109 class DetectIntentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_audio_config ⇒ ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 109 class DetectIntentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_result ⇒ ::Google::Cloud::Dialogflow::V2::QueryResult
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 109 class DetectIntentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_id ⇒ ::String
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 109 class DetectIntentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_status ⇒ ::Google::Rpc::Status
109 110 111 112 |
# File 'proto_docs/google/cloud/dialogflow/v2/session.rb', line 109 class DetectIntentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |