Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeSearchPreviewRequest
Packages that use KnowledgeSearchPreviewRequest
Package
Description
-
Uses of KnowledgeSearchPreviewRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeSearchPreviewRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSearchPreview(KnowledgeSearchPreviewRequest body) Get Knowledge Search PreviewKnowledgeApi.postKnowledgeSearchPreviewWithHttpInfo(KnowledgeSearchPreviewRequest body) Get Knowledge Search PreviewMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeSearchPreviewRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSearchPreview(ApiRequest<KnowledgeSearchPreviewRequest> request) Get Knowledge Search PreviewKnowledgeApiAsync.postKnowledgeSearchPreviewAsync(ApiRequest<KnowledgeSearchPreviewRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSearchPreviewResponse>> callback) Get Knowledge Search Preview -
Uses of KnowledgeSearchPreviewRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeSearchPreviewRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeSearchPreviewRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeSearchPreviewRequestModifier and TypeMethodDescriptionvoidPostKnowledgeSearchPreviewRequest.setBody(KnowledgeSearchPreviewRequest body) PostKnowledgeSearchPreviewRequest.Builder.withBody(KnowledgeSearchPreviewRequest body) PostKnowledgeSearchPreviewRequest.withBody(KnowledgeSearchPreviewRequest body) -
Uses of KnowledgeSearchPreviewRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSearchPreviewRequestModifier and TypeMethodDescriptionKnowledgeSearchPreviewRequest.conversationTurns(List<KnowledgeConversationTurn> conversationTurns) List of conversation turns to use for stateful search.KnowledgeSearchPreviewRequest.filter(V3SourceTagFilter filter) Composite tag filter applied to the search preview.KnowledgeSearchPreviewRequest.generationSetting(KnowledgeGenerationSetting generationSetting) Setting for answer generation.Query to search content in the knowledge sources.KnowledgeSearchPreviewRequest.sources(List<V3SourceRef> sources) Source information to search upon.Indicates if stateful search and generation is enabled for the knowledge setting.