GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs

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

Setting a parameter value.

Constructors

constructor(parameter: Output<String>? = null, value: Output<Any>? = null)

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.

Functions

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