Package ai.tock.bot.admin.dialog
Interface DialogReportDAO
-
- All Implemented Interfaces:
public interface DialogReportDAO
-
-
Method Summary
Modifier and Type Method Description abstract DialogReportQueryResultsearch(DialogReportQuery query)abstract Set<String>intents(String namespace, String nlpModel)abstract RatingReportQueryResultfindBotDialogStats(DialogReportQuery query)abstract DialogReportgetDialog(Id<Dialog> id)abstract NlpCallStatsgetNlpCallStats(Id<Action> actionId, String namespace)-
-
Method Detail
-
search
abstract DialogReportQueryResult search(DialogReportQuery query)
-
findBotDialogStats
abstract RatingReportQueryResult findBotDialogStats(DialogReportQuery query)
-
getDialog
abstract DialogReport getDialog(Id<Dialog> id)
-
getNlpCallStats
abstract NlpCallStats getNlpCallStats(Id<Action> actionId, String namespace)
-
-
-
-