UNPKG

@microsoft/omnichannel-chat-sdk

Version:
11 lines (10 loc) 278 B
export default interface GetPersistentChatHistoryOptionalParams { /** * Number of messages to retrieve per page (Optional). */ pageSize?: number; /** * Token for pagination to get the next page of results (Optional). */ pageToken?: string; }