GoogleCloudDialogflowCxV3TestCaseResult constructor

GoogleCloudDialogflowCxV3TestCaseResult({
  1. List<GoogleCloudDialogflowCxV3ConversationTurn>? conversationTurns,
  2. String? environment,
  3. String? name,
  4. String? testResult,
  5. String? testTime,
})

Implementation

GoogleCloudDialogflowCxV3TestCaseResult({
  this.conversationTurns,
  this.environment,
  this.name,
  this.testResult,
  this.testTime,
});