Retell AI Dialogue Enhancements

Замовник: AI | Опубліковано: 27.10.2025

I have a voice assistant running on Retell AI that’s stuck in an infinite loop. I need you to locate the faulty loop condition, fix it, and trigger a concise status update in the logs once the assistant resumes normal flow. With the core bug resolved, please extend the conversation model with three new branches: • Booking: after greeting the caller, the bot must request and store their phone number, plus capture their Name and Preferred booking date and time. All three fields should be stored as variables and passed to my existing booking webhook. • Food ordering: add an intent that collects menu item, quantity and any special notes, then streams the order to my order-handling endpoint. • Cancel / reschedule: enable users to cancel or shift an existing booking by referencing their phone number (or booking ID if available), confirm the change, and post the update to the calendar API. Acceptance criteria: the loop no longer repeats, the status update appears in the console, and each new branch reliably logs the variables outlined above during testing. Access to the current Retell AI project, API keys and sample JSON schemas will be provided as soon as we start.