Cx Flow Transition Route Trigger Fulfillment Message Text Args
data class CxFlowTransitionRouteTriggerFulfillmentMessageTextArgs(val allowPlaybackInterruption: Output<Boolean>? = null, val texts: Output<List<String>>? = null) : ConvertibleToJava<CxFlowTransitionRouteTriggerFulfillmentMessageTextArgs>
Constructors
Link copied to clipboard
fun CxFlowTransitionRouteTriggerFulfillmentMessageTextArgs(allowPlaybackInterruption: Output<Boolean>? = null, texts: Output<List<String>>? = null)