Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantCoachRequest
Packages that use PostConversationsCallParticipantCoachRequest
-
Uses of PostConversationsCallParticipantCoachRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantCoachRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsCallParticipantCoach(PostConversationsCallParticipantCoachRequest request) Listen in on the conversation from the point of view of a given participant while speaking to just the given participant.ConversationsApiAsync.postConversationsCallParticipantCoachAsync(PostConversationsCallParticipantCoachRequest request, AsyncApiCallback<Void> callback) Listen in on the conversation from the point of view of a given participant while speaking to just the given participant. -
Uses of PostConversationsCallParticipantCoachRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantCoachRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantCoachRequest.Builder.build()PostConversationsCallParticipantCoachRequest.withConversationId(String conversationId) PostConversationsCallParticipantCoachRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantCoachRequest.withParticipantId(String participantId)