For handling user messages on the phone, I am a bit lost of what is the best option to use in a server call. Both speech update and conversation update is repetetive and I cannot get user message once and when it is complete to process it. Any help?
k
Kings_big💫
04/25/2025, 9:34 PM
Use the conversation update webhook for complete user input, store interim data from speech update temporarily, and process the final message when the conversation update is received.