Package com.mypurecloud.sdk.v2.model
Class WebChatMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.WebChatMessage
- All Implemented Interfaces:
Serializable
WebChatMessage
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe purpose of the message within the conversation, such as a standard text entry versus a greeting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message body.bodyType(WebChatMessage.BodyTypeEnum bodyType) The purpose of the message within the conversation, such as a standard text entry versus a greeting.conversation(WebChatConversation conversation) The identifier of the conversationbooleangetBody()getId()getName()inthashCode()sender(WebChatMemberInfo sender) The member who sent the messagevoidvoidsetBodyType(WebChatMessage.BodyTypeEnum bodyType) voidsetConversation(WebChatConversation conversation) voidvoidsetSender(WebChatMemberInfo sender) voidsetTimestamp(Date timestamp) The timestamp of the message, in ISO-8601 formattoString()
-
Constructor Details
-
WebChatMessage
public WebChatMessage() -
WebChatMessage
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
conversation
The identifier of the conversation -
getConversation
-
setConversation
-
sender
The member who sent the message -
getSender
-
setSender
-
body
The message body. -
getBody
-
setBody
-
bodyType
The purpose of the message within the conversation, such as a standard text entry versus a greeting. -
getBodyType
-
setBodyType
-
timestamp
The timestamp of the message, in ISO-8601 format -
getTimestamp
-
setTimestamp
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-