Package com.mypurecloud.sdk.v2.model
Class CustomerIntentAssignmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomerIntentAssignmentRequest
- All Implemented Interfaces:
Serializable
CustomerIntentAssignmentRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of source of assignment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) Id of conversation assignment occurred inbooleaninthashCode()Id of session assignment occurred invoidsetConversationId(String conversationId) voidsetSessionId(String sessionId) voidsetSourceId(String sourceId) voidId of the source of assignmentType of source of assignmenttoString()
-
Constructor Details
-
CustomerIntentAssignmentRequest
public CustomerIntentAssignmentRequest() -
CustomerIntentAssignmentRequest
-
-
Method Details
-
sourceId
Id of the source of assignment -
getSourceId
-
setSourceId
-
sessionId
Id of session assignment occurred in -
getSessionId
-
setSessionId
-
conversationId
Id of conversation assignment occurred in -
getConversationId
-
setConversationId
-
sourceType
public CustomerIntentAssignmentRequest sourceType(CustomerIntentAssignmentRequest.SourceTypeEnum sourceType) Type of source of assignment -
getSourceType
-
setSourceType
-
equals
-
hashCode
public int hashCode() -
toString
-