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

GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo

import type { GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo {
key?: string;
synonyms?: string[];
}

§Properties

§
key?: string
[src]
§
synonyms?: string[]
[src]