Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest
Packages that use PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest
-
Uses of PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestions(PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest 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. -
Uses of PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest.Builder.build()PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest.withBody(KnowledgeDocumentSuggestionRequest body) PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest.withCustomHeader(String name, String value) PostKnowledgeKnowledgebaseDocumentsSearchSuggestionsRequest.withKnowledgeBaseId(String knowledgeBaseId)