public DialogReportDAO
| Modifier and Type | Method and Description |
|---|---|
DialogReport |
getDialog(org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id) |
NlpCallStats |
getNlpCallStats(org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> actionId,
java.lang.String namespace) |
DialogReportQueryResult |
search(DialogReportQuery query) |
@NotNull DialogReportQueryResult search(@NotNull DialogReportQuery query)
@Nullable DialogReport getDialog(@NotNull org.litote.kmongo.Id<ai.tock.bot.engine.dialog.Dialog> id)
@Nullable NlpCallStats getNlpCallStats(@NotNull org.litote.kmongo.Id<ai.tock.bot.engine.action.Action> actionId, @NotNull java.lang.String namespace)