Transitions

Transitions are action to be taken on any user's intent in that state.

Each state in the microbot can have multiple transitions, transition must be one of the following.

Transitioning to a next state

"intentOrSubIntentName": {
                "nextState": "StateToWhichTransition"
       }

Give a text reply

"intentOrSubIntentName": {
                "reply": "text in the message"
       }

Start a microbot as a response

"intentOrSubIntentName": {
                "mb": "microbotName"
       }

Call a function

"intentOrSubIntentName": {
                "function": "functionName"
       }

results matching ""

    No results matching ""