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

GoogleCloudDialogflowCxV3beta1TextInput

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

Represents the natural language text to be processed.

interface GoogleCloudDialogflowCxV3beta1TextInput {
text?: string;
}

§Properties

§
text?: string
[src]

Required. The UTF-8 encoded natural language text to be processed.