Package com.mypurecloud.sdk.v2.model
Class ConsultTransfer
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransfer
- All Implemented Interfaces:
Serializable
ConsultTransfer
- 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.destination(Destination destination) Destination.booleaninthashCode()voidsetConsultingUserId(String consultingUserId) voidsetDestination(Destination destination) voidsetSpeakTo(ConsultTransfer.SpeakToEnum speakTo) speakTo(ConsultTransfer.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.toString()
-
Constructor Details
-
ConsultTransfer
public ConsultTransfer() -
ConsultTransfer
-
-
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
-
destination
Destination. Specify one and only one parameter from the list below. -
getDestination
-
setDestination
-
equals
-
hashCode
public int hashCode() -
toString
-