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

GoogleCloudDialogflowV2beta1IntentMessageSuggestion

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

The suggestion chip message that the user can tap to quickly post a reply to the conversation.

interface GoogleCloudDialogflowV2beta1IntentMessageSuggestion {
title?: string;
}

§Properties

§
title?: string
[src]

Required. The text shown the in the suggestion chip.