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

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;
}

§Properties

§
text?: string
[src]

Required. Message content in text.