Guest User

domain.yml

a guest
Jun 16th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1. version: "2.0"
  2.  
  3. intents:
  4. - greet
  5. - goodbye
  6. - affirm
  7. - deny
  8. - thankyou
  9. - mood_great
  10. - mood_unhappy
  11. - bot_challenge
  12. - organization_information_overview
  13. - organization_function
  14. - organization_structure
  15. - application_domains_selection:
  16. use_entities: []
  17. - application_selection:
  18. use_entities: []
  19. - navigate_application_entities
  20. - latest_articles_list
  21. - most_popular_articles_list
  22. - search_by_topic:
  23. use_entities: []
  24. - search_by_sponsor:
  25. use_entities: []
  26. - upcoming_event_information
  27. - enrol_to_event
  28. - upcoming_podcasts_information
  29. - enrol_to_podcast
  30. - upcoming_webinars_information
  31. - enrol_to_webinar
  32. - share_content
  33. - reset_application_domain
  34. - reset_application
  35. - site_accessibility_issue:
  36. use_entities: []
  37. - site_login_issue:
  38. use_entities: []
  39. - account_creating_issue:
  40. use_entities: []
  41. - generic_dissatisfaction:
  42. use_entities: []
  43. - searching_issue:
  44. use_entities: []
  45. - content_authenticity_doubts:
  46. use_entities: []
  47. - generic_suggestions
  48. - user_capability_request:
  49. use_entities: []
  50. - article_suggestions
  51. - keepup_with_trends
  52. - learn_about_innovations
  53. - personal_development
  54. - find_new_supplier_manufacturer
  55. - find_new_partner_distributor
  56. - make_online_purchase
  57. - identify_new_customer
  58. - seeking_carrer_opportunity
  59. - keep_eye_on_competitors
  60. - find_new_product
  61. - find_new_service
  62. - find_new_business_product
  63. - human_handoff
  64. - choose_helpful
  65. - choose_current_application
  66. - choose_app
  67. - post_personalized_feedback
  68.  
  69.  
  70. entities:
  71. - application_domain
  72. - application_name
  73. - current_application
  74. - search_context
  75. - search_topic
  76. - reason_dissatisfaction
  77. - product_of_interest
  78. - sign_up_issue_reason
  79. - log_in_issue_reason
  80. - supplier
  81. - manufacturer
  82. - capability_component
  83. - article_subjects
  84. - asset_type
  85. - bot_helpful
  86. - user_email
  87. - focussed_intent
  88.  
  89. slots:
  90. application_domain:
  91. type: unfeaturized
  92. application_name:
  93. type: unfeaturized
  94. search_context:
  95. type: unfeaturized
  96. search_topic:
  97. type: unfeaturized
  98. reason_dissatisfaction:
  99. type: unfeaturized
  100. product_of_interest:
  101. type: unfeaturized
  102. sign_up_issue_reason:
  103. type: unfeaturized
  104. log_in_issue_reason:
  105. type: unfeaturized
  106. supplier:
  107. type: unfeaturized
  108. manufacturer:
  109. type: unfeaturized
  110. capability_component:
  111. type: unfeaturized
  112. article_subjects:
  113. type: unfeaturized
  114. asset_type:
  115. type: unfeaturized
  116. bot_helpful:
  117. type: unfeaturized
  118. user_email:
  119. type: unfeaturized
  120. current_application:
  121. type: bool
  122. influence_conversation: true
  123. focussed_intent:
  124. type: text
  125. personalized_feedback:
  126. type: text
  127.  
  128. actions:
  129. - deliver_application_list
  130. - search_by_topic
  131. - deliver_search
  132. - action_address_dissatisfaction
  133. - action_address_login_registration_issues
  134. - action_serve_curated_answers
  135. - action_choose_feedback
  136. - action_verify_select_application
  137. - action_save_feedback_for_improvement
  138. - action_default_fallback
  139. - action_set_focussed_intent
  140.  
  141. responses:
  142. utter_greet:
  143. - text: Hi! I'm Maximus, your assistant!
  144. utter_ask_handoff:
  145. - text: It looks like you want to be transferred to a human agent.
  146. utter_handoff:
  147. - text: Alright, I'll try to transfer you.
  148. utter_wouldve_handed_off:
  149. - text: If you were talking to me via chatroom, I would have handed you off to {handoffhost}.
  150. utter_no_handoff:
  151. - text: Since you haven't configured a host to hand off to, I can't send you anywhere!
  152. utter_ask_whatelse:
  153. - text: What else can I help you with?
  154. utter_help:
  155. - text: "I can help you with your general queries or issues you faced ...
  156. \nYou can ask me things like:
  157. \n- What are the available business domains of sites in Informa to select from?
  158. \n- what are the applications (or sites) under domain, Agriculture (or Healthcare)?
  159. \n- The current site was not loading in the morning, what might be the issue?
  160. \n- unable to log in with my current user_id and password, please let me know of the issue here.
  161. \n- Can not register with my Email: xyz@google.com, why?"
  162. utter_ask_continue:
  163. - text: Would you like to continue?
  164.  
  165. utter_did_that_help:
  166. - text: "Did that help you?"
  167.  
  168. utter_happy:
  169. - text: "Great, carry on!"
  170.  
  171. utter_bye:
  172. - text: Goodbye!
  173. - text: Bye!
  174. - text: Ciao!
  175. - text: Bye, was nice talking to you!
  176. - text: Bye bye!
  177.  
  178. utter_iamabot:
  179. - text: "I am a virtual assistant bot, powered by Rasa."
  180.  
  181. utter_ask_more_details:
  182. - text: Could you be more specific?
  183. - text: Can you tell me more?
  184.  
  185. utter_ask_rephrase:
  186. - text: Can you rephrase the question?
  187.  
  188. utter_thank_suggestion:
  189. - text: Thanks for your input!
  190.  
  191. utter_thumbsup:
  192. - text: 👍
  193. - text: Okay.
  194. - text: Got it.
  195.  
  196. utter_what_help:
  197. - text: Ok, what can I help you with?
  198.  
  199. utter_organization_information_overview:
  200. - text: "What information regarding Informa whould you like to read?"
  201.  
  202. utter_organization_function:
  203. - text: "Informa functional overview goes here. What else do you need to know?"
  204.  
  205. utter_organization_structure:
  206. - text: "Informa structural overview goes here. What else do you need to know?"
  207.  
  208. utter_application_domains_selection:
  209. - text: "The various domains that host the range of knowledge base applications are as follows. Which one would you prefer selecting for further conversation?"
  210. buttons:
  211. - title: "science & technology"
  212. payload: '/choose{"application_domain":"science & technology"}'
  213. - title: "healthcare and medical science"
  214. payload: '/choose{"application_domain":"healthcare and medical science"}'
  215.  
  216. utter_application_selection:
  217. - text: "The knowledge base applications under sector {application_domain} are as follows. Which one would you prefer selecting for further conversation?"
  218. buttons:
  219. - title: "NoJitter.com"
  220. payload: '/choose{"application_name":"nojitter"}'
  221. - title: "NetworkComputing.com"
  222. payload: '/choose{"application_name":"nwc"}'
  223.  
  224. utter_navigate_application_entities:
  225. - text: " search , by author or"
  226. - text: "please select you choice of action:"
  227. buttons:
  228. - title: "Search Articles by subject or topic"
  229. payload: '/choose{"search_context":"searchbytopic"}'
  230. - title: "Search Articles by Sponsor"
  231. payload: '/choose{"search_context":"searchbysponsor"}'
  232. - title: "List top 5 latest Articles"
  233. payload: '/choose{"search_context":"latestarticles"}'
  234. - title: "List top 5 most popular Articles"
  235. payload: '/choose{"search_context":"popularticles"}'
  236. - title: "Upcoming Webinars"
  237. payload: '/choose{"search_context":"upcomingwebiars"}'
  238. - title: "Upcoming Events"
  239. payload: '/choose{"search_context":"upcomingevents"}'
  240.  
  241. utter_search:
  242. - text: "You are now about to search: {search_context}."
  243. - text: "Please type in the search text"
  244. utter_continue:
  245. - text: "Ok carry on please"
  246. utter_ask_stop:
  247. - text: "So you want to stop the conversation"
  248. utter_stop:
  249. - text: "Please close the chat window"
  250. utter_did_you_mean:
  251. - text: "Sorry, not sure what you meant exactly. can you please re-phrase your statement."
  252. utter_revert_fallback_and_reapply_last_intent:
  253. - text: "utter_revert_fallback_and_reapply_last_intent"
  254. utter_default:
  255. - text: "I give up."
  256.  
  257. utter_ask_bot_helpful:
  258. - text: "Was the suggestion helpful:"
  259. buttons:
  260. - title: "Yes"
  261. payload: '/choose_helpful{"bot_helpful":"yes"}'
  262. - title: "No"
  263. payload: '/choose_helpful{"bot_helpful":"no"}'
  264.  
  265. utter_ask_application_context:
  266. - text: "Does the query you have concern the present site or you want to switch the context to some other site:"
  267. buttons:
  268. - title: "Yes, present site"
  269. payload: '/choose_current_application{"current_application":true}'
  270. - title: "No, I want to switch to another site context. Please show me a list to choose from."
  271. payload: '/choose_current_application{"current_application":false}'
  272.  
  273. utter_express_sorry:
  274. - text: "We are sorry you faced the issue. Let us find you a resolution for the problem:"
  275. utter_express_regards:
  276. - text: "Thank you for the suggestion. We will keep this in our queue and will give it a thought."
  277. search_by_topic:
  278. - text: here is your answer or list of contents on the subject {search_topic}
  279.  
  280. utter_noworries:
  281. - text: No worries!
  282. - text: You're welcome!
  283. - text: I'm happy to help.
  284.  
  285. utter_anything_else:
  286. - text: Is there anything else I can help you with?
  287.  
  288. session_config:
  289. session_expiration_time: 480
  290. carry_over_slots_to_new_session: true
  291.  
Add Comment
Please, Sign In to add comment