@webitel/api-services
    Preparing search index...

    SetVariablesRequest defines parameters for setting or updating thread variables.

    interface WebitelImApiGatewayV1ThreadManagementSetVariablesBody {
        variables?: WebitelImApiGatewayV1VariableEntryRequest[];
    }
    Index

    Properties

    Properties

    List of variables to set or update. Existing variables with the same keys will be overwritten.