Interface ChannelEventNotification
public interface ChannelEventNotification
ChannelEventNotification
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderAn object containing additional information regarding the event.Get channelThe type of event being reported.
-
Method Details
-
getChannel
ConversationChannel getChannel()Get channel- Returns:
- channel
-
getEventType
String getEventType()The type of event being reported.- Returns:
- eventType
-
getAdditionalData
Object getAdditionalData()An object containing additional information regarding the event. The contents of the object depend on the channel and the event_type.- Returns:
- additionalData
-
builder
Getting builder- Returns:
- New Builder instance
-