- 1.37.0 (latest)
- 1.36.0
- 1.35.0
- 1.34.1
- 1.33.0
- 1.32.1
- 1.31.1
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.1
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.0
- 1.18.0
- 1.17.1
- 1.16.0
- 1.15.0
- 1.14.1
- 1.13.5
- 1.12.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.1
- 1.0.0
- 0.8.2
- 0.7.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.3.0
- 0.2.0
- 0.1.1
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_v3.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_v3.types.Intent): The [Intent][google.cloud.dialogflow.cx.v3.Intent] that triggered the response. Only name and displayName will be set. current_page (google.cloud.dialogflowcx_v3.types.Page): The [Page][google.cloud.dialogflow.cx.v3.Page] on which the utterance was spoken. Only name and displayName will be set. text_responses (Sequence[google.cloud.dialogflowcx_v3.types.ResponseMessage.Text]): The [text][google.cloud.dialogflow.cx.v3.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.