Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
apiKey?: string
[src]
§
keyName?: string
[src]
§
requestLocation?: "REQUEST_LOCATION_UNSPECIFIED" | "HEADER" | "QUERY_STRING"
[src]
§
secretVersionForApiKey?: string
[src]