Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsInitialEngagementTypeOperator

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

    interface NotEqualsInitialEngagementTypeOperator {
        type: NOT_EQUALS;
        value: ConversationHistoryInitialEngagementType;
    }
    Index

    Properties

    Properties