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
fun CxPageFormParameterFillBehaviorArgs(initialPromptFulfillment: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>? = null, repromptEventHandlers: Output<List<CxPageFormParameterFillBehaviorRepromptEventHandlerArgs>>? = null)
Functions
Properties
Link copied to clipboard
val initialPromptFulfillment: Output<CxPageFormParameterFillBehaviorInitialPromptFulfillmentArgs>? = null
Link copied to clipboard
val repromptEventHandlers: Output<List<CxPageFormParameterFillBehaviorRepromptEventHandlerArgs>>? = null