GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig
import type { GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig {
apiKey?: string;
keyName?: string;
requestLocation?: "REQUEST_LOCATION_UNSPECIFIED" | "HEADER" | "QUERY_STRING";
secretVersionForApiKey?: string;
}