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

GoogleCloudDialogflowV2beta1WebhookRequest

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

The request message for a webhook call.

interface GoogleCloudDialogflowV2beta1WebhookRequest {
alternativeQueryResults?: GoogleCloudDialogflowV2beta1QueryResult[];
responseId?: string;
session?: string;
}

§Properties

§

Alternative query results from KnowledgeService.

§

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

§

The result of the conversational query or event processing. Contains the same value as [Streaming]DetectIntentResponse.query_result.

§
responseId?: string
[src]

The unique identifier of the response. Contains the same value as [Streaming]DetectIntentResponse.response_id.

§
session?: string
[src]

The unique identifier of detectIntent request session. Can be used to identify end-user inside webhook implementation. Supported formats: - projects//agent/sessions/, - projects//locations//agent/sessions/, - projects//agent/environments//users//sessions/, - projects//locations//agent/environments//users//sessions/`,