test Case Conversation Turns
Parameters
value
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly. Structure is documented below.
suspend fun testCaseConversationTurns(vararg values: Output<CxTestCaseTestCaseConversationTurnArgs>)
Parameters
values
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly. Structure is documented below.
suspend fun testCaseConversationTurns(argument: List<suspend CxTestCaseTestCaseConversationTurnArgsBuilder.() -> Unit>)
suspend fun testCaseConversationTurns(vararg argument: suspend CxTestCaseTestCaseConversationTurnArgsBuilder.() -> Unit)
suspend fun testCaseConversationTurns(argument: suspend CxTestCaseTestCaseConversationTurnArgsBuilder.() -> Unit)
Parameters
argument
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly. Structure is documented below.