Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentsPresentationsRequest
Packages that use PostKnowledgeGuestSessionDocumentsPresentationsRequest
-
Uses of PostKnowledgeGuestSessionDocumentsPresentationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentsPresentationsRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentsPresentations(PostKnowledgeGuestSessionDocumentsPresentationsRequest request) Indicate that documents were presented to the user.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsPresentationsAsync(PostKnowledgeGuestSessionDocumentsPresentationsRequest request, AsyncApiCallback<Void> callback) Indicate that documents were presented to the user. -
Uses of PostKnowledgeGuestSessionDocumentsPresentationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentsPresentationsRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentsPresentationsRequest.Builder.build()PostKnowledgeGuestSessionDocumentsPresentationsRequest.withBody(KnowledgeGuestDocumentPresentation body) PostKnowledgeGuestSessionDocumentsPresentationsRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentsPresentationsRequest.withSessionId(String sessionId)