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

GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction

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

Setting a parameter value.

interface GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction {
parameter?: string;
value?: any;
}

§Properties

§
parameter?: string
[src]

Display name of the parameter.

§
value?: any
[src]

The new value of the parameter. A null value clears the parameter.