Package com.mypurecloud.sdk.v2.model
Class ConsultTransferToQueue
java.lang.Object
com.mypurecloud.sdk.v2.model.ConsultTransferToQueue
- All Implemented Interfaces:
Serializable
ConsultTransferToQueue
- 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()The id of the queue.The name of the queue.voidsetConsultingUserId(String consultingUserId) voidsetQueueId(String queueId) voidsetQueueName(String queueName) voidDetermines to whom the initiating participant is requesting to speak.toString()
-
Constructor Details
-
ConsultTransferToQueue
public ConsultTransferToQueue() -
ConsultTransferToQueue
-
-
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
-
queueId
The id of the queue. -
getQueueId
-
setQueueId
-
queueName
The name of the queue. -
getQueueName
-
setQueueName
-
equals
-
hashCode
public int hashCode() -
toString
-