GoogleCloudDialogflowV2CesToolSpec constructor

GoogleCloudDialogflowV2CesToolSpec({
  1. String? cesTool,
  2. String? confirmationRequirement,
})

Implementation

GoogleCloudDialogflowV2CesToolSpec({
  this.cesTool,
  this.confirmationRequirement,
});