Uses of Class
com.mypurecloud.sdk.v2.api.request.GetConversationRecordingAnnotationsRequest
Packages that use GetConversationRecordingAnnotationsRequest
-
Uses of GetConversationRecordingAnnotationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetConversationRecordingAnnotationsRequestModifier and TypeMethodDescriptionRecordingApi.getConversationRecordingAnnotations(GetConversationRecordingAnnotationsRequest request) Get annotations for recordingRecordingApiAsync.getConversationRecordingAnnotationsAsync(GetConversationRecordingAnnotationsRequest request, AsyncApiCallback<List<Annotation>> callback) Get annotations for recording -
Uses of GetConversationRecordingAnnotationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetConversationRecordingAnnotationsRequestModifier and TypeMethodDescriptionGetConversationRecordingAnnotationsRequest.Builder.build()GetConversationRecordingAnnotationsRequest.withConversationId(String conversationId) GetConversationRecordingAnnotationsRequest.withCustomHeader(String name, String value) GetConversationRecordingAnnotationsRequest.withRecordingId(String recordingId)