GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
import type { GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Configuration for authentication using a service account.
interface GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig {
serviceAccount?: string;
}§Properties
§
serviceAccount?: string
[src]Required. The email address of the service account used to authenticate
the webhook call. Dialogflow uses this service account to exchange an
access token and the access token is then sent in the Authorization
header of the webhook request. The service account must have the
roles/iam.serviceAccountTokenCreator role granted to the Dialogflow
service
agent.