Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantReplaceAgentRequest
Packages that use PostConversationParticipantReplaceAgentRequest
-
Uses of PostConversationParticipantReplaceAgentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantReplaceAgentRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplaceAgent(PostConversationParticipantReplaceAgentRequest request) Replace this participant with the specified agentConversationsApiAsync.postConversationParticipantReplaceAgentAsync(PostConversationParticipantReplaceAgentRequest request, AsyncApiCallback<Void> callback) Replace this participant with the specified agent -
Uses of PostConversationParticipantReplaceAgentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantReplaceAgentRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceAgentRequest.Builder.build()PostConversationParticipantReplaceAgentRequest.withBody(TransferToAgentRequest body) PostConversationParticipantReplaceAgentRequest.withConversationId(String conversationId) PostConversationParticipantReplaceAgentRequest.withCustomHeader(String name, String value) PostConversationParticipantReplaceAgentRequest.withParticipantId(String participantId)