Default DialogService
uezo opened this issue · 1 comments
uezo commented
For a single function bot that doesn't need classifier.
uezo commented
2 ways to set the default dialog service: code or config.
bot = minette.create(
default_dialog_service=minette.dialog.chat_dialog.ChatDialogService
)
or
[minette]
default_dialog_service = minette.dialog.chat_dialog.ChatDialogService
Then you can use dialog service without implementing classifier.