Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsAwaitedPersonTypeOperator

    "Not equals" awaited person type operator. Matches types not equal to value

    interface NotEqualsAwaitedPersonTypeOperator {
        type: NOT_EQUALS;
        value: AwaitedPersonType;
    }
    Index

    Properties

    Properties