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

GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject

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

Response media object for media content card.

interface GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject {
contentUrl?: string;
description?: string;
name?: string;
}

§Properties

§
contentUrl?: string
[src]

Required. Url where the media is stored.

§
description?: string
[src]

Optional. Description of media card.

§

Optional. Icon to display above media content.

§

Optional. Image to display above media content.

§
name?: string
[src]

Required. Name of media card.