TypingIndicatorView
A SwiftUI view that displays animated typing indicators for participants in a conversation. Provides visual feedback when participants are actively typing, enhancing the conversational experience with real-time activity indicators.
| Property | Type | Description |
|---|
| body | some View | Inherited from View.body |
| Method | Signature | Description |
|---|
| init | init(typingIndicators: [String : TypingIndicatorMessage], themeManager: AgentforceThemeManager, showParticipantNames: Bool = true) | Creates a typing indicator view with the specified configuration |