Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ConversationTurn::VirtualAgentOutput (v0.12.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ConversationTurn::VirtualAgentOutput.

The output from the virtual agent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_page

def current_page() -> ::Google::Cloud::Dialogflow::CX::V3::Page
Returns

#current_page=

def current_page=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Page
Parameter
Returns

#diagnostic_info

def diagnostic_info() -> ::Google::Protobuf::Struct
Returns
  • (::Google::Protobuf::Struct) — Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.

#diagnostic_info=

def diagnostic_info=(value) -> ::Google::Protobuf::Struct
Parameter
  • value (::Google::Protobuf::Struct) — Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.
Returns
  • (::Google::Protobuf::Struct) — Required. Input only. The diagnostic [info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn. Required to calculate the testing coverage.

#differences

def differences() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TestRunDifference>
Returns

#session_parameters

def session_parameters() -> ::Google::Protobuf::Struct
Returns

#session_parameters=

def session_parameters=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#status

def status() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — Response error from the agent in the test result. If set, other output is empty.

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — Response error from the agent in the test result. If set, other output is empty.
Returns
  • (::Google::Rpc::Status) — Response error from the agent in the test result. If set, other output is empty.

#text_responses

def text_responses() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text>
Returns

#text_responses=

def text_responses=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::Text>
Parameter
Returns

#triggered_intent

def triggered_intent() -> ::Google::Cloud::Dialogflow::CX::V3::Intent
Returns

#triggered_intent=

def triggered_intent=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Intent
Parameter
Returns