GoogleCloudDialogflowCxV3CompareVersionsResponse constructor

GoogleCloudDialogflowCxV3CompareVersionsResponse({
  1. String? baseVersionContentJson,
  2. String? compareTime,
  3. String? targetVersionContentJson,
})

Implementation

GoogleCloudDialogflowCxV3CompareVersionsResponse({
  this.baseVersionContentJson,
  this.compareTime,
  this.targetVersionContentJson,
});