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