Class VirtualAgentOutput (0.8.0)

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

The output from the virtual agent. Attributes: session_parameters (google.protobuf.struct_pb2.Struct): The session parameters available to the bot at this point. 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][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response. Only name and displayName will be set. current_page (google.cloud.dialogflowcx_v3beta1.types.Page): The [Page][google.cloud.dialogflow.cx.v3beta1.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][google.cloud.dialogflow.cx.v3beta1.ResponseMessage.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.

Inheritance

builtins.object > proto.message.Message > VirtualAgentOutput