Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInAwaitedPersonTypeOperator

    "Not in" awaited person type operator. Matches types not in the provided list

    interface NotInAwaitedPersonTypeOperator {
        type: NOT_IN;
        values: AwaitedPersonType[];
    }
    Index

    Properties

    Properties

    type: NOT_IN