Bobby ^_^
06/12/2026, 6:15 AMShaunak
06/12/2026, 7:00 AMstartSpeakingPlan.waitSeconds controls the delay before the assistant responds after the user finishes speaking during the conversation. It doesn't apply to the first message, which is why changing the value has no effect on your initial greeting.Shaunak
06/12/2026, 7:00 AMfirstMessageMode: "assistant-waits-for-user" - The assistant stays silent until the caller speaks first. This is useful if you want the recipient to say "hello" before the assistant greets them.Shaunak
06/12/2026, 7:00 AMresponseDelaySeconds - This adds a delay before every assistant response, including the first one. If you only need a short delay (1-2 seconds), this could work, but keep in mind it applies to all responses throughout the call.Shaunak
06/12/2026, 7:00 AMBobby ^_^
06/12/2026, 12:04 PM