Google Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response
data class GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse(val currentPage: GoogleCloudDialogflowCxV3PageResponse, val diagnosticInfo: Map<String, String>, val differences: List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>, val sessionParameters: Map<String, String>, val status: GoogleRpcStatusResponse, val textResponses: List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>, val triggeredIntent: GoogleCloudDialogflowCxV3IntentResponse)
The output from the virtual agent.
Constructors
Link copied to clipboard
constructor(currentPage: GoogleCloudDialogflowCxV3PageResponse, diagnosticInfo: Map<String, String>, differences: List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>, sessionParameters: Map<String, String>, status: GoogleRpcStatusResponse, textResponses: List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>, triggeredIntent: GoogleCloudDialogflowCxV3IntentResponse)
Properties
Link copied to clipboard
The Page on which the utterance was spoken. Only name and displayName will be set.
Link copied to clipboard
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Link copied to clipboard
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
Link copied to clipboard
The session parameters available to the bot at this point.
Link copied to clipboard
Response error from the agent in the test result. If set, other output is empty.
Link copied to clipboard
The text responses from the agent for the turn.
Link copied to clipboard
The Intent that triggered the response. Only name and displayName will be set.