Skip to main content

Interface: NormalizedCallCompleted

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

The call completed normally.

Extends

  • NormalizedEventBase

Properties

duration?

optional duration: number

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

Call duration in seconds, if reported by the provider.


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: "call-completed"

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


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