Voicebot-specific actions
This page details specific actions that you can do with voicebots only.
Last updated
This page details specific actions that you can do with voicebots only.
Last updated
Transferring a voicebot to an agent happens with a call instead of chat.
Select the Forward call, Start recording the call, or Stop recording the call step.
If you have a voicebot, chances are you need to record part of your calls for legal or administrative reasons. Here is how you can do it:
Go to your Channels > Voice > Settings tab.
Toggle on the Save recordings feature.
By default, your Sinch Voice channel settings for recordings will be off.
Go to the History > Conversations tab and listen to your conversations.
Go back to your Flows.
Find the spot in the flow where you'd like to start the recording and drop an Action block.
Add a Start recording the call step.
Click Save.
Do the same at the point of the flow where you'd like to stop the recording, using the Stop recording the call step this time.
Please bear in mind that even if you add more than one start/stop recording actions in the same bot, only the last one will be available in the recording widget.
If you wish to maintain the recording until the end of the live agent conversation, you don’t need to add a Stop recording action.
Chatlayer supports dual-tone multi-frequency (DTMF), allowing users to click numbers on their dialpad for redirection.
To use DTMF in your bot:
Add a Condition block to your canvas.
Set up your conditions.
The user input, stored in the variable choice
, determines which Go-To option to execute. The input guides the user to a corresponding bot flow, routing calls to the designated queue.
For example:
Customer Support: Say "Support" or press 3 to transfer to Customer Support.
Marketing: Say "Marketing" or press 2 to transfer to Marketing.
Sales: Say "Sales" or press 1 to transfer to Sales.
You can also use DTMF to collect the user's preferredLanguage
and change the language that the bot is using conversationally.
You can save anything the user is saying as a variable by using the voiceMessage format type in Collect input blocks. Read more here.