GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs

data class GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(val parameter: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs>

Setting a parameter value.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs

Properties

Link copied to clipboard
val parameter: Output<String>? = null

Display name of the parameter.

Link copied to clipboard
val value: Output<Any>? = null

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