Test Case Args
data class TestCaseArgs(val agentId: Output<String>? = null, val displayName: Output<String>? = null, val lastTestResult: Output<GoogleCloudDialogflowCxV3beta1TestCaseResultArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val notes: Output<String>? = null, val project: Output<String>? = null, val tags: Output<List<String>>? = null, val testCaseConversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null, val testConfig: Output<GoogleCloudDialogflowCxV3beta1TestConfigArgs>? = null) : ConvertibleToJava<TestCaseArgs>
Creates a test case for the given agent. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
constructor(agentId: Output<String>? = null, displayName: Output<String>? = null, lastTestResult: Output<GoogleCloudDialogflowCxV3beta1TestCaseResultArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, notes: Output<String>? = null, project: Output<String>? = null, tags: Output<List<String>>? = null, testCaseConversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null, testConfig: Output<GoogleCloudDialogflowCxV3beta1TestConfigArgs>? = null)
Properties
Link copied to clipboard
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
Link copied to clipboard
The latest test result.
Link copied to clipboard
val testCaseConversationTurns: Output<List<GoogleCloudDialogflowCxV3beta1ConversationTurnArgs>>? = null
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.
Link copied to clipboard
Config for the test case.