Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSuggestion
Packages that use KnowledgeDocumentSuggestion
-
Uses of KnowledgeDocumentSuggestion in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentSuggestionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestions(PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest request) Query the knowledge documents to provide suggestions for auto completion.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestions(String knowledgeBaseId, KnowledgeDocumentSuggestionRequest body) Query the knowledge documents to provide suggestions for auto completion.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentSuggestionModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestions(ApiRequest<KnowledgeDocumentSuggestionRequest> request) Query the knowledge documents to provide suggestions for auto completion.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsAsync(PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest request, AsyncApiCallback<KnowledgeDocumentSuggestion> callback) Query the knowledge documents to provide suggestions for auto completion.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsAsync(ApiRequest<KnowledgeDocumentSuggestionRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentSuggestion>> callback) Query the knowledge documents to provide suggestions for auto completion.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentSuggestionRequest body) Query the knowledge documents to provide suggestions for auto completion.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentSuggestionModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsAsync(PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest request, AsyncApiCallback<KnowledgeDocumentSuggestion> callback) Query the knowledge documents to provide suggestions for auto completion.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsAsync(ApiRequest<KnowledgeDocumentSuggestionRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentSuggestion>> callback) Query the knowledge documents to provide suggestions for auto completion. -
Uses of KnowledgeDocumentSuggestion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentSuggestionModifier and TypeMethodDescriptionPage size of the returned results.Query to get autocomplete suggestions for the matching knowledge documents.