Transition
Represents a transition or a throw event action, in a processing item; the success or failure transition in a data access node, or external actions node; the transition in an event handler; or the intent switch transition in a question router node.
Element | Type | Description |
---|---|---|
id | String | UUID of the transition |
transitionType | String | Type of transition; one of: GO_TO , GO_BACK_TO , RETURN ,RETURN_TO_INTENT_MAPPER , THROW , NO_TRANSITION_TYPE |
eventId | String | For transition type THROW : event string to be thrown and then caught elsewhere |
eventLog | String | For transition type THROW : description or text to be logged when the event is thrown |
label | String | Descriptive label for the transition; limited to 63 characters |
nodeId | String | For transition type GO_TO and GO_BACK_TO : UUID of the destination node |
Refer to the Mix.dialog documentation for more information on the transition types.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.