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

    Interface IceResponse

    interface IceResponse {
        action?: IceSvamlAction;
        instructions?: IceSvamlInstruction[];
    }
    Index

    Properties

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

    instructions?: IceSvamlInstruction[]

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