GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig
import type { GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig {
clientId?: string;
clientSecret?: string;
oauthGrantType?: "OAUTH_GRANT_TYPE_UNSPECIFIED" | "CLIENT_CREDENTIAL";
scopes?: string[];
secretVersionForClientSecret?: string;
tokenEndpoint?: string;
}