Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSearchRequest.AnswerModeEnum
Packages that use KnowledgeDocumentSearchRequest.AnswerModeEnum
-
Uses of KnowledgeDocumentSearchRequest.AnswerModeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentSearchRequest.AnswerModeEnumModifier and TypeMethodDescriptionKnowledgeDocumentSearchRequest.AnswerModeEnum.fromString(String key) Returns the enum constant of this class with the specified name.KnowledgeDocumentSearchRequest.AnswerModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentSearchRequest.AnswerModeEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentSearchRequest.AnswerModeEnumModifier and TypeMethodDescriptionKnowledgeDocumentSearchRequest.answerMode(List<KnowledgeDocumentSearchRequest.AnswerModeEnum> answerMode) Allows extracted answers from an article (AnswerHighlight) and/or AI-generated answers (AnswerGeneration).voidKnowledgeDocumentSearchRequest.setAnswerMode(List<KnowledgeDocumentSearchRequest.AnswerModeEnum> answerMode)