MinWordsStart
A start strategy that requires the user to speak a minimum number of words before triggering a turn start.
Properties
enableInterruptions
optional
Optional. If true, the user can interrupt the bot when the turn starts. The default value is true.
minWords
Minimum number of spoken words required to trigger the start of a user turn.
type
readonly
Reported as strategy on Agentic.VoiceDSPEvents.TurnStarted.
useInterim
optional
Optional. Whether to trigger on interim (partial) transcription frames for earlier detection. The default value is true.