GoogleCloudDialogflowCxV3TestCase constructor

GoogleCloudDialogflowCxV3TestCase({
  1. String? creationTime,
  2. String? displayName,
  3. GoogleCloudDialogflowCxV3TestCaseResult? lastTestResult,
  4. String? name,
  5. String? notes,
  6. List<String>? tags,
  7. List<GoogleCloudDialogflowCxV3ConversationTurn>? testCaseConversationTurns,
  8. GoogleCloudDialogflowCxV3TestConfig? testConfig,
})

Implementation

GoogleCloudDialogflowCxV3TestCase({
  this.creationTime,
  this.displayName,
  this.lastTestResult,
  this.name,
  this.notes,
  this.tags,
  this.testCaseConversationTurns,
  this.testConfig,
});