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;
}import type { TriggerActionResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a response from the agent.