Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentPresentation
Packages that use KnowledgeDocumentPresentation
Package
Description
-
Uses of KnowledgeDocumentPresentation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentPresentationModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeKnowledgebaseDocumentsPresentations(String knowledgeBaseId, KnowledgeDocumentPresentation body) Indicate that documents were presented to the user.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsPresentationsWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentPresentation body) Indicate that documents were presented to the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentPresentationModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsPresentations(ApiRequest<KnowledgeDocumentPresentation> request) Indicate that documents were presented to the user.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsPresentationsAsync(ApiRequest<KnowledgeDocumentPresentation> request, AsyncApiCallback<ApiResponse<Void>> callback) Indicate that documents were presented to the user. -
Uses of KnowledgeDocumentPresentation in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentPresentationModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsPresentationsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentPresentationModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsPresentationsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentPresentationModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentsPresentationsRequest.setBody(KnowledgeDocumentPresentation body) PostKnowledgeKnowledgebaseDocumentsPresentationsRequest.Builder.withBody(KnowledgeDocumentPresentation body) PostKnowledgeKnowledgebaseDocumentsPresentationsRequest.withBody(KnowledgeDocumentPresentation body) -
Uses of KnowledgeDocumentPresentation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentPresentationModifier and TypeMethodDescriptionKnowledgeDocumentPresentation.application(KnowledgeSearchClientApplication application) The client application in which the documents were presented.KnowledgeDocumentPresentation.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information if the documents were presented in the context of a conversation.KnowledgeDocumentPresentation.documents(List<PresentedKnowledgeDocument> documents) The presented documentsKnowledgeDocumentPresentation.queryType(KnowledgeDocumentPresentation.QueryTypeEnum queryType) The type of the query that surfaced the documents.The search that surfaced the documents that were presented.KnowledgeDocumentPresentation.surfacingMethod(KnowledgeDocumentPresentation.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.