testCaseConversationTurns

@JvmName(name = "kqumdghvtmtmgtfa")
suspend fun testCaseConversationTurns(value: Output<List<CxTestCaseTestCaseConversationTurnArgs>>)
@JvmName(name = "lyvwrdopeheeuqkv")
suspend fun testCaseConversationTurns(value: List<CxTestCaseTestCaseConversationTurnArgs>?)

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.


@JvmName(name = "ifidfkjujhcqhpbu")
suspend fun testCaseConversationTurns(vararg values: Output<CxTestCaseTestCaseConversationTurnArgs>)


@JvmName(name = "lutysbonobbnvdoo")
suspend fun testCaseConversationTurns(values: List<Output<CxTestCaseTestCaseConversationTurnArgs>>)
@JvmName(name = "xasghgrguaoyggub")
suspend fun testCaseConversationTurns(vararg values: 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.


@JvmName(name = "umiojfmhaeodhhdx")
suspend fun testCaseConversationTurns(argument: List<suspend CxTestCaseTestCaseConversationTurnArgsBuilder.() -> Unit>)
@JvmName(name = "jjkkgbtxbgflbpjn")
suspend fun testCaseConversationTurns(vararg argument: suspend CxTestCaseTestCaseConversationTurnArgsBuilder.() -> Unit)
@JvmName(name = "dultetpigqkmqlqg")
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.