Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentPresentation
Packages that use KnowledgeGuestDocumentPresentation
Package
Description
-
Uses of KnowledgeGuestDocumentPresentation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentsPresentations(String sessionId, KnowledgeGuestDocumentPresentation body) Indicate that documents were presented to the user.KnowledgeApi.postKnowledgeGuestSessionDocumentsPresentationsWithHttpInfo(String sessionId, KnowledgeGuestDocumentPresentation body) Indicate that documents were presented to the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsPresentations(ApiRequest<KnowledgeGuestDocumentPresentation> request) Indicate that documents were presented to the user.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsPresentationsAsync(ApiRequest<KnowledgeGuestDocumentPresentation> request, AsyncApiCallback<ApiResponse<Void>> callback) Indicate that documents were presented to the user. -
Uses of KnowledgeGuestDocumentPresentation in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentsPresentationsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentsPresentationsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionvoidPostKnowledgeGuestSessionDocumentsPresentationsRequest.setBody(KnowledgeGuestDocumentPresentation body) PostKnowledgeGuestSessionDocumentsPresentationsRequest.Builder.withBody(KnowledgeGuestDocumentPresentation body) PostKnowledgeGuestSessionDocumentsPresentationsRequest.withBody(KnowledgeGuestDocumentPresentation body) -
Uses of KnowledgeGuestDocumentPresentation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentPresentationModifier and TypeMethodDescriptionKnowledgeGuestDocumentPresentation.documents(List<PresentedKnowledgeDocument> documents) The presented documentsKnowledgeGuestDocumentPresentation.queryType(KnowledgeGuestDocumentPresentation.QueryTypeEnum queryType) The type of the query that surfaced the documents.The search that surfaced the documents that were presented.KnowledgeGuestDocumentPresentation.surfacingMethod(KnowledgeGuestDocumentPresentation.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.