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

GoogleCloudDialogflowV2IntentMessageTableCardRow

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

Row of TableCard.

interface GoogleCloudDialogflowV2IntentMessageTableCardRow {
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.