TestCaseArgs

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)