Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantMonitorRequest
Packages that use PostConversationsCallParticipantMonitorRequest
-
Uses of PostConversationsCallParticipantMonitorRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantMonitorRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsCallParticipantMonitor(PostConversationsCallParticipantMonitorRequest request) Listen in on the conversation from the point of view of a given participant.ConversationsApiAsync.postConversationsCallParticipantMonitorAsync(PostConversationsCallParticipantMonitorRequest request, AsyncApiCallback<Void> callback) Listen in on the conversation from the point of view of a given participant. -
Uses of PostConversationsCallParticipantMonitorRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantMonitorRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantMonitorRequest.Builder.build()PostConversationsCallParticipantMonitorRequest.withConversationId(String conversationId) PostConversationsCallParticipantMonitorRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantMonitorRequest.withParticipantId(String participantId)