Skip to main content

Return Jump Module

Introduction

The Return Jump module enhances the modularity of your chatbot experiences by allowing users to jump to another experience and automatically return to the original experience upon completion. This enables the reuse of specific chatbot flows across multiple experiences, streamlining user interactions and improving efficiency.

How to Use the Module

Configuring the Return Jump Module Insert the Module: Place the Return Jump module at the point in your chatbot flow where you want the user to jump to another experience. Select Target Experience: Configure the module to specify the target experience the user should be redirected to. Ensure Completion: Make sure the target experience ends with an End Event. This triggers the return to the original experience once the target experience is completed.

jump_return_example_demo

Analytics Consideration

In analytics, the transitions (jumping out and jumping back) are counted separately. As a result, the number of clicks recorded can be twice as high compared to single-transition modules.

Example Configuration

Scenario: You have a primary customer service chatbot and a separate feedback experience.

  1. Main Experience: The customer service chatbot assists users with various inquiries.
  2. Secondary Experience: A feedback experience collects user feedback after interactions.
  3. Return Jump Placement: After resolving an inquiry, use the Return Jump module to send users to the feedback experience.
  4. End Event: The feedback experience concludes with an End Event, returning users to the main customer service chatbot.

By using the Return Jump module in this way, you can create modular and reusable chatbot experiences, ensuring smooth and efficient user interactions.