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

GoogleCloudDialogflowCxV3QueryInput

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

Represents the query input. It can contain one of: 1. A conversational query in the form of text. 2. An intent query that specifies which intent to trigger. 3. Natural language speech audio to be processed. 4. An event to be triggered. 5. DTMF digits to invoke an intent and fill in parameter value. 6. The results of a tool executed by the client.

§Properties

§

The natural language speech audio to be processed.

§

The DTMF event to be handled.

§

The event to be triggered.

§

The intent to be triggered.

§
languageCode?: string
[src]

Required. The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.

§

The natural language text to be processed.