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

TriggerActionResponse

import type { TriggerActionResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Represents a response from the agent.

interface TriggerActionResponse {
disabled?: boolean;
text?: string;
}

§Properties

§
disabled?: boolean
[src]

Optional. Whether the response is disabled. Disabled responses are not used by the agent.

§
text?: string
[src]

Required. Text for the agent to respond with.