Uses of Class
com.mypurecloud.sdk.v2.api.request.PutConversationRecordingAnnotationRequest
Packages that use PutConversationRecordingAnnotationRequest
-
Uses of PutConversationRecordingAnnotationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutConversationRecordingAnnotationRequestModifier and TypeMethodDescriptionRecordingApi.putConversationRecordingAnnotation(PutConversationRecordingAnnotationRequest request) Update annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.putConversationRecordingAnnotationAsync(PutConversationRecordingAnnotationRequest request, AsyncApiCallback<Annotation> callback) Update annotation If the annotation does not exist on the recording, it is created. -
Uses of PutConversationRecordingAnnotationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutConversationRecordingAnnotationRequestModifier and TypeMethodDescriptionPutConversationRecordingAnnotationRequest.Builder.build()PutConversationRecordingAnnotationRequest.withAnnotationId(String annotationId) PutConversationRecordingAnnotationRequest.withBody(Annotation body) PutConversationRecordingAnnotationRequest.withConversationId(String conversationId) PutConversationRecordingAnnotationRequest.withCustomHeader(String name, String value) PutConversationRecordingAnnotationRequest.withRecordingId(String recordingId)