GoogleCloudDialogflowCxV3AgentUtterance
import type { GoogleCloudDialogflowCxV3AgentUtterance } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
AgentUtterance represents one message sent by the agent.
interface GoogleCloudDialogflowCxV3AgentUtterance {
text?: string;
}