Cx Test Case Test Case Conversation Turn Virtual Agent Output
data class CxTestCaseTestCaseConversationTurnVirtualAgentOutput(val currentPage: CxTestCaseTestCaseConversationTurnVirtualAgentOutputCurrentPage? = null, val sessionParameters: String? = null, val textResponses: List<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponse>? = null, val triggeredIntent: CxTestCaseTestCaseConversationTurnVirtualAgentOutputTriggeredIntent? = null)
Constructors
Link copied to clipboard
constructor(currentPage: CxTestCaseTestCaseConversationTurnVirtualAgentOutputCurrentPage? = null, sessionParameters: String? = null, textResponses: List<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponse>? = null, triggeredIntent: CxTestCaseTestCaseConversationTurnVirtualAgentOutputTriggeredIntent? = null)
Properties
Link copied to clipboard
The Page on which the utterance was spoken. Structure is documented below.
Link copied to clipboard
The session parameters available to the bot at this point.
Link copied to clipboard
The text responses from the agent for the turn. Structure is documented below.
Link copied to clipboard
The Intent that triggered the response. Structure is documented below.