Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsConversationEndReasonOperator

    "Not equals" end reason operator. Matches end reasons not equal to value

    interface NotEqualsConversationEndReasonOperator {
        type: NOT_EQUALS;
        value: ConversationEndReason;
    }
    Index

    Properties

    Properties