Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestDocumentCopy
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentCopy
- All Implemented Interfaces:
Serializable
KnowledgeGuestDocumentCopy
- 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 document whose content was copied.documentVersionId(String documentVersionId) The version of the document whose content was copied.booleaninthashCode()The type of the query that surfaced the document.The search that surfaced the document whose content was copied.voidsetDocumentVariationId(String documentVariationId) voidsetDocumentVersionId(String documentVersionId) voidvoidsetSearchId(String searchId) voidsetSurfacingMethod(KnowledgeGuestDocumentCopy.SurfacingMethodEnum surfacingMethod) surfacingMethod(KnowledgeGuestDocumentCopy.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.toString()
-
Constructor Details
-
KnowledgeGuestDocumentCopy
public KnowledgeGuestDocumentCopy() -
KnowledgeGuestDocumentCopy
-
-
Method Details
-
documentVariationId
The variation of the document whose content was copied. -
getDocumentVariationId
-
setDocumentVariationId
-
documentVersionId
The version of the document whose content was copied. -
getDocumentVersionId
-
setDocumentVersionId
-
searchId
The search that surfaced the document whose content was copied. -
getSearchId
-
setSearchId
-
queryType
The type of the query that surfaced the document. -
getQueryType
-
setQueryType
-
surfacingMethod
public KnowledgeGuestDocumentCopy surfacingMethod(KnowledgeGuestDocumentCopy.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
-
getSessionId
-
getApplication
-
equals
-
hashCode
public int hashCode() -
toString
-