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

    ThreadVariables contains all variables associated with a thread.

    interface WebitelImApiGatewayV1ThreadVariables {
        threadId?: string;
        variables?: WebitelImApiGatewayV1ThreadVariablesVariables;
    }
    Index

    Properties

    threadId?: string

    Unique identifier for the thread.

    Key-value map of variables. Key is the variable name, value contains data and metadata.