GoogleCloudDialogflowV2CesAppSpec constructor

GoogleCloudDialogflowV2CesAppSpec({
  1. String? cesApp,
  2. String? confirmationRequirement,
  3. bool? proactiveEnabled,
  4. bool? reactiveEnabled,
})

Implementation

GoogleCloudDialogflowV2CesAppSpec({
  this.cesApp,
  this.confirmationRequirement,
  this.proactiveEnabled,
  this.reactiveEnabled,
});