Package com.mypurecloud.sdk.v2.model
Class ConversationMessageEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationMessageEvent
- All Implemented Interfaces:
Serializable
Message event element. Examples include: system messages, typing indicators, cobrowse offerings.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of this event element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoBrowse(ConversationEventCoBrowse coBrowse) CoBrowse event.booleaneventType(ConversationMessageEvent.EventTypeEnum eventType) Type of this event elementgetVideo()inthashCode()presence(ConversationEventPresence presence) Presence event.voidsetCoBrowse(ConversationEventCoBrowse coBrowse) voidvoidsetPresence(ConversationEventPresence presence) voidsetTyping(ConversationEventTyping typing) voidsetVideo(ConversationEventVideo video) toString()typing(ConversationEventTyping typing) Typing event.video(ConversationEventVideo video) Video event.
-
Constructor Details
-
ConversationMessageEvent
public ConversationMessageEvent() -
ConversationMessageEvent
-
-
Method Details
-
eventType
Type of this event element -
getEventType
-
setEventType
-
coBrowse
CoBrowse event. -
getCoBrowse
-
setCoBrowse
-
typing
Typing event. -
getTyping
-
setTyping
-
presence
Presence event. -
getPresence
-
setPresence
-
video
Video event. -
getVideo
-
setVideo
-
equals
-
hashCode
public int hashCode() -
toString
-