Exponential moving average coefficient for dynamic endpointing. Higher values give more weight to history.
0.9
Maximum time in milliseconds the agent will wait before terminating the turn.
3000
Minimum time in milliseconds since the last detected speech before the agent declares the user's
turn complete. In VAD mode this effectively behaves like max(VAD silence, minDelay);
in STT mode it is applied after the STT end-of-speech signal, so it can be additive with
the STT provider's endpointing delay.
500
Endpointing mode. "fixed" uses a fixed delay, "dynamic" adjusts delay based on
end-of-utterance prediction.
"fixed"
Configuration for endpointing, which determines when the user's turn is complete.