Package com.mypurecloud.sdk.v2.model
Class ConsultTransferToAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransferToAgent
- All Implemented Interfaces:
Serializable
ConsultTransferToAgent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDetermines to whom the initiating participant is requesting to speak. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.booleaninthashCode()voidsetConsultingUserId(String consultingUserId) voidvoidsetUserDisplayName(String userDisplayName) voidDetermines to whom the initiating participant is requesting to speak.toString()userDisplayName(String userDisplayName) The name of the internal user.The id of the internal user.
-
Constructor Details
-
ConsultTransferToAgent
public ConsultTransferToAgent() -
ConsultTransferToAgent
-
-
Method Details
-
speakTo
Determines to whom the initiating participant is requesting to speak. Defaults to DESTINATION -
getSpeakTo
-
setSpeakTo
-
consultingUserId
The user ID of the person who wants to talk before completing the transfer. Could be the same of the context user ID -
getConsultingUserId
-
setConsultingUserId
-
userId
The id of the internal user. -
getUserId
-
setUserId
-
userDisplayName
The name of the internal user. -
getUserDisplayName
-
setUserDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-