Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeSearchEvent
Packages that use ReportingTurnKnowledgeSearchEvent
-
Uses of ReportingTurnKnowledgeSearchEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnKnowledgeSearchEventModifier and TypeMethodDescriptionReportingTurnKnowledgeSearchEvent.answerDocumentId(String answerDocumentId) The document ID of the search answer.ReportingTurnKnowledgeSearchEvent.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.ReportingTurnKnowledgeSearchEvent.knowledgeBaseId(String knowledgeBaseId) The Knowledge Base ID that the captured knowledge data relates to.The ID of this knowledge search.ReportingTurnKnowledgeSearchEvent.searchQuery(String searchQuery) The search query that was used to search the Knowledge Base documents for a matching question.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingTurnKnowledgeSearchEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingTurnKnowledgeSearchEventModifier and TypeMethodDescriptionReportingTurnKnowledgeEvents.search(List<ReportingTurnKnowledgeSearchEvent> search) The knowledge search data captured during this reporting turn.voidReportingTurnKnowledgeEvents.setSearch(List<ReportingTurnKnowledgeSearchEvent> search)