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

GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse

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

Represents a fulfillment response to the user.

interface GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse {
mergeBehavior?: "MERGE_BEHAVIOR_UNSPECIFIED" | "APPEND" | "REPLACE";
}

§Properties

§
mergeBehavior?: "MERGE_BEHAVIOR_UNSPECIFIED" | "APPEND" | "REPLACE"
[src]

Merge behavior for messages.

§

The list of rich message responses to present to the user.