Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationSummaryFeedbackRequest
Packages that use PatchConversationSummaryFeedbackRequest
-
Uses of PatchConversationSummaryFeedbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationSummaryFeedbackRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationSummaryFeedback(PatchConversationSummaryFeedbackRequest request) Update the feedback for the summary.ConversationsApiAsync.patchConversationSummaryFeedbackAsync(PatchConversationSummaryFeedbackRequest request, AsyncApiCallback<Void> callback) Update the feedback for the summary. -
Uses of PatchConversationSummaryFeedbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationSummaryFeedbackRequestModifier and TypeMethodDescriptionPatchConversationSummaryFeedbackRequest.Builder.build()PatchConversationSummaryFeedbackRequest.withBody(FeedbackUpdateRequest body) PatchConversationSummaryFeedbackRequest.withConversationId(String conversationId) PatchConversationSummaryFeedbackRequest.withCustomHeader(String name, String value) PatchConversationSummaryFeedbackRequest.withSummaryId(String summaryId)