Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentGuestSearch
Packages that use KnowledgeDocumentGuestSearch
-
Uses of KnowledgeDocumentGuestSearch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentGuestSearchModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(PostKnowledgeGuestSessionDocumentsSearchRequest request) Search the documents in a guest session.KnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(String sessionId, List<String> expand, KnowledgeDocumentGuestSearchRequest body) Search the documents in a guest session.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentGuestSearchModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentsSearch(ApiRequest<KnowledgeDocumentGuestSearchRequest> request) Search the documents in a guest session.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsSearchAsync(PostKnowledgeGuestSessionDocumentsSearchRequest request, AsyncApiCallback<KnowledgeDocumentGuestSearch> callback) Search the documents in a guest session.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentsSearchAsync(ApiRequest<KnowledgeDocumentGuestSearchRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentGuestSearch>> callback) 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 KnowledgeDocumentGuestSearchModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeGuestSessionDocumentsSearchAsync(PostKnowledgeGuestSessionDocumentsSearchRequest request, AsyncApiCallback<KnowledgeDocumentGuestSearch> callback) 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 KnowledgeDocumentGuestSearch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentGuestSearchModifier and TypeMethodDescriptionKnowledgeDocumentGuestSearch.pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.Query to search content in the knowledge base.KnowledgeDocumentGuestSearch.queryType(KnowledgeDocumentGuestSearch.QueryTypeEnum queryType) The type of the query that initiates the search.