For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show Replies List

Display the Luciq replies page from your own React Native UI, and check whether a user already has existing chats before you try to open the list.

Show Replies

The below API can be used to display the replies page. This page contains a list of any previous chats that were opened for this customer.

JavaScript

Example
Replies.show();
Conversations List

Check if User Has Chats

If a user has no pre-existing chats, the previous API won't show the replies page. You can check whether the user has any available chats or not using the below API.

Last updated