GoogleCloudDialogflowCxV3TestRunDifference constructor

GoogleCloudDialogflowCxV3TestRunDifference({
  1. String? description,
  2. String? type,
})

Implementation

GoogleCloudDialogflowCxV3TestRunDifference({
  this.description,
  this.type,
});