Method to clear unread messages for a specific thread and user
The unique identifier of the thread
A promise that resolves when the unread messages are cleared
Method to get all recent chat threads
Method to fetch User Messages
Method to get channel id for a user
Method to get all thread details
The unique identifier of the thread to fetch messages for. If not provided, an empty string is used.
The number of messages to skip for pagination. Defaults to 0.
The maximum number of messages to retrieve. Defaults to 15.
A promise that resolves to the validated thread messages details (AgentHiveThreadsDetails).
Method to get unread messages
The unique identifier of the user to fetch unread messages for.
A promise that resolves to the validated unread messages details (AgentHiveThreadsDetails).
Method for outbound messages
it contains details of message
Generated using TypeDoc
Service to handle Outbound messages API calls on Agent Hive