GoogleCloudDialogflowCxV3BargeInConfig constructor

GoogleCloudDialogflowCxV3BargeInConfig({
  1. String? noBargeInDuration,
  2. String? totalDuration,
})

Implementation

GoogleCloudDialogflowCxV3BargeInConfig({
  this.noBargeInDuration,
  this.totalDuration,
});