Unblu Agent Embedded JS API
    Preparing search index...

    Interface EqualsConversationStateOperator

    "Equals" conversation state operator. Matches state

    interface EqualsConversationStateOperator {
        type: EQUALS;
        value: ConversationHistoryState;
    }
    Index

    Properties

    Properties

    type: EQUALS