ProgressIndicatorModel
A progress indicator that represents either response activity or the user's position in a routing queue.
This extends TypingIndicatorModel to also cover queue position events. Use isTypingIndicatorEntry to distinguish between response activity and queue position scenarios when rendering custom UI.
Parameters
The underlying conversation entry (typing indicator or queue position event).
The list of active indicator entries. For queue position events, this defaults to a list containing only the queue position entry itself.
Constructors
Properties
Identifies the type of content this entry represents. For conversation entries this matches the ConversationEntryType name; for synthetic entries it matches an internal type name. Useful for filtering or logging entry types.
true if this progress indicator represents a typing event rather than a queue position update.
The remote participants who are currently typing, with their display names resolved.