Hierarchy
- Lines
Methods
search
-
The method is used to search for live chats.
To search for items in the collection, use the Search object:
const lines = await System.lines.lines.search() .where(f => f.__name.eq('some live chat')) .all();
Read more about using search in the Manage apps article.
Returns LineSearch
Live Chat object
Used to search Live Chats.