Cx Test Case Last Test Result Conversation Turn Virtual Agent Output
data class CxTestCaseLastTestResultConversationTurnVirtualAgentOutput(val currentPage: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputCurrentPage? = null, val differences: List<CxTestCaseLastTestResultConversationTurnVirtualAgentOutputDifference>? = null, val sessionParameters: String? = null, val status: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputStatus? = null, val textResponses: List<CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTextResponse>? = null, val triggeredIntent: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTriggeredIntent? = null)
Constructors
Link copied to clipboard
constructor(currentPage: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputCurrentPage? = null, differences: List<CxTestCaseLastTestResultConversationTurnVirtualAgentOutputDifference>? = null, sessionParameters: String? = null, status: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputStatus? = null, textResponses: List<CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTextResponse>? = null, triggeredIntent: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTriggeredIntent? = null)
Properties
Link copied to clipboard
The Page on which the utterance was spoken. Structure is documented below.
Link copied to clipboard
The list of differences between the original run and the replay for this output, if any. Structure is documented below.
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. Structure is documented below.
Link copied to clipboard
val textResponses: List<CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTextResponse>? = null
The text responses from the agent for the turn. Structure is documented below.
Link copied to clipboard
val triggeredIntent: CxTestCaseLastTestResultConversationTurnVirtualAgentOutputTriggeredIntent? = null
The Intent that triggered the response. Structure is documented below.