text Responses
suspend fun textResponses(value: Output<List<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgs>>)
suspend fun textResponses(value: List<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgs>?)
Parameters
value
The text responses from the agent for the turn. Structure is documented below.
suspend fun textResponses(vararg values: Output<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgs>)
suspend fun textResponses(values: List<Output<CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgs>>)
suspend fun textResponses(vararg values: CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgs)
Parameters
values
The text responses from the agent for the turn. Structure is documented below.
suspend fun textResponses(argument: List<suspend CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgsBuilder.() -> Unit>)
suspend fun textResponses(vararg argument: suspend CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgsBuilder.() -> Unit)
suspend fun textResponses(argument: suspend CxTestCaseTestCaseConversationTurnVirtualAgentOutputTextResponseArgsBuilder.() -> Unit)
Parameters
argument
The text responses from the agent for the turn. Structure is documented below.