GoogleCloudDialogflowCxV3TestCase constructor
GoogleCloudDialogflowCxV3TestCase({
- String? creationTime,
- String? displayName,
- GoogleCloudDialogflowCxV3TestCaseResult? lastTestResult,
- String? name,
- String? notes,
- List<
String> ? tags, - List<
GoogleCloudDialogflowCxV3ConversationTurn> ? testCaseConversationTurns, - GoogleCloudDialogflowCxV3TestConfig? testConfig,
Implementation
GoogleCloudDialogflowCxV3TestCase({
this.creationTime,
this.displayName,
this.lastTestResult,
this.name,
this.notes,
this.tags,
this.testCaseConversationTurns,
this.testConfig,
});