Package com.mypurecloud.sdk.v2.model
Class PresentedKnowledgeDocument
java.lang.Object
com.mypurecloud.sdk.v2.model.PresentedKnowledgeDocument
- All Implemented Interfaces:
Serializable
PresentedKnowledgeDocument
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe method how knowledge was surfaced. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) The ID of the document.documentVariationId(String documentVariationId) The variation of the document.documentVersionId(String documentVersionId) The version of the document.booleaninthashCode()voidsetDocumentId(String documentId) voidsetDocumentVariationId(String documentVariationId) voidsetDocumentVersionId(String documentVersionId) voidsetSurfacingMethod(PresentedKnowledgeDocument.SurfacingMethodEnum surfacingMethod) surfacingMethod(PresentedKnowledgeDocument.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.toString()
-
Constructor Details
-
PresentedKnowledgeDocument
public PresentedKnowledgeDocument() -
PresentedKnowledgeDocument
-
-
Method Details
-
documentId
The ID of the document. -
getDocumentId
-
setDocumentId
-
documentVariationId
The variation of the document. -
getDocumentVariationId
-
setDocumentVariationId
-
documentVersionId
The version of the document. -
getDocumentVersionId
-
setDocumentVersionId
-
surfacingMethod
public PresentedKnowledgeDocument surfacingMethod(PresentedKnowledgeDocument.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced. Article: Full article was shown. Snippet: A snippet from the article was shown. Highlight: A highlighted answer in a snippet was shown.Generative: A generated answer in a snippet was shown. -
getSurfacingMethod
-
setSurfacingMethod
-
equals
-
hashCode
public int hashCode() -
toString
-