Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationRecordingAnnotationsRequest
Packages that use PostConversationRecordingAnnotationsRequest
-
Uses of PostConversationRecordingAnnotationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationRecordingAnnotationsRequestModifier and TypeMethodDescriptionRecordingApi.postConversationRecordingAnnotations(PostConversationRecordingAnnotationsRequest request) Create annotation If the annotation does not exist on the recording, it is created.RecordingApiAsync.postConversationRecordingAnnotationsAsync(PostConversationRecordingAnnotationsRequest request, AsyncApiCallback<Annotation> callback) Create annotation If the annotation does not exist on the recording, it is created. -
Uses of PostConversationRecordingAnnotationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationRecordingAnnotationsRequestModifier and TypeMethodDescriptionPostConversationRecordingAnnotationsRequest.Builder.build()PostConversationRecordingAnnotationsRequest.withBody(Annotation body) PostConversationRecordingAnnotationsRequest.withConversationId(String conversationId) PostConversationRecordingAnnotationsRequest.withCustomHeader(String name, String value) PostConversationRecordingAnnotationsRequest.withRecordingId(String recordingId)