test Case Conversation Turns
suspend fun testCaseConversationTurns(value: Output<List<GoogleCloudDialogflowCxV3ConversationTurnArgs>>)
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.
suspend fun testCaseConversationTurns(vararg values: Output<GoogleCloudDialogflowCxV3ConversationTurnArgs>)
suspend fun testCaseConversationTurns(values: List<Output<GoogleCloudDialogflowCxV3ConversationTurnArgs>>)
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.
suspend fun testCaseConversationTurns(argument: List<suspend GoogleCloudDialogflowCxV3ConversationTurnArgsBuilder.() -> Unit>)
suspend fun testCaseConversationTurns(vararg argument: suspend GoogleCloudDialogflowCxV3ConversationTurnArgsBuilder.() -> Unit)
suspend fun testCaseConversationTurns(argument: suspend GoogleCloudDialogflowCxV3ConversationTurnArgsBuilder.() -> 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.