Unblu Agent Embedded JS API
    Preparing search index...

    Interface LastMessageSentOrEditedTimestampConversationHistorySearchFilter

    Filter by last message timestamp or last message edited timestamp: a conversation matches if either satisfies the operator

    interface LastMessageSentOrEditedTimestampConversationHistorySearchFilter {
        field: LAST_MESSAGE_SENT_OR_EDITED_TIMESTAMP;
        operator: TimestampOperator;
    }
    Index

    Properties

    Properties