Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentAlternative
Packages that use KnowledgeDocumentAlternative
-
Uses of KnowledgeDocumentAlternative in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentAlternativeModifier and TypeMethodDescriptionKnowledgeDocumentAlternative.autocomplete(Boolean autocomplete) Autocomplete enabled for the alternate phrase.Alternate phrasing to the document title, having a limit of 500 words.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentAlternativeModifier and TypeMethodDescriptionKnowledgeDocumentCreateRequest.getAlternatives()KnowledgeDocumentQueryResult.getAlternatives()KnowledgeDocumentReq.getAlternatives()KnowledgeDocumentResponse.getAlternatives()KnowledgeGuestDocumentResponse.getAlternatives()KnowledgeGuestSearchDocumentResponse.getAlternatives()KnowledgeSearchDocumentResponse.getAlternatives()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentAlternativeModifier and TypeMethodDescriptionKnowledgeDocumentCreateRequest.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentQueryResult.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentReq.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeGuestDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeGuestSearchDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeSearchDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.voidKnowledgeDocumentCreateRequest.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeDocumentQueryResult.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeDocumentReq.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeDocumentResponse.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeGuestDocumentResponse.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeGuestSearchDocumentResponse.setAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidKnowledgeSearchDocumentResponse.setAlternatives(List<KnowledgeDocumentAlternative> alternatives)