Class Google::Cloud::Dialogflow::V2::DetectIntentResponse (v0.13.0)

The message returned from the DetectIntent method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_audio

def output_audio() -> ::String
Returns
  • (::String) — The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

    In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

#output_audio=

def output_audio=(value) -> ::String
Parameter
  • value (::String) — The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

    In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

Returns
  • (::String) — The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.fulfillment_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty.

    In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

#output_audio_config

def output_audio_config() -> ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
Returns

#output_audio_config=

def output_audio_config=(value) -> ::Google::Cloud::Dialogflow::V2::OutputAudioConfig
Parameter
Returns

#query_result

def query_result() -> ::Google::Cloud::Dialogflow::V2::QueryResult
Returns

#query_result=

def query_result=(value) -> ::Google::Cloud::Dialogflow::V2::QueryResult
Parameter
Returns

#response_id

def response_id() -> ::String
Returns
  • (::String) — The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

#response_id=

def response_id=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
Returns
  • (::String) — The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

#webhook_status

def webhook_status() -> ::Google::Rpc::Status
Returns

#webhook_status=

def webhook_status=(value) -> ::Google::Rpc::Status
Parameter
Returns