Redirect

Carry a conversation over to another bot

The node type Redirect is used to continue a conversation in another bot.

This can be useful when you would like to forward a user to a survey for example, without having to integrate the survey directly in the same bot.

The new conversation will be started in the same language, given the other bot also supports the locale of the current conversation.

Also, all remembered variables will be present in the new conversation.

Property
Description
Explanation

Bot

To which bot the conversation will be redirected

Message

Optional message to be invoked when the conversation is started in the new bot.

Can be left empty unless no main node is present in the other bot.

Tags

Any tags to be set in the new conversation

Last updated

Was this helpful?