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

GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply

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

Rich Business Messaging (RBM) suggested reply that the user can click instead of typing in their own response.

interface GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply {
postbackData?: string;
text?: string;
}

§Properties

§
postbackData?: string
[src]

Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.

§
text?: string
[src]

Suggested reply text.