CxPageFormParameterFillBehaviorArgs

data class CxPageFormParameterFillBehaviorArgs(val initialPromptFulfillment: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>? = null, val repromptEventHandlers: Output<List<CxPageFormParameterFillBehaviorRepromptEventHandlerArgs>>? = null) : ConvertibleToJava<CxPageFormParameterFillBehaviorArgs>

Constructors

Link copied to clipboard
constructor(initialPromptFulfillment: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>? = null, repromptEventHandlers: Output<List<CxPageFormParameterFillBehaviorRepromptEventHandlerArgs>>? = null)

Properties

Link copied to clipboard

The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter. Structure is documented below.

Link copied to clipboard

The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are:

Functions

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