Start & end blocks

Start & end blocks

Start

The start element allows users to define the starting point of a specific conversation after the intent is recognised

End

The end element allows users to end the flow of a specific intent in multiple ways.

1. Redirect to other Intent

The redirect to other intent option starts another predefined intent once the intent in which this option is selected ends.

2. Restart flow

The restart intent option restarts the entire conversation flow of that intent in which this option is selected ends.

3. Redirect to other bot

Using this option, a user can be redirected to another bot by the end of a flow. This way you are able to create a 'Master Bot'. A Master Bot can (e.g.) be used to redirect users to the bot with their preferred language.

End of flow options

Not only the way of ending the flow can be determined within this element, but also different settings can be decided upon.

1. Clear entity values

This checkbox will make sure that all the retrieved entities are cleared upon reaching this element. Hence, any entities obtained within this flow or any flow previous to this flow will be forgotten. If left blank, the bot will accumulate any possible entities in future flows with the ones already known.

2. Count conversation as touchless

This checkbox enables the full conversation with the user to be counted as "touchless" in the dashboard widget. Use this KPI to measure if your bot's performance is working as designed.

3. End Call

When Blits is in a phone call using a channel such as Twilio, this option can be used to end a phone call that is used during the execution of the flow.

    • Related Articles

    • What are conditional blocks?

      The condition block allows to diverge a conversation towards two or more possible endings based upon the output from one or more previous dialog block and action block or a predefined entity. The output of those blocks is used as input in the ...
    • What are action blocks?

      The actions blocks perform actions that the user of the flow does not automatically notice, but are key to guide the direction of the flow or to collect user statistics. To select an action block drag & drop the action icon from the left menu into ...
    • What are dialog blocks?

      The dialog block is a collection of the elements in a conversation with a user and help to guide the direction of the conversation with the user. To select a dialog block drag & drop the dialog icon from the left menu into the center screen of the ...
    • Dialog Manager - Condition Blocks - 'Which Channel' condition

      The which channel condition block, checks which channel your user is on. You can use this block to make different conversations for example voice and chat, whereby the condition block can check if the user is coming from Alexa or the website.
    • Roles

      Roles can be added to entities to define relational dependencies between two entities. Some examples of relational dependencies are: Start vs. End Slow vs. Quick Short vs. Long Cheap vs. Expensive Relational dependencies are useful to correctly ...