Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeDocument
Packages that use ReportingTurnKnowledgeDocument
-
Uses of ReportingTurnKnowledgeDocument in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnKnowledgeDocumentModifier and TypeMethodDescriptionThe corresponding answer to the question.ReportingTurnKnowledgeDocument.confidence(Double confidence) The confidence score of how well the question matched the search query.The ID of the knowledge document.The the question that was used to match against the search query.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingTurnKnowledgeDocumentModifier and TypeMethodDescriptionReportingTurnKnowledgeFeedback.getDocuments()ReportingTurnKnowledgeFeedbackEvent.getDocuments()ReportingTurnKnowledgeSearch.getDocuments()ReportingTurnKnowledgeSearchEvent.getDocuments()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingTurnKnowledgeDocumentModifier and TypeMethodDescriptionReportingTurnKnowledgeFeedback.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.ReportingTurnKnowledgeFeedbackEvent.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.ReportingTurnKnowledgeSearch.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents captured during this reporting turn.ReportingTurnKnowledgeSearchEvent.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.voidReportingTurnKnowledgeFeedback.setDocuments(List<ReportingTurnKnowledgeDocument> documents) voidReportingTurnKnowledgeFeedbackEvent.setDocuments(List<ReportingTurnKnowledgeDocument> documents) voidReportingTurnKnowledgeSearch.setDocuments(List<ReportingTurnKnowledgeDocument> documents) voidReportingTurnKnowledgeSearchEvent.setDocuments(List<ReportingTurnKnowledgeDocument> documents)