Last active
September 17, 2018 08:35
-
-
Save Rodriges72/3857ee5460730daed6d655e3b24a934e 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 value="text" channel="facebook"> | |
<![CDATA[ | |
"attachment":{ | |
"type":"template", | |
"payload":{ | |
"template_type":"generic", | |
"elements":[ | |
{ | |
"title":"Welcome $UserName", | |
"image_url":"http://petersapparel.parseapp.com/img/item100-thumb.png", | |
"subtitle":"Nice yo see you again!", | |
"buttons":[ | |
{ | |
"type":"web_url", | |
"url":"https://petersapparel.parseapp.com/view_item?item_id=100", | |
"title":"View Website" | |
}, | |
{ | |
"type":"postback", | |
"title":"Start Chatting", | |
"payload":"USER_DEFINED_PAYLOAD" | |
} | |
] | |
} | |
] | |
} | |
} | |
]]> | |
</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