GoogleCloudDialogflowCxV3WebhookGenericWebService constructor
GoogleCloudDialogflowCxV3WebhookGenericWebService({
- List<
String> ? allowedCaCerts, - String? httpMethod,
- GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig? oauthConfig,
- Map<
String, String> ? parameterMapping, - String? password,
- String? requestBody,
- Map<
String, String> ? requestHeaders, - String? serviceAgentAuth,
- String? uri,
- String? username,
- 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,
});