Role-Playing with Your AI Agent
To conduct realistic simulations and test your AI agent’s interactions, follow these steps:
- Access the Role-Playing Feature: At the bottom of the agent editing interface, click on "Roleplay with Agent."
- Enter Your Details: Input your name and phone number. These details assist the AI agent in initiating and personalizing the test interactions.
- Start Testing: Use this setup to thoroughly test the script and assess the AI agent’s response and handling capabilities under various scenarios.
Pro Tip for Advanced Testing:
If you want to test how your AI agent handles incoming data streams or specific contacts, you can enhance the simulation by inserting a JSON body. This allows you to feed detailed scenarios directly into the testing environment. Here’s how you can structure the JSON body to optimize the role-playing tests:
{
"Taalk_company" : "Company",
"Taalk_Address" : "123 Main Street, st"
}
Include this JSON in the designated input area to simulate interactions with specific contact details or scenarios, enabling you to fine-tune the agent’s responses and functionalities.
Please note that the Taalk_field names are case sensitive. Please match exactly for the ones inside your contact list
Updated 4 months ago