Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsIdOperator

    "Not equals" ID operator. Matches IDs not equal to value

    interface NotEqualsIdOperator {
        type: NOT_EQUALS;
        value: string;
    }
    Index

    Properties

    Properties

    value: string