Package com.mypurecloud.sdk.v2.model
Class ConsultTransferToExternal
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransferToExternal
- All Implemented Interfaces:
Serializable
ConsultTransferToExternal
- 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 TypeMethodDescriptionThe address (like phone number) of the external contact.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
-
ConsultTransferToExternal
public ConsultTransferToExternal() -
ConsultTransferToExternal
-
-
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
The address (like phone number) of the external contact. -
getAddress
-
setAddress
-
equals
-
hashCode
public int hashCode() -
toString
-