Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeSourcesSearchRequest
Packages that use KnowledgeSourcesSearchRequest
Package
Description
-
Uses of KnowledgeSourcesSearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeSourcesSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSearch(KnowledgeSourcesSearchRequest body) Get Knowledge SearchKnowledgeApi.postKnowledgeSearchWithHttpInfo(KnowledgeSourcesSearchRequest body) Get Knowledge SearchMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeSourcesSearchRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSearch(ApiRequest<KnowledgeSourcesSearchRequest> request) Get Knowledge SearchKnowledgeApiAsync.postKnowledgeSearchAsync(ApiRequest<KnowledgeSourcesSearchRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSourcesSearchResponse>> callback) Get Knowledge Search -
Uses of KnowledgeSourcesSearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeSourcesSearchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeSourcesSearchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeSourcesSearchRequestModifier and TypeMethodDescriptionvoidPostKnowledgeSearchRequest.setBody(KnowledgeSourcesSearchRequest body) PostKnowledgeSearchRequest.Builder.withBody(KnowledgeSourcesSearchRequest body) PostKnowledgeSearchRequest.withBody(KnowledgeSourcesSearchRequest body) -
Uses of KnowledgeSourcesSearchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSourcesSearchRequestModifier and TypeMethodDescriptionKnowledgeSourcesSearchRequest.application(V3KnowledgeSearchClientApplication application) The client application details from which search requested.KnowledgeSourcesSearchRequest.conversationContext(KnowledgeV3ConversationContext conversationContext) Conversation context information if the search is initiated in the context of a conversation.KnowledgeSourcesSearchRequest.conversationTurns(List<KnowledgeConversationTurn> conversationTurns) List of conversation turns to use for stateful search.KnowledgeSourcesSearchRequest.generationLanguage(KnowledgeSourcesSearchRequest.GenerationLanguageEnum generationLanguage) The language to use for answer generation.KnowledgeSourcesSearchRequest.knowledgeSettingId(String knowledgeSettingId) Knowledge Setting Id to use for search request.Input query to search content on the knowledge setting.KnowledgeSourcesSearchRequest.queryType(KnowledgeSourcesSearchRequest.QueryTypeEnum queryType) The type of the query that initiates the search.The session id for search request.