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

GoogleCloudDialogflowV2beta1IntentMessageRbmText

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

Rich Business Messaging (RBM) text response with suggestions.

interface GoogleCloudDialogflowV2beta1IntentMessageRbmText {
text?: string;
}

§Properties

§

Optional. One or more suggestions to show to the user.

§
text?: string
[src]

Required. Text sent and displayed to the user.