Package com.mypurecloud.sdk.v2.model
Class ConsultTransferToAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransferToAddress
- All Implemented Interfaces:
Serializable
ConsultTransferToAddress
- 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 TypeMethodDescriptionDestination's address or phone number.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.booleaninthashCode()voidsetAddress(String address) voidsetConsultingUserId(String consultingUserId) voidDetermines to whom the initiating participant is requesting to speak.toString()
-
Constructor Details
-
ConsultTransferToAddress
public ConsultTransferToAddress() -
ConsultTransferToAddress
-
-
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
-
address
Destination's address or phone number. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-