Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInInitialEngagementTypeOperator

    "Not in" initial engagement type operator. Matches engagement types not in the provided list

    interface NotInInitialEngagementTypeOperator {
        type: NOT_IN;
        values: ConversationHistoryInitialEngagementType[];
    }
    Index

    Properties

    Properties

    type: NOT_IN