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

GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo

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

Represents fulfillment information communicated to the webhook.

interface GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo {
tag?: string;
}

§Properties

§
tag?: string
[src]

Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.