Package com.mypurecloud.sdk.v2.model
Class CreateWebChatConversationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateWebChatConversationResponse
- All Implemented Interfaces:
Serializable
CreateWebChatConversationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventStreamUri(String eventStreamUri) The URI which provides the conversation event stream.getId()getJwt()inthashCode()Chat Conversation identifierThe JWT that you can use to identify subsequent calls on this conversationmember(WebChatMemberInfo member) Chat MembervoidsetEventStreamUri(String eventStreamUri) voidvoidvoidsetMember(WebChatMemberInfo member) toString()
-
Constructor Details
-
CreateWebChatConversationResponse
public CreateWebChatConversationResponse() -
CreateWebChatConversationResponse
-
-
Method Details
-
id
Chat Conversation identifier -
getId
-
setId
-
jwt
The JWT that you can use to identify subsequent calls on this conversation -
getJwt
-
setJwt
-
eventStreamUri
The URI which provides the conversation event stream. -
getEventStreamUri
-
setEventStreamUri
-
member
Chat Member -
getMember
-
setMember
-
equals
-
hashCode
public int hashCode() -
toString
-