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

TriggerActionRespondImmediately

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

The agent will immediately respond with a preconfigured response.

interface TriggerActionRespondImmediately {
responses?: TriggerActionResponse[];
}

§Properties

§

Required. The canned responses for the agent to choose from. The response is chosen randomly.