Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsRecipientTypeOperator

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

    interface NotEqualsRecipientTypeOperator {
        type: NOT_EQUALS;
        value: ConversationHistoryRecipientType;
    }
    Index

    Properties

    Properties