Interface NormalizedCallVoicemail

Voicemail / answering machine detected (via AMD or similar).

interface NormalizedCallVoicemail {
    eventId: string;
    providerCallId: string;
    timestamp: number;
    kind: "call-voicemail";
}

Hierarchy

  • NormalizedEventBase
    • NormalizedCallVoicemail

Properties

eventId: string

Provider-assigned event ID for idempotency.

providerCallId: string

Provider-assigned call ID.

timestamp: number

Unix timestamp (ms).

kind: "call-voicemail"