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

GoogleCloudDialogflowV2beta1IntentMessageTableCard

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

Table card for Actions on Google.

interface GoogleCloudDialogflowV2beta1IntentMessageTableCard {
subtitle?: string;
title?: string;
}

§Properties

§

Optional. List of buttons for the card.

§

Optional. Display properties for the columns in this table.

§

Optional. Image which should be displayed on the card.

§

Optional. Rows in this table of data.

§
subtitle?: string
[src]

Optional. Subtitle to the title.

§
title?: string
[src]

Required. Title of the card.