GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig constructor

GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig({
  1. GoogleCloudDialogflowCxV3WebhookGenericWebService? genericWebService,
  2. String? service,
})

Implementation

GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig({
  this.genericWebService,
  this.service,
});