Chatbot constructor

Chatbot(
  1. {required String botName,
  2. required List<Dialog> dialogs}
)

Implementation

Chatbot