Unblu Agent Embedded JS API
    Preparing search index...

    Interface NotInConversationStateOperator

    "Not in" conversation state operator. Matches states not in the provided list

    interface NotInConversationStateOperator {
        type: NOT_IN;
        values: ConversationHistoryState[];
    }
    Index

    Properties

    Properties

    type: NOT_IN