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

    Interface PieResponse

    PIE callbacks are not available for DATA calls; only PSTN and SIP calls.

    interface PieResponse {
        action?: PieSvamlAction;
        instructions?: PieSvamlInstruction[];
    }
    Index

    Properties

    The action that will control the call. Each SVAML object can only include one action.

    instructions?: PieSvamlInstruction[]

    The collection of instructions that can perform various tasks during the call. You can include as many instructions as necessary.