MinWordsStart

A start strategy that requires the user to speak a minimum number of words before triggering a turn start.
View as Markdown

Properties

enableInterruptions
boolean

optional

Optional. If true, the user can interrupt the bot when the turn starts. The default value is true.

minWords
number

Minimum number of spoken words required to trigger the start of a user turn.

type
'min_words'

readonly

Reported as strategy on Agentic.VoiceDSPEvents.TurnStarted.

useInterim
boolean

optional

Optional. Whether to trigger on interim (partial) transcription frames for earlier detection. The default value is true.