Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationSummaryEngagementsRequest
Packages that use PatchConversationSummaryEngagementsRequest
-
Uses of PatchConversationSummaryEngagementsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationSummaryEngagementsRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationSummaryEngagements(PatchConversationSummaryEngagementsRequest request) Update agent's engagement for the summary.ConversationsApiAsync.patchConversationSummaryEngagementsAsync(PatchConversationSummaryEngagementsRequest request, AsyncApiCallback<Void> callback) Update agent's engagement for the summary. -
Uses of PatchConversationSummaryEngagementsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationSummaryEngagementsRequestModifier and TypeMethodDescriptionPatchConversationSummaryEngagementsRequest.Builder.build()PatchConversationSummaryEngagementsRequest.withBody(EngagementRequest body) PatchConversationSummaryEngagementsRequest.withConversationId(String conversationId) PatchConversationSummaryEngagementsRequest.withCustomHeader(String name, String value) PatchConversationSummaryEngagementsRequest.withSummaryId(String summaryId)