Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotEqualsConversationStateOperator

    "Not equals" conversation state operator. Matches states not equal to value

    interface NotEqualsConversationStateOperator {
        type: NOT_EQUALS;
        value: ConversationHistoryState;
    }
    Index

    Properties

    Properties