GoogleCloudDialogflowCxV3WebhookGenericWebService constructor

GoogleCloudDialogflowCxV3WebhookGenericWebService({
  1. List<String>? allowedCaCerts,
  2. String? httpMethod,
  3. Map<String, String>? parameterMapping,
  4. String? password,
  5. String? requestBody,
  6. Map<String, String>? requestHeaders,
  7. String? uri,
  8. String? username,
  9. String? webhookType,
})

Implementation

GoogleCloudDialogflowCxV3WebhookGenericWebService({
  this.allowedCaCerts,
  this.httpMethod,
  this.parameterMapping,
  this.password,
  this.requestBody,
  this.requestHeaders,
  this.uri,
  this.username,
  this.webhookType,
});