Test Case Args
data class TestCaseArgs(val agentId: Output<String>? = null, val displayName: Output<String>? = null, val lastTestResult: Output<GoogleCloudDialogflowCxV3TestCaseResultArgs>? = 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<GoogleCloudDialogflowCxV3ConversationTurnArgs>>? = null, val testConfig: Output<GoogleCloudDialogflowCxV3TestConfigArgs>? = 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
fun TestCaseArgs(agentId: Output<String>? = null, displayName: Output<String>? = null, lastTestResult: Output<GoogleCloudDialogflowCxV3TestCaseResultArgs>? = 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<GoogleCloudDialogflowCxV3ConversationTurnArgs>>? = null, testConfig: Output<GoogleCloudDialogflowCxV3TestConfigArgs>? = null)