Class VirtualAgentOutput (0.5.0)

VirtualAgentOutput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The output from the virtual agent. .. attribute:: session_parameters

The session parameters available to the bot at this point.

:type: google.protobuf.struct_pb2.Struct

Attributes

NameDescription
differences Sequence[google.cloud.dialogflowcx_v3beta1.types.TestRunDifference]
Output only. If this is part of a [result conversation turn][TestCaseResult.conversation_turns], the list of differences between the original run and the replay for this output, if any.
diagnostic_info google.protobuf.struct_pb2.Struct
Required. Input only. The diagnostic info][Session.DetectIntentResponse.QueryResult.diagnostic_info] output for the turn.
triggered_intent google.cloud.dialogflowcx_v3beta1.types.Intent
The Intent that triggered the response. Only name and displayName will be set.
current_page google.cloud.dialogflowcx_v3beta1.types.Page
The Page on which the utterance was spoken. Only name and displayName will be set.
text_responses Sequence[google.cloud.dialogflowcx_v3beta1.types.ResponseMessage.Text]
The text responses from the agent for the turn.
status google.rpc.status_pb2.Status
Response error from the agent in the test result. If set, other output is empty.