Answer the question
In order to leave comments, you need to log in
How to start creating a chat bot on a specific topic?
At first, the following comes to mind: push data for answers and question templates into the database. When a question is received, use a regular expression to sort through the pattern until the first matching one and, in accordance with this pattern, give an answer, for example:
/(сколько стоит|какая стоимость|почем)\ (пылесос|утюг|ноутбук|смартфон).?\ в\ (магазине)*\ (комфи|comfy|фокстрот)/i
/(сколько стоит|какая стоимость|почем)\ ([A-zА-я\ ]{2,})\ в\ (магазине)?\ ([A-zА-я\ ]{2,})/i
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question