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

    Interface SvamlInstructionSetCookie

    Creates a cookie for the duration of the call.

    interface SvamlInstructionSetCookie {
        key?: string;
        name: "setCookie";
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The name of the cookie you want to set.

    name: "setCookie"

    The name property. Must have the value setCookie.

    value?: string

    The value of the cookie you want to set.