Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantConsultAgentRequest
Packages that use PostConversationsCallParticipantConsultAgentRequest
-
Uses of PostConversationsCallParticipantConsultAgentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantConsultAgentRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantConsultAgent(PostConversationsCallParticipantConsultAgentRequest request) Initiate a consult transfer to an agentConversationsApiAsync.postConversationsCallParticipantConsultAgentAsync(PostConversationsCallParticipantConsultAgentRequest request, AsyncApiCallback<ConsultTransferResponse> callback) Initiate a consult transfer to an agent -
Uses of PostConversationsCallParticipantConsultAgentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantConsultAgentRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantConsultAgentRequest.Builder.build()PostConversationsCallParticipantConsultAgentRequest.withBody(ConsultTransferToAgent body) PostConversationsCallParticipantConsultAgentRequest.withConversationId(String conversationId) PostConversationsCallParticipantConsultAgentRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantConsultAgentRequest.withParticipantId(String participantId)