Chat Processing¶
Client Methods¶
-
class
performline.products.chatscout.api.ChatScoutClientMethods[source]¶ Methods for retrieving data from the ChatScout product
-
chats(id=None, limit=None, offset=None, brand=None, campaign=None)[source]¶ Retrieve one or more chats associated with an account.
Parameters: id (int, optional) – If specified, retrieve a single chat by the given ID. Otherwise, return all chats. Returns: An instance of Chatifidis not None representing the chat with that ID. Otherwise, retrieve a list ofChatinstances of all chats associated with the account.Raises: See request()
-