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

GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion

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

The suggestion chip message that allows the user to jump out to the app or website associated with this agent.

interface GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion {
destinationName?: string;
uri?: string;
}

§Properties

§
destinationName?: string
[src]

Required. The name of the app or site this chip is linking to.

§
uri?: string
[src]

Required. The URI of the app or site to open when the user taps the suggestion chip.