Package com.mypurecloud.sdk.v2.model
Class CreateWebChatConversationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateWebChatConversationRequest
- All Implemented Interfaces:
Serializable
CreateWebChatConversationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) The web chat Deployment ID which contains the appropriate settings for this chat conversation.booleaninthashCode()journeyContext(JourneyContext journeyContext) A subset of the Journey System's data relevant to this conversation/session request (for external linkage and internal usage/context).memberAuthToken(String memberAuthToken) If the guest member is an authenticated member (ie, not anonymous) his JWT is provided here.memberInfo(GuestMemberInfo memberInfo) The guest member info to use for the new chat conversation.organizationId(String organizationId) The organization identifier.routingTarget(WebChatRoutingTarget routingTarget) The routing information to use for the new chat conversation.voidsetDeploymentId(String deploymentId) voidsetJourneyContext(JourneyContext journeyContext) voidsetMemberAuthToken(String memberAuthToken) voidsetMemberInfo(GuestMemberInfo memberInfo) voidsetOrganizationId(String organizationId) voidsetRoutingTarget(WebChatRoutingTarget routingTarget) toString()
-
Constructor Details
-
CreateWebChatConversationRequest
public CreateWebChatConversationRequest() -
CreateWebChatConversationRequest
-
-
Method Details
-
organizationId
The organization identifier. -
getOrganizationId
-
setOrganizationId
-
deploymentId
The web chat Deployment ID which contains the appropriate settings for this chat conversation. -
getDeploymentId
-
setDeploymentId
-
routingTarget
The routing information to use for the new chat conversation. -
getRoutingTarget
-
setRoutingTarget
-
memberInfo
The guest member info to use for the new chat conversation. -
getMemberInfo
-
setMemberInfo
-
memberAuthToken
If the guest member is an authenticated member (ie, not anonymous) his JWT is provided here. The token will have been previously generated with the \"POST /api/v2/signeddata\" resource. -
getMemberAuthToken
-
setMemberAuthToken
-
journeyContext
A subset of the Journey System's data relevant to this conversation/session request (for external linkage and internal usage/context). -
getJourneyContext
-
setJourneyContext
-
equals
-
hashCode
public int hashCode() -
toString
-