Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentQueryVariation
Packages that use KnowledgeDocumentQueryVariation
-
Uses of KnowledgeDocumentQueryVariation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentQueryVariationModifier and TypeMethodDescriptionKnowledgeDocumentQueryVariation.body(DocumentBodyResponse body) The content for the variation.KnowledgeDocumentQueryVariation.chunks(List<DocumentVariationQueryChunkBlock> chunks) The chunk blocks associated with the variation.KnowledgeDocumentQueryVariation.contexts(List<DocumentVariationContext> contexts) The context values associated with the variation.KnowledgeDocumentQueryVariation.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 KnowledgeDocumentQueryVariationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentQueryVariationModifier and TypeMethodDescriptionvoidKnowledgeDocumentQueryResult.setVariations(List<KnowledgeDocumentQueryVariation> variations) KnowledgeDocumentQueryResult.variations(List<KnowledgeDocumentQueryVariation> variations) Variations of the document.