VoiceAgentEndOfUtteranceThresholdLevel type

The sensitivity threshold for semantic end-of-utterance detection.

type VoiceAgentEndOfUtteranceThresholdLevel =
  | "low"
  | "medium"
  | "high"
  | "default"