reportConversationEvent(_:for:)
Informs the system that an event has occurred and that it needs to update the conversation if necessary.
Declaration
final func reportConversationEvent(_ event: Conversation.Event, for conversation: Conversation)Parameters
- event:
A conversation event that the system needs to process.
- conversation:
The conversation that the event applies to.