Class AIIndicatorUpdatedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class AIIndicatorUpdatedEvent extends CidEvent implements UserEvent
Triggered when an ai indicator is updated.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Useruserprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final DatechannelLastMessageAtprivate final StringaiStateprivate final StringmessageIdprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()UsergetUser()StringgetCid()StringgetChannelType()StringgetChannelId()DategetChannelLastMessageAt()final StringgetAiState()final StringgetMessageId()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getUser
User getUser()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannelLastMessageAt
Date getChannelLastMessageAt()
-
getAiState
final String getAiState()
-
getMessageId
final String getMessageId()
-
-
-
-