Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentVariationAnswer
Packages that use KnowledgeGuestDocumentVariationAnswer
-
Uses of KnowledgeGuestDocumentVariationAnswer in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentVariationAnswerModifier and TypeMethodDescriptionKnowledgeGuestDocumentVariationAnswer.body(DocumentBodyWithHighlight body) The content for the variation.KnowledgeGuestDocumentVariationAnswer.contexts(List<KnowledgeGuestDocumentVariationContext> contexts) The context values associated with the variation.KnowledgeGuestDocumentVariationAnswer.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeGuestAnswerDocumentResponse.getVariation()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeGuestDocumentVariationAnswerMethods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeGuestDocumentVariationAnswerModifier and TypeMethodDescriptionvoidKnowledgeGuestAnswerDocumentResponse.setVariation(KnowledgeGuestDocumentVariationAnswer variation) KnowledgeGuestAnswerDocumentResponse.variation(KnowledgeGuestDocumentVariationAnswer variation) The variation with the answer's highlight data.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeGuestDocumentVariationAnswerModifier and TypeMethodDescriptionvoidKnowledgeGuestSearchDocumentResponse.setVariations(List<KnowledgeGuestDocumentVariationAnswer> variations) KnowledgeGuestSearchDocumentResponse.variations(List<KnowledgeGuestDocumentVariationAnswer> variations) Variations of the document.