GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
import type { GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Config for auth using Diglogflow service agent.
interface GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig {
serviceAgentAuth?: "SERVICE_AGENT_AUTH_UNSPECIFIED" | "ID_TOKEN" | "ACCESS_TOKEN";
}§Properties
§
serviceAgentAuth?: "SERVICE_AGENT_AUTH_UNSPECIFIED" | "ID_TOKEN" | "ACCESS_TOKEN"
[src]Optional. Indicate the auth token type generated from the Diglogflow service agent. The generated token is sent in the Authorization header.