Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestDocumentPresentation
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentPresentation
- All Implemented Interfaces:
Serializable
KnowledgeGuestDocumentPresentation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the query that surfaced the documents.static enumThe method how knowledge was surfaced. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocuments(List<PresentedKnowledgeDocument> documents) The presented documentsbooleaninthashCode()The type of the query that surfaced the documents.The search that surfaced the documents that were presented.voidsetDocuments(List<PresentedKnowledgeDocument> documents) voidvoidsetSearchId(String searchId) voidsetSurfacingMethod(KnowledgeGuestDocumentPresentation.SurfacingMethodEnum surfacingMethod) surfacingMethod(KnowledgeGuestDocumentPresentation.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.toString()
-
Constructor Details
-
KnowledgeGuestDocumentPresentation
public KnowledgeGuestDocumentPresentation() -
KnowledgeGuestDocumentPresentation
-
-
Method Details
-
documents
The presented documents -
getDocuments
-
setDocuments
-
searchId
The search that surfaced the documents that were presented. -
getSearchId
-
setSearchId
-
queryType
public KnowledgeGuestDocumentPresentation queryType(KnowledgeGuestDocumentPresentation.QueryTypeEnum queryType) The type of the query that surfaced the documents. -
getQueryType
-
setQueryType
-
surfacingMethod
public KnowledgeGuestDocumentPresentation surfacingMethod(KnowledgeGuestDocumentPresentation.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
public void setSurfacingMethod(KnowledgeGuestDocumentPresentation.SurfacingMethodEnum surfacingMethod) -
getSessionId
-
getApplication
-
equals
-
hashCode
public int hashCode() -
toString
-