Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentGuestSearchRequest
Packages that use KnowledgeDocumentGuestSearchRequest
Package
Description
-
Uses of KnowledgeDocumentGuestSearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentGuestSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(String sessionId, List<String> expand, KnowledgeDocumentGuestSearchRequest body) Search the documents in a guest session.KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchWithHttpInfo(String sessionId, List<String> expand, KnowledgeDocumentGuestSearchRequest body) Search the documents in a guest session.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentGuestSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(ApiRequest<KnowledgeDocumentGuestSearchRequest> request) Search the documents in a guest session.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsSearchAsync(ApiRequest<KnowledgeDocumentGuestSearchRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentGuestSearch>> callback) Search the documents in a guest session. -
Uses of KnowledgeDocumentGuestSearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentGuestSearchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentGuestSearchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentGuestSearchRequestModifier and TypeMethodDescriptionvoidPostKnowledgeGuestSessionDocumentsSearchRequest.setBody(KnowledgeDocumentGuestSearchRequest body) PostKnowledgeGuestSessionDocumentsSearchRequest.Builder.withBody(KnowledgeDocumentGuestSearchRequest body) PostKnowledgeGuestSessionDocumentsSearchRequest.withBody(KnowledgeDocumentGuestSearchRequest body) -
Uses of KnowledgeDocumentGuestSearchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentGuestSearchRequestModifier and TypeMethodDescriptionKnowledgeDocumentGuestSearchRequest.answerHighlightTopResults(Integer answerHighlightTopResults) The number of articles to be sent for answer-highlighting.KnowledgeDocumentGuestSearchRequest.includeDraftDocuments(Boolean includeDraftDocuments) Indicates whether the search results would also include draft documents.KnowledgeDocumentGuestSearchRequest.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.Query to search content in the knowledge base.KnowledgeDocumentGuestSearchRequest.queryType(KnowledgeDocumentGuestSearchRequest.QueryTypeEnum queryType) The type of the query that initiates the search.