GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig
import type { GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig {
serviceAgentAuth?: "SERVICE_AGENT_AUTH_UNSPECIFIED" | "ID_TOKEN" | "ACCESS_TOKEN";
}