Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInStringOperator

    "Not in" string operator. Matches strings not in the provided list

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

    Properties

    Properties

    type: NOT_IN
    values: string[]