Skip to main content

Interface: NormalizedSpeechStart

Defined in: packages/agentos/src/channels/telephony/types.ts:334

The caller started speaking (voice activity detection trigger).

Extends

  • NormalizedEventBase

Properties

eventId

eventId: string

Defined in: packages/agentos/src/channels/telephony/types.ts:266

Provider-assigned event ID for idempotency.

Inherited from

NormalizedEventBase.eventId


kind

kind: "speech-start"

Defined in: packages/agentos/src/channels/telephony/types.ts:335


providerCallId

providerCallId: string

Defined in: packages/agentos/src/channels/telephony/types.ts:268

Provider-assigned call ID.

Inherited from

NormalizedEventBase.providerCallId


timestamp

timestamp: number

Defined in: packages/agentos/src/channels/telephony/types.ts:270

Unix timestamp (ms).

Inherited from

NormalizedEventBase.timestamp