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

GoogleCloudDialogflowV2beta1IntentMessageTableCardRow

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

Row of TableCard.

interface GoogleCloudDialogflowV2beta1IntentMessageTableCardRow {
dividerAfter?: boolean;
}

§Properties

§

Optional. List of cells that make up this row.

§
dividerAfter?: boolean
[src]

Optional. Whether to add a visual divider after this row.