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

    Interface AceResponse

    interface AceResponse {
        action?: AceSvamlAction;
        instructions?: AceSvamlInstruction[];
    }
    Index

    Properties

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

    instructions?: AceSvamlInstruction[]

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