Introduction

The chat page allows you to have a chat conversation with your voice agent in order to test it before deploying it to a phone number. It basically transforms your voice agent into a chatbot.

<aside> đź’ˇ This is super useful if you are working on the bot and you want to test the conversation quickly, without calling. In a few seconds, you can test a specific patch.

</aside>

How to use it?

<aside> ⚠️ First, you need to deploy your voice agent into the dev environment, so that you can test it in the chat page. Please, see the documentation 5. Save changes & deploy your voice agent.

</aside>

chat_page.png

The chat page is divided in 2 parts :

  1. The main part on the right is the chat itself
    1. your messages will be displayed in green, voice agent’s messages will be displayed in blue
    2. intents suggestions (the intents that are expected at this conversation turn) are displayed above the text input. By clicking on one of the intents, it will fill in the text input with one of the utterances.
  2. The left panel (when clicking on the settings icon) is used to:

<aside> đź’ˇ You can also use the chat directly in the 1. Build the conversation script page ! Just click on the messages icon on the top right of the page to open the chat.

</aside>

chat_view_script.png