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
§
responses?: TriggerActionResponse[]
[src]Required. The canned responses for the agent to choose from. The response is chosen randomly.