Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentsSearchRequest
Packages that use PostKnowledgeGuestSessionDocumentsSearchRequest
-
Uses of PostKnowledgeGuestSessionDocumentsSearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentsSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(PostKnowledgeGuestSessionDocumentsSearchRequest request) Search the documents in a guest session.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsSearchAsync(PostKnowledgeGuestSessionDocumentsSearchRequest request, AsyncApiCallback<KnowledgeDocumentGuestSearch> callback) Search the documents in a guest session. -
Uses of PostKnowledgeGuestSessionDocumentsSearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentsSearchRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentsSearchRequest.Builder.build()PostKnowledgeGuestSessionDocumentsSearchRequest.withBody(KnowledgeDocumentGuestSearchRequest body) PostKnowledgeGuestSessionDocumentsSearchRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentsSearchRequest.withExpand(List<String> expand) PostKnowledgeGuestSessionDocumentsSearchRequest.withSessionId(String sessionId)