VoiceAgentStaticInterimResponseConfig interface

A static interim response selected from configured text.

Extends

Properties

texts

Candidate text values for the interim response.

type

The interim-response type. Always static_interim_response for a response selected from configured text.

Inherited Properties

latency_threshold_ms

The latency threshold in milliseconds.

triggers

Conditions that may trigger one interim response.

Property Details

texts

Candidate text values for the interim response.

texts?: string[]

Property Value

string[]

type

The interim-response type. Always static_interim_response for a response selected from configured text.

type: "static_interim_response"

Property Value

"static_interim_response"

Inherited Property Details

latency_threshold_ms

The latency threshold in milliseconds.

latency_threshold_ms?: number

Property Value

number

Inherited From VoiceAgentInterimResponseConfig.latency_threshold_ms

triggers

Conditions that may trigger one interim response.

triggers?: VoiceAgentInterimResponseTrigger[]

Property Value

Inherited From VoiceAgentInterimResponseConfig.triggers