Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentVariationContext
Packages that use KnowledgeGuestDocumentVariationContext
-
Uses of KnowledgeGuestDocumentVariationContext in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentVariationContextModifier and TypeMethodDescriptionKnowledgeGuestDocumentVariationContext.context(AddressableEntityRef context) The knowledge context associated with the variation.KnowledgeGuestDocumentVariationContext.values(List<AddressableEntityRef> values) The list of knowledge context values associated with the variation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeGuestDocumentVariationContextModifier and TypeMethodDescriptionKnowledgeGuestDocumentVariation.getContexts()KnowledgeGuestDocumentVariationAnswer.getContexts()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeGuestDocumentVariationContextModifier and TypeMethodDescriptionKnowledgeGuestDocumentVariation.contexts(List<KnowledgeGuestDocumentVariationContext> contexts) The context values associated with the variation.KnowledgeGuestDocumentVariationAnswer.contexts(List<KnowledgeGuestDocumentVariationContext> contexts) The context values associated with the variation.voidKnowledgeGuestDocumentVariation.setContexts(List<KnowledgeGuestDocumentVariationContext> contexts) voidKnowledgeGuestDocumentVariationAnswer.setContexts(List<KnowledgeGuestDocumentVariationContext> contexts)