Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig

import type { GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Configuration for authentication using a service account.

interface GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig {
serviceAccount?: string;
}

§Properties

§
serviceAccount?: string
[src]

Required. The email address of the service account used to authenticate the tool call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the Authorization header of the tool request. The service account must have the roles/iam.serviceAccountTokenCreator role granted to the Dialogflow service agent.