A method to set the conversation type. It can take once of the two values: 1. 'user' - to fetch only the user conversations. 2. 'group' - to fetch only the group conversations.
A method to set limit for the number of Conversations returned in a single iteration. A maximum of 50 conversations can fetched in a single iteration.
A method to get conversations with the specified tags.
A method to get the tags along with conversations.
A method to fetch the user/group tags in the ConversationWith Object. The default value is false.
This method will return an object of the ConversationsRequest class.