Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInRecipientTypeOperator

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

    interface NotInRecipientTypeOperator {
        type: NOT_IN;
        values: ConversationHistoryRecipientType[];
    }
    Index

    Properties

    Properties

    type: NOT_IN