Package com.mypurecloud.sdk.v2.model
Class TransferToAgentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TransferToAgentRequest
- All Implemented Interfaces:
Serializable
TransferToAgentRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of transfer to perform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.voidsetKeepInternalMessageAlive(Boolean keepInternalMessageAlive) voidsetTransferType(TransferToAgentRequest.TransferTypeEnum transferType) voidsetUserDisplayName(String userDisplayName) voidvoidsetUserName(String userName) voidsetVoicemail(Boolean voicemail) toString()transferType(TransferToAgentRequest.TransferTypeEnum transferType) The type of transfer to perform.userDisplayName(String userDisplayName) The name of the internal user.The id of the internal user.The userName (like user’s email) of the internal user.If true, transfer to the voicemail inbox of the participant that is being replaced.
-
Constructor Details
-
TransferToAgentRequest
public TransferToAgentRequest() -
TransferToAgentRequest
-
-
Method Details
-
transferType
The type of transfer to perform. Attended, where the initiating agent maintains ownership of the conversation until the intended recipient accepts the transfer, or Unattended, where the initiating agent immediately disconnects. Default is Unattended. -
getTransferType
-
setTransferType
-
keepInternalMessageAlive
If true, the digital internal message will NOT be terminated. -
getKeepInternalMessageAlive
-
setKeepInternalMessageAlive
-
userId
The id of the internal user. -
getUserId
-
setUserId
-
userName
The userName (like user’s email) of the internal user. -
getUserName
-
setUserName
-
userDisplayName
The name of the internal user. -
getUserDisplayName
-
setUserDisplayName
-
voicemail
If true, transfer to the voicemail inbox of the participant that is being replaced. -
getVoicemail
-
setVoicemail
-
equals
-
hashCode
public int hashCode() -
toString
-