@sumitguha
It sounds like there might be an issue with the response handling in your assistant's workflow. When the booking is successfully created in your backend, the assistant should provide a confirmation message rather than a failure message. To resolve this, you'll need to check the logic that handles the API response after the booking is created.
Here are a few steps you can take to troubleshoot and fix the issue:
1. Verify the API Response: Ensure that your backend is sending the correct status code and response body after a booking is created.
2. Check Assistant Logic: Review the assistant's code or configuration to make sure it correctly interprets a successful booking creation. It should check for a successful status code or a specific message in the response body.
3. Update Speech Output: If the logic is correct but the speech output is still wrong, update the assistant's response templates to provide the correct speech when a booking is successful.
4. Test the Workflow: After making changes, test the entire booking process to ensure that the assistant now responds with the correct speech upon a successful booking.
If you need assistance with specific code or configurations, please provide more details or ask support for more info on this.