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

GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

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

The quick replies response message.

interface GoogleCloudDialogflowV2beta1IntentMessageQuickReplies {
quickReplies?: string[];
title?: string;
}

§Properties

§
quickReplies?: string[]
[src]

Optional. The collection of quick replies.

§
title?: string
[src]

Optional. The title of the collection of quick replies.