Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeKnowledgebaseDocumentsPresentationsRequest
Packages that use PostKnowledgeKnowledgebaseDocumentsPresentationsRequest
-
Uses of PostKnowledgeKnowledgebaseDocumentsPresentationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeKnowledgebaseDocumentsPresentationsRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeKnowledgebaseDocumentsPresentations(PostKnowledgeKnowledgebaseDocumentsPresentationsRequest request) Indicate that documents were presented to the user.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsPresentationsAsync(PostKnowledgeKnowledgebaseDocumentsPresentationsRequest request, AsyncApiCallback<Void> callback) Indicate that documents were presented to the user. -
Uses of PostKnowledgeKnowledgebaseDocumentsPresentationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeKnowledgebaseDocumentsPresentationsRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsPresentationsRequest.Builder.build()PostKnowledgeKnowledgebaseDocumentsPresentationsRequest.withBody(KnowledgeDocumentPresentation body) PostKnowledgeKnowledgebaseDocumentsPresentationsRequest.withCustomHeader(String name, String value) PostKnowledgeKnowledgebaseDocumentsPresentationsRequest.withKnowledgeBaseId(String knowledgeBaseId)