Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSearchVariation
Packages that use KnowledgeDocumentSearchVariation
-
Uses of KnowledgeDocumentSearchVariation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentSearchVariationModifier and TypeMethodDescriptionKnowledgeDocumentSearchVariation.body(DocumentBodyWithHighlight body) The content for the variation.KnowledgeDocumentSearchVariation.chunks(List<DocumentVariationSearchChunkBlock> chunks) The chunk blocks associated with the variation.KnowledgeDocumentSearchVariation.contexts(List<DocumentVariationContext> contexts) The context values associated with the variation.KnowledgeDocumentSearchVariation.documentVersion(AddressableEntityRef documentVersion) The version of the document.The name of the variation.The priority of the variation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentSearchVariationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentSearchVariationModifier and TypeMethodDescriptionvoidKnowledgeSearchDocumentResponse.setVariations(List<KnowledgeDocumentSearchVariation> variations) KnowledgeSearchDocumentResponse.variations(List<KnowledgeDocumentSearchVariation> variations) Variations of the document.