@Adm420419
It sounds like there might be an issue with the event handling within your VAPI bot. The 'Assistant speech started' event should indeed typically only be triggered once at the beginning of the interaction or when the assistant begins to speak after a pause or user interaction.
To address this, we should review the logic that triggers the 'Assistant speech started' event. It's possible that the event is being fired inadvertently in response to the caller's actions, such as declining the suggested date.
If you have access to the code or the configuration of your VAPI bot, you should check the conditions under which the 'Assistant speech started' event is being triggered. Ensure that it's only set to fire under the appropriate circumstances.
If you're not sure how to proceed or if the issue persists, please provide more details about how your VAPI bot is set up, or reach out to the support team for more in-depth assistance.