VoiceAgentInterimResponseConfig interface
Fields shared by interim-response configurations.
Properties
| latency_threshold_ms | The latency threshold in milliseconds. |
| triggers | Conditions that may trigger one interim response. |
| type | The discriminator possible values: static_interim_response, llm_interim_response |
Property Details
latency_threshold_ms
The latency threshold in milliseconds.
latency_threshold_ms?: number
Property Value
number
triggers
Conditions that may trigger one interim response.
triggers?: VoiceAgentInterimResponseTrigger[]
Property Value
type
The discriminator possible values: static_interim_response, llm_interim_response
type: string
Property Value
string