Cx Test Case Last Test Result
data class CxTestCaseLastTestResult(val conversationTurns: List<CxTestCaseLastTestResultConversationTurn>? = null, val environment: String? = null, val name: String? = null, val testResult: String? = null, val testTime: String? = null)
Properties
Link copied to clipboard
The conversation turns uttered during the test case replay in chronological order. Structure is documented below.
Link copied to clipboard
Environment where the test was run. If not set, it indicates the draft environment.
Link copied to clipboard
Whether the test case passed in the agent environment.