Cx Page Form Parameter Fill Behavior Args
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
val initialPromptFulfillment: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>? = null
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
val repromptEventHandlers: Output<List<CxPageFormParameterFillBehaviorRepromptEventHandlerArgs>>? = null
The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: