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

StartActivityNotFound

import type { StartActivityNotFound } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

User provided intent failed to resolve to an activity.

interface StartActivityNotFound {
action?: string;
uri?: string;
}

§Properties

§
action?: string
[src]
§
uri?: string
[src]