GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig
import type { GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig {
secretVersionForToken?: string;
token?: string;
}