CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentSetParameterActionArgs

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

Constructors

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

Properties

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

Display name of the parameter.

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

The new JSON-encoded value of the parameter. A null value clears the parameter.

Functions

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