GoogleCloudDialogflowCxV3WebhookGenericWebService constructor

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

Implementation

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