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

GoogleCloudDialogflowV2beta1IntentMessageListSelectItem

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

An item in the list.

interface GoogleCloudDialogflowV2beta1IntentMessageListSelectItem {
description?: string;
title?: string;
}

§Properties

§
description?: string
[src]

Optional. The main text describing the item.

§

Optional. The image to display.

§

Required. Additional information about this option.

§
title?: string
[src]

Required. The title of the list item.