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

GoogleCloudDialogflowCxV3UserUtterance

import type { GoogleCloudDialogflowCxV3UserUtterance } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

UserUtterance represents one message sent by the customer.

interface GoogleCloudDialogflowCxV3UserUtterance {
text?: string;
}

§Properties

§
text?: string
[src]

Required. Message content in text.