Go-to connections
On Chatlayer, a Go-to connection means that one block will happen in the conversation just after the other. Go-to connections can be established in multiple ways.
Last updated
On Chatlayer, a Go-to connection means that one block will happen in the conversation just after the other. Go-to connections can be established in multiple ways.
Last updated
Your conversation logic is made so that you can go from any block type to any other block type in your flows.
On your bot canvas, Go-to connections are represented as plain arrows.
Go to connections shouldn't be confused with Parent-child connections.
At the end of any block, you can choose to redirect the user to any other block.
To do that, find the Go to ribbon at the bottom of your block and expand it to fill it in.
When you create a Bot Message, you can redirect the user to another block by clicking something.
A clicking action can happen with:
Not sure if a Go-to is the right button type for you? Check the different button types here.
At the end of blocks, you have the option to transfer the user to another block, and pass a variable that's saved in the user session.
To pass a variable:
Open your block.
Define a Go to at the bottom.
Click on +Add variable.
Define your variable name and value.
Click Save.