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

GoogleCloudDialogflowV2IntentMessageSelectItemInfo

import type { GoogleCloudDialogflowV2IntentMessageSelectItemInfo } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Additional info about the select item for when it is triggered in a dialog.

interface GoogleCloudDialogflowV2IntentMessageSelectItemInfo {
key?: string;
synonyms?: string[];
}

§Properties

§
key?: string
[src]

Required. A unique key that will be sent back to the agent if this response is given.

§
synonyms?: string[]
[src]

Optional. A list of synonyms that can also be used to trigger this item in dialog.