How to Use End Action

How to Use End Action

Action usage

End action is used to end the conversation, or in case of sub assistant, it will return to the parent assistant.

You can just add it to your assistant canvas, and connect your actions to it when you want to end the conversation.


Behavior

Whenever the assistant flow passes this action, there are two scenarios that might happen:

  • If the flow is in the top main assistant (Which the conversation starts with): Then this action will end the conversation
  • If the flow is in some sub assistant: Then this action will return to this sub assistant parent

Defining a delay for this action will delay the end conversation or returning to the parent bot process.

 

    • Related Articles

    • How to Use Bot Action

      Action usage Bot action is used to forward the message to sub bot to achieve re-usability and to build up simple and clear bots. You will need to drag and drop it to your assistant canvas (or simply click on it from actions menu): Then you will need ...
    • How to Use Integration Action

      Action usage Use the integration action when you want to call an HTTP integration endpoint to achieve some custom business needs. You can process the parameters saved during the life cycle of the assistant, and either only store them out in some ...
    • How to Use Selection Action

      Action usage Selection action is used to send a bot selection message to the user. The selection may be through cards, buttons, or keywords by mapping the user response to one of them. You can choose optionally a name for your Selection action, and ...
    • How to Use Zapier Action

      Action usage Zapier action is used when you want to integrate MindBehind with other famous platforms onlinei thanks to Zapier wide market. This action will send the current assistant state to Zapier for any custom further actions you want to do with ...
    • How to Use Wait for Action

      Action usage Use the wait for action when you want to control the assistant behavior from your outside system. The story begins by drag and dropping (Or simply clicking on) the Wait for action from the Actions menu on the left side of your assistant ...