Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInIdOperator

    "Not in" ID operator. Matches IDs not in the provided list

    interface NotInIdOperator {
        type: NOT_IN;
        values: string[];
    }
    Index

    Properties

    Properties

    type: NOT_IN
    values: string[]