CxFlowArgs

constructor(advancedSettings: Output<CxFlowAdvancedSettingsArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, eventHandlers: Output<List<CxFlowEventHandlerArgs>>? = null, isDefaultStartFlow: Output<Boolean>? = null, languageCode: Output<String>? = null, nluSettings: Output<CxFlowNluSettingsArgs>? = null, parent: Output<String>? = null, transitionRouteGroups: Output<List<String>>? = null, transitionRoutes: Output<List<CxFlowTransitionRouteArgs>>? = null)