Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestDocumentView
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentView
- All Implemented Interfaces:
Serializable
KnowledgeGuestDocumentView
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the query that surfaced the document.static enumThe method how knowledge was surfaced. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentVariationId(String documentVariationId) The variation of the viewed document.documentVersionId(String documentVersionId) The version of the viewed document.booleaninthashCode()The type of the query that surfaced the document.The search that surfaced the viewed document.voidsetDocumentVariationId(String documentVariationId) voidsetDocumentVersionId(String documentVersionId) voidvoidsetSearchId(String searchId) voidsetSurfacingMethod(KnowledgeGuestDocumentView.SurfacingMethodEnum surfacingMethod) surfacingMethod(KnowledgeGuestDocumentView.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.toString()
-
Constructor Details
-
KnowledgeGuestDocumentView
public KnowledgeGuestDocumentView() -
KnowledgeGuestDocumentView
-
-
Method Details
-
documentVariationId
The variation of the viewed document. -
getDocumentVariationId
-
setDocumentVariationId
-
documentVersionId
The version of the viewed document. -
getDocumentVersionId
-
setDocumentVersionId
-
searchId
The search that surfaced the viewed document. -
getSearchId
-
setSearchId
-
queryType
The type of the query that surfaced the document. -
getQueryType
-
setQueryType
-
surfacingMethod
public KnowledgeGuestDocumentView surfacingMethod(KnowledgeGuestDocumentView.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
-