Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferToAgent
Packages that use ConsultTransferToAgent
Package
Description
-
Uses of ConsultTransferToAgent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConsultTransferToAgentModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultAgent(String conversationId, String participantId, ConsultTransferToAgent body) Initiate a consult transfer to an agentConversationsApi.postConversationsCallParticipantConsultAgentWithHttpInfo(String conversationId, String participantId, ConsultTransferToAgent body) Initiate a consult transfer to an agentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConsultTransferToAgentModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultAgent(ApiRequest<ConsultTransferToAgent> request) Initiate a consult transfer to an agentConversationsApiAsync.postConversationsCallParticipantConsultAgentAsync(ApiRequest<ConsultTransferToAgent> request, AsyncApiCallback<ApiResponse<ConsultTransferResponse>> callback) Initiate a consult transfer to an agent -
Uses of ConsultTransferToAgent in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConsultTransferToAgentMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConsultTransferToAgentModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultAgentRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ConsultTransferToAgentModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultAgentRequest.builder(String conversationId, String participantId, ConsultTransferToAgent body) voidPostConversationsCallParticipantConsultAgentRequest.setBody(ConsultTransferToAgent body) PostConversationsCallParticipantConsultAgentRequest.Builder.withBody(ConsultTransferToAgent body) PostConversationsCallParticipantConsultAgentRequest.withBody(ConsultTransferToAgent body) PostConversationsCallParticipantConsultAgentRequest.Builder.withRequiredParams(String conversationId, String participantId, ConsultTransferToAgent body) -
Uses of ConsultTransferToAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferToAgentModifier and TypeMethodDescriptionConsultTransferToAgent.consultingUserId(String consultingUserId) The user ID of the person who wants to talk before completing the transfer.ConsultTransferToAgent.speakTo(ConsultTransferToAgent.SpeakToEnum speakTo) Determines to whom the initiating participant is requesting to speak.ConsultTransferToAgent.userDisplayName(String userDisplayName) The name of the internal user.The id of the internal user.