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

GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction

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

Opens the given URI.

interface GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. The HTTP or HTTPS scheme URI.