Unblu Agent Embedded JS API
    Preparing search index...

    Interface InConversationStateOperator

    "In" conversation state operator. Matches states in the provided list

    interface InConversationStateOperator {
        type: IN;
        values: ConversationHistoryState[];
    }
    Index

    Properties

    Properties

    type: IN