AIAgent Group Channel List Query
A class representing query to retrieve GroupChannel list for the current User.
Currently, 1 kind of GroupChannel list can be queried.
The list of GroupChannels the current User is a member of.
The query can be get by calling SendbirdChat.AIAgent.createMyGroupChannelListQuery.
Properties
The filter applied to AI agent channels. It determines whether to include or exclude AI agent channels in the query results.
The filter applied to AI agent conversation statuses. It allows filtering channels based on the status of their conversations.
The list of AI agent IDs to filter the channels. Only channels associated with these AI agents will be included in the results.
The filter applied to Desk channels. It determines whether to include or exclude Desk channels in the query results.
Indicates whether the query is currently loading channels.
The timestamp of the last response received from the server. This timestamp is updated each time a new page of channels is fetched. Use internal only
The list of pinned channel URLs. These channels are prioritized in the query results.
Functions
Checks if the given GroupChannel belongs to this query based on the current parameters. This method evaluates the channel against the filters set in the query parameters.
Fetches the next page of GroupChannels asynchronously. If the query is already loading or there are no more channels to fetch, it will return immediately with an error or an empty list.