Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface AceRequest

    The request body of an Answered Call Event.

    interface AceRequest {
        amd?: AnsweringMachineDetection;
        applicationKey?: string;
        callid?: string;
        custom?: string;
        event?: "ace";
        timestamp?: Date;
        version?: number;
    }
    Index

    Properties

    If Answering Machine Detection (AMD) is enabled, this object contains information about whether the call was answered by a machine.

    applicationKey?: string

    The unique application key. You can find it in the Sinch dashboard.

    callid?: string

    The unique ID assigned to this call.

    custom?: string

    A string that can be used to pass custom information related to the call.

    event?: "ace"

    Must have the value ace.

    timestamp?: Date

    The timestamp in UTC format.

    version?: number

    The current API version.