GoogleCloudLocationLocation
import type { GoogleCloudLocationLocation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudLocationLocation {
displayName?: string;
labels?: {};
[key: string]: string;
locationId?: string;
metadata?: {};
[key: string]: any;
name?: string;
}