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

GoogleCloudDialogflowV2OriginalDetectIntentRequest

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

Represents the contents of the original request that was passed to the [Streaming]DetectIntent call.

interface GoogleCloudDialogflowV2OriginalDetectIntentRequest {
payload?: {
[key: string]: any;
}
;
source?: string;
version?: string;
}

§Properties

§
payload?: {
[key: string]: any;
}
[src]

Optional. This field is set to the value of the QueryParameters.payload field passed in the request. Some integrations that query a Dialogflow agent may provide additional information in the payload. In particular, for the Dialogflow Phone Gateway integration, this field has the form: { "telephony": { "caller_id": "+18558363987" } } Note: The caller ID field (caller_id) will be redacted for Trial Edition agents and populated with the caller ID in E.164 format for Essentials Edition agents.

§
source?: string
[src]

The source of this request, e.g., google, facebook, slack. It is set by Dialogflow-owned servers.

§
version?: string
[src]

Optional. The version of the protocol used for this request. This field is AoG-specific.