Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInConversationEndReasonOperator

    "Not in" end reason operator. Matches end reasons not in the provided list

    interface NotInConversationEndReasonOperator {
        type: NOT_IN;
        values: ConversationEndReason[];
    }
    Index

    Properties

    Properties

    type: NOT_IN