Created
August 27, 2018 18:56
-
-
Save Rodriges72/42ed867877061c192fa862f9c49dcdc9 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>Телефон: 603-502, Сайт: http://remont-stiralnyh-mashin-tjumen.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