Enable synchronous support in Virtual Agent API
You can support synchronous mode for your conversation with primary bot.
Before you begin
Role required: admin
Ensure to exclude the Bot to Bot channel from Agent Chat.
- Navigate to All, and then enter
sys_properties.listin the filter. - Select the com.glide.cs.exclude.liveagent.support system property to open it.
- Add Bot To Bot to the Value field.
Image omitted: va-api-exclude-liveagent-btb.png
The Value field for the system property contains "Alexa,Google Assistant,Bot to Bot." These channels are excluded from supporting Agent Chat.
The Value field for the system property contains "Alexa,Google Assistant,Bot to Bot." These channels are excluded from supporting Agent Chat.
- Click Update.
Procedure
Navigate to All, and then enter
sys_cs_channel.listin the navigation filter.Select the Bot to Bot record.
Clear the Enable Notifications check box to disable it.
Clear the Support typing indicator check box to disable it.
Select the Synchronous check box.
Image omitted: va-api-synchronous-mode.png
Bot to Bot channel configuration for Synchronous mode shows Enable Notifications and Support typing indicator boxes as unselected. The Synchronous box is selected.
Bot to Bot channel configuration for Synchronous mode shows Enable Notifications and Support typing indicator boxes as unselected. The Synchronous box is selected.
**Note:** If the **Synchronous** field is not visible, you can [configure the form layout](../../platform-administration/configure-form-layout.md) to show it.
- Click Update.
Parent Topic:Using Virtual Agent API