GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig constructor

GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. List<String>? scopes,
  4. String? tokenEndpoint,
})

Implementation

GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig({
  this.clientId,
  this.clientSecret,
  this.scopes,
  this.tokenEndpoint,
});