Created
August 27, 2018 21:05
-
-
Save Rodriges72/2b9b6c3063dfe51d44455a93b1d3a657 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<context> | |
<input pattern="*"> | |
<var name="tts" value="Привет, я виртуальный помощник по доставке еды. Какой у вас вопрос?"/> | |
<output>Какой у вас вопрос?</output> | |
</input> | |
<sample> | |
<item>Услуги</item> | |
<item>Контакты</item> | |
</sample> | |
<input pattern="Назад"> | |
<var name="tts" value="Остались вопросы? Вот варианты."/> | |
<output>Выберите пункт</output> | |
</input> | |
<sample> | |
<item>Услуги</item> | |
<item>Контакты</item> | |
</sample> | |
<input pattern="Услуги"> | |
<var name="tts" value="Вот список наших услуг."/> | |
<output>Доставка пиццы, суши и роллов.</output> | |
<sample> | |
<item>Назад</item> | |
<item>Контакты</item> | |
</sample> | |
</input> | |
<input pattern="Контакты"> | |
<var name="tts" value="Вот наши контакты."/> | |
<output>Телефон: 89995495809, Сайт: http://domorok.ru</output> | |
<sample> | |
<item>Назад</item> | |
<item>Услуги</item> | |
</sample> | |
</input> | |
</context> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment