Package ai.nexconn.chat.message.model
Class MessageBlockedEvent
-
- All Implemented Interfaces:
public final class MessageBlockedEventEvent for a message being blocked due to sensitive words.
-
-
Field Summary
Fields Modifier and Type Field Description private final BlockedMessageInfoinfo
-
Constructor Summary
Constructors Constructor Description MessageBlockedEvent(BlockedMessageInfo info)
-
Method Summary
Modifier and Type Method Description final BlockedMessageInfogetInfo()Detailed info about the blocked message -
-
Constructor Detail
-
MessageBlockedEvent
MessageBlockedEvent(BlockedMessageInfo info)
-
-
Method Detail
-
getInfo
final BlockedMessageInfo getInfo()
Detailed info about the blocked message
-
-
-
-