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