GoogleCloudDialogflowV2NotificationConfig constructor

GoogleCloudDialogflowV2NotificationConfig({
  1. String? messageFormat,
  2. String? topic,
})

Implementation

GoogleCloudDialogflowV2NotificationConfig({
  this.messageFormat,
  this.topic,
});