Unblu Agent Embedded JS API
    Preparing search index...

    Interface ConversationHistoryDataResult

    Result of a conversation history search

    interface ConversationHistoryDataResult {
        hasMoreItems?: boolean;
        items?: ConversationHistoryData[];
        nextOffset?: number;
    }
    Index

    Properties

    hasMoreItems?: boolean

    Flag to indicate if there are more items on the server

    The returned list of conversation history items

    nextOffset?: number

    If there are more items present on the server, this value can be used as the offset in the next query