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

GoogleCloudDialogflowV2IntentMessageCardButton

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

Contains information about a button.

interface GoogleCloudDialogflowV2IntentMessageCardButton {
postback?: string;
text?: string;
}

§Properties

§
postback?: string
[src]

Optional. The text to send back to the Dialogflow API or a URI to open.

§
text?: string
[src]

Optional. The text to show on the button.