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