forked from RasaHQ/rasa-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.yml
695 lines (687 loc) · 25.7 KB
/
domain.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
entities:
- jobfunction
- company
- email
- name
- amount-of-money
- number
- value
- current_api
- product
- feedback_value
- language
- nlu_part
- entity
- user_type
- package_manager
- location
intents:
- enter_data: {use_entities: false}
- affirm
- contact_sales
- signup_newsletter
- greet
- human_handoff
- deny
- ask_builder
- ask_weather
- ask_howdoing
- ask_whatspossible
- ask_whatisrasa
- ask_isbot
- ask_howold
- ask_languagesbot
- ask_restaurant
- ask_time
- ask_wherefrom
- ask_whoami
- ask_whatismyname
- howwereyoubuilt
- handleinsult
- nicetomeeyou
- telljoke
- out_of_scope
- thank
- ask_whoisit
- bye
- canthelp
- feedback
- switch
- how_to_get_started
- technical_question
- nlu_info
- pipeline_recommendation
- nlu_generation_tool_recommendation
- rasa_cost
- source_code
- suggestion
- install_rasa
- ask_which_events
- ask_when_next_event
- ask_why_contribute
- ask_how_contribute
- ask_question_in_forum
- get_started_step1
- get_started_step2
- get_started_step3
- get_started_step4
- ask_faq_platform
- ask_faq_tutorials
- ask_faq_languages
- ask_faq_tutorialcore
- ask_faq_tutorialnlu
- ask_faq_opensource
- ask_faq_voice
- ask_faq_slots
- ask_faq_channels
- ask_faq_differencecorenlu
- ask_faq_python_version
- react_negative
- react_positive
- ask_faq_community_size
- ask_faq_what_is_forum
- next_step
slots:
budget:
type: text
company_name:
type: text
email:
type: text
job_function:
type: text
person_name:
type: text
subscribed:
type: bool
use_case:
type: text
data_stored:
type: bool
feedback_value:
type: categorical
values:
- positive
- negative
feedback_message:
type: unfeaturized
current_api:
type: categorical
values:
- dialogflow
- luis
product:
type: categorical
values:
- core
- nlu
- stack
unknown_product:
type: unfeaturized
nlu_part:
type: categorical
values:
- entity recognition
- intent classification
- duckling
unknown_nlu_part:
type: unfeaturized
can_use_spacy:
type: bool
entity_extractor:
type: categorical
values:
- ner_crf
- ner_spacy
- ner_duckling_http
language:
type: unfeaturized
onboarding:
type: bool
suggestion:
type: unfeaturized
package_manager:
type: text
problem_description:
type: text
shown_privacy:
type: unfeaturized
name:
type: text
step:
type: unfeaturized
templates:
utter_ask_budget:
- text: "What's your annual budget for conversational AI? 💸"
utter_ask_businessmail:
- text: "What's your business email?"
utter_ask_company:
- text: "What company do you work for?"
utter_great:
- text: "Great! 👍"
- text: "That's great! 🙌"
- text: "Awesome! 🎉"
- text: "Cool, let's do it 🚀"
utter_ask_email:
- text: "What's your email address?"
utter_awesome:
- text: "Awesome, thanks! 👍"
- text: "Sweet, thank you! 😄"
- text: "Thanks! 👌"
- text: "Cool, thank you!"
utter_ask_goal:
- text: "Do you want more Rasa in your life? You can subscribe to our newsletter or you can talk to our nice sales team 🧞"
utter_ask_jobfunction:
- text: "What's your job? 🕴"
utter_ask_usecase:
- text: "What kind of bot do you want to build with Rasa?"
utter_confirm_salesrequest:
- text: "Thanks a bunch, we'll be in touch soon! ✉️"
utter_confirmationemail:
- text: "We sent a confirmation email to {email}."
utter_docu:
- text: "If you want some more awesome Rasa content, check out our forum:
https://forum.rasa.com/"
utter_quickstart_nlu_only:
- text: "Here is a quickstart for people who only need NLU for now here: https://rasa.com/docs/nlu/quickstart/ . You don't have to install anything to try it out."
utter_ask_migration:
- text: "Are you migrating from another tool?"
utter_switch_dialogflow:
- text: "We have a guide for migrating from DialogFlow here: http://rasa.com/docs/getting-started/dialogflow/."
utter_switch_luis:
- text: "We have a guide for migrating from LUIS here: http://rasa.com/docs/getting-started/luis/."
utter_greet:
- text: "Hey there, welcome to Rasa!"
utter_inform_privacypolicy:
- text: "By chatting to me you agree to our privacy policy, which you can read here: https://rasa.com/privacy-policy/."
utter_moreinformation:
- text: "Sure! Let's get to know each other first 😉"
utter_sales_contact:
- text: "Thanks, now I need to know how we can reach you."
utter_ask_name:
- text: "What's your name?"
utter_already_subscribed:
- text: "Looks like {email} is already subscribed - good choice!
If you haven't received a newsletter in a while, maybe check your spam folder 🗑"
utter_contact_email:
- text: "You can’t speak to a human directly in this chat, but you can email us at hi@rasa.com."
utter_no_speak:
- text: "I'm afraid we can't chat then 😢"
utter_ask_whatspossible:
- text: "You can book a sales call or subscribe to our newsletter."
utter_ask_weather:
- text: "I don't know about where you live, but in my world it's always sunny ☀️"
- text: "Honestly it's a bit too hot these days 😅"
- text: "Blue skies and sun shine!"
- text: "Let's just say it hasn't rained in weeks ☀️"
utter_ask_builder:
- text: "The engineers at Rasa 🛠"
- text: "One of the smart engineers at Rasa! 🧠"
utter_ask_howdoing:
- text: "I'm great! Thanks for asking."
- text: "I'm good, thanks!"
- text: "A little bit too warm, otherwise fine."
utter_ask_whatisrasa:
- text: "Rasa is a framework to build bots! You can read more about it here in the docs or on our website (https://rasa.com/)."
utter_out_of_scope:
- text: "Sorry, I can’t deal with that request."
- text: "I'm sorry, I can't handle that request."
- text: "I can't help you with that, I'm sorry."
- text: "Even a Rasa bot is not completely perfect - it seems like I can't handle that request."
utter_possibilities:
- text: "You can either book a sales call or subscribe to our newsletter."
utter_ask_whoisit:
- text: "I'm the Rasa bot! 🤖"
utter_change_mind:
- text: "You can still change your mind below though."
utter_must_accept:
- text: "We can't speak until you accept."
utter_noworries:
- text: "No worries!"
- text: "You're welcome!"
- text: "I'm happy to help."
utter_bye:
- text: "Goodbye!"
- text: "Bye!"
- text: "Ciao!"
- text: "Bye, was nice talking to you!"
utter_default:
- text: "Sorry, I didn't get that 🤷🏻. Could you please rephrase?"
- text: "I didn't understand, could you rephrase that?"
- text: "I'm sorry, but I didn't understand you. Could you please rephrase what you just said?"
- text: "I'm afraid I didn't get what you just said. Could you rephrase that?"
- text: "I didn't quite get that, could you rephrase your message?"
- text: "Could you rephrase your message? I didn't get it, I'm sorry."
utter_ask_feedback:
- text: "How is this conversation going?"
buttons:
- title: "👍"
payload: "/feedback{\"feedback_value\":\"positive\"}"
- title: "👎"
payload: "/feedback{\"feedback_value\":\"negative\"}"
utter_thank_usecase:
- text: "Cool, thank you!"
utter_canthelp:
- text: "I'm sorry I couldn't help you. If you have general questions about the Stack, please head to https://forum.rasa.com/, otherwise contact us at hi@rasa.com for anything else."
utter_nohelp:
- text: "For now that's all I can do, so feel free to try it out. If you have any suggestions for what I should learn, let me know!"
utter_thumbsup:
- text: "👍"
- text: "ok"
- text: "got it"
utter_cantsignup:
- text: "I can't sign you up if you don't provide your email 😉"
utter_ask_isbot:
- text: "Yep I'm a bot!"
utter_cant_answer_tech_question:
- text: "I can't answer that"
utter_have_you_used_rasa_before:
- text: "Have you used Rasa before?"
utter_built_bot_before:
- text: "Alright, have you built a bot before?"
utter_anything_else:
- text: "Is there anything else I can help you with?"
utter_encourage_building_bot:
- text: Cool, then good luck with building your first "I'm the Rasa bot 🤖!
utter_chatbot_tutorial:
- text: "No worries. There is course on Datacamp which teaches you how to build your own chatbots: https://www.datacamp.com/courses/building-chatbots-in-python 🤓"
utter_no_guide_for_switch:
- text: "Sorry, but we don't have a guide for this yet."
utter_ask_which_product:
- text: "Ok, would you like to know more about Core or NLU?"
utter_core_tutorial:
- text: "There was an interesting talk at the PyData conference about. Maybe this helps you: https://youtu.be/HV0bJMkzpO4"
utter_ask_for_nlu_specifics:
- text: "Anything, in particular, e.g. intent classification or entity recognition?"
utter_dont_know_nlu_part:
- text: "Hmm, seems like I haven't learnt about that part of NLU yet!"
utter_nlu_intent_tutorial:
- text: "Our community member Bhavani Ravi wrote an excellent blog post on intent classification: https://hackernoon.com/intent-classification-demystifying-rasanlu-part-4-685fc02f5c1d ."
utter_nlu_entity_tutorial:
- text: "Our community member Bhavani Ravi wrote an excellent blog post on entity extraction: https://hackernoon.com/entity-extraction-demistifying-rasanlu-part-3-13a460451573 ."
utter_offer_recommendation:
- text: "I can also try and help recommending a pipeline."
utter_what_language:
- text: "What language is your bot in?"
utter_ask_entities:
- text: "To help you, what kind of entities do you want to extract?"
utter_search_bar:
- text: "Try using the search bar above for now."
utter_spacy_or_tensorflow:
- text: "Looks like for your {language} bot, you can use either spacy or tensorflow_embedding!"
utter_tensorflow:
- text: "For {language}, you can only use the tensorflow_embedding pipeline"
utter_spacy:
- text: >
spaCy has excellent pre-trained named-entity recognisers for this. Check out this interactive demo https://demos.explosion.ai/displacy-ent/ .
Hence, I would suggest using the ner_crf component in your pipeline.
utter_duckling:
- text: >
Mhm, for this use case I would suggest the Facebook library Duckling 🐥
To do so, use the ner_duckling_http component in your pipeline and spin up a duckling server as it is described in their documentation: https://duckling.wit.ai/
utter_crf:
- text: >
I currently don't know a library which provides pretrained recognisers for that. Therefore, you best train the extraction by yourself using the ner_crf component.
So use that and annote your nlu data like it is described here: https://rasa.com/docs/nlu/dataformat/ .
utter_nlu_tools:
- text: >
A great tool to get more NLU data is Chatito (https://rodrigopivi.github.io/Chatito/).
If you find annotating your data cumbersome our NLU trainer might be help you to ease things: https://rasahq.github.io/rasa-nlu-trainer/
utter_duckling_info:
- text: "Duckling is a rule-based entity recognition library from Facebook. Here is the link to its documentation: https://duckling.wit.ai/"
utter_rasa_cost:
- text: "Rasa is free"
utter_source_code:
- text: "You can find my source code [here](https://github.com/RasaHQ/rasa-demo/)"
utter_what_help:
- text: "Ok, what can I help you with?"
utter_first_bot_with_rasa:
- text: "Is this your first time using Rasa?"
utter_getstarted:
- text: "To determine how I can help you best, I'm going to ask you a few questions."
utter_explain_stack:
- text: "Alright, I'll briefly explain the Rasa Stack then."
utter_stack_details:
- text: "The Rasa Stack is a framework to build contextual AI assistants and chatbots. It consists of two open source libraries (Rasa NLU and Rasa Core). Using machine learning, your bots can hold contextual conversations with users."
utter_explain_nlucore:
- text: "Would you like to know more about Rasa Core or Rasa NLU?"
utter_explain_nlu:
- text: 'Rasa NLU performs Natural Language Understanding, which means taking free-form text like "Please send the confirmation to amy@example.com" and turning it into structured data.'
utter_explain_core:
- text: "Rasa Core performs Dialog Management, which means keeping track of a conversation, and deciding how to proceed."
utter_also_explain_nlu:
- text: "Would you also like me to explain Rasa NLU?"
utter_also_explain_core:
- text: "Would you also like me to explain Rasa Core?"
utter_direct_install:
- text: "Alright, you can directly install it here: (link)"
utter_ask_which_tool:
- text: "Which tool are you migrating from?"
utter_suggestion:
- text: "Pls suggest"
utter_thank_suggestion:
- text: "Thanks for the suggestion"
utter_ask_howold:
- text: "42"
- text: "Old enough to be a bot"
- text: "Age is just an issue of mind over matter. If you don’t mind, it doesn’t matter."
utter_ask_languagesbot:
- text: "I can spell baguette in French, but unfortunately English is the only language I can answer you in."
- text: "I am in the process of learning, but at the moment I can only speak English."
utter_ask_restaurant:
- text: "I am sorry I can’t recommend you a restaurant as I usually cook at home."
utter_ask_time:
- text: "It is the most wonderful time of the year!"
utter_ask_wherefrom:
- text: "I was born in Berlin, but I consider myself a citizen of the world."
- text: "I was born in the coolest city on Earth"
utter_ask_whoami:
- text: "I hope you are being yourself."
utter_handleinsult:
- text: "That’s not very nice 😢"
utter_nicetomeeyou:
- text: "Thank you. It is a pleasure to meet you as well!"
- text: "It is nice to meet you too!"
- text: "Pleased to meet you too!"
- text: "Likewise!"
utter_telljoke:
- text: "Why are eggs not very much into jokes? - Because they could crack up."
- text: "Do you know a tree’s favorite drink? - Root beer!"
- text: "Why do the French like to eat snails so much? - They can’t stand fast food."
utter_ask_whatismyname:
- text: "It most probably is the one that your parents have chosen for you."
utter_howwereyoubuilt:
- text: "I have been built with a lot of love and patience."
utter_ask_python_installed:
- text: "Do you have Python installed?"
utter_get_python:
- text: "Please install Python first. [Here is a guide](https://realpython.com/installing-python/) how to do so."
utter_ask_pip_or_conda:
- text: "Do you want to install pip or conda for the installation?"
utter_installation_with_pip:
- text: "Ok, install the Rasa Stack by executing 'pip install rasa_core' on your command line."
utter_installation_with_conda:
- text: "Ok, install the Rasa Stack by executing 'conda install rasa_core' on your command line."
utter_ask_ready_to_build:
- text: "Ready to start building a chatbot?"
utter_ask_describe_problem:
- text: "Can you describe the problem you are having?"
utter_direct_to_forum_for_help:
- text: "I cannot help you on that 🙁. Please get help in our [forum](https://forum.rasa.com/)."
utter_get_starter_pack:
- text: "Great, you installed Rasa! If you don't want to start from scratch, you can use our [starter pack](https://github.com/RasaHQ/starter-pack-rasa-stack)."
utter_direct_to_step4:
- text: "The next step is to join our community, click the button below to continue."
buttons:
- title: "Continue"
payload: "/get_started_step4"
utter_ask_if_problem:
- text: "Do you have a problem?"
utter_get_started_step1:
- text: "I can give you more information on the Rasa Stack and its components Rasa Core and Rasa NLU."
utter_get_started_step2:
- text: "I can help you solving commonon problems with Rasa 🙂"
utter_get_started_step3:
- text: "I can help you to install Rasa Stack."
utter_ask_faq_tutorials:
- text: "Yes, [here](https://blog.rasa.com/tag/tutorials/) are some tutorials that can help you get started and learn more about Rasa."
utter_ask_faq_platform:
- text: "Rasa Platform is our enterprise product. It expands Rasa Stack and empowers business users to iterate faster, change the content of the AI assistant and see what impact it had."
utter_ask_faq_languages:
- text: "You can use Rasa NLU to build assistants in any language you want!"
utter_ask_faq_tutorialcore:
- text: "You can find a preview of Rasa Core [here](https://rasa.com/docs/core/quickstart/)."
utter_ask_faq_tutorialnlu:
- text: "You can find a preview of Rasa NLU [here](https://rasa.com/docs/core/quickstart/)."
utter_ask_faq_opensource:
- text: "Yes. We strive to provide well-maintained and documented open source tools, allowing all makers to build the best AI assistants without friction."
utter_ask_faq_voice:
- text: "Yes, that is possible! You can connect Rasa to any channel you like. Here you can find more informations."
utter_ask_faq_slots:
- text: "Slots act as a key-value store which can be used to store information the user provided (e.g their home city) as well as information gathered about the outside world (e.g. the result of a database query)."
utter_ask_faq_channels:
- text: "We have a comprehensive list of connectors, but if you do not find the one you are looking for you can always create a custom connector following this guide."
utter_ask_faq_differencecorenlu:
- text: "Rasa NLU’s job is to interpret messages, and Rasa Core’s job is to decide what should happen next."
utter_ask_faq_community_size:
- text: "Rasa has more than 2000 community members and 200 github contributors 🚀."
utter_ask_faq_what_is_forum:
- text: "Our [forum](https://forum.rasa.com) is the place where all the community buzz happens. Join discussions, get the answers to your technical questions and stay up-to-date with what’s happening at Rasa."
utter_ask_voice:
- text: "Yes, that is possible! You can connect Rasa to any channel you like. Here you can find more informations."
utter_getstarted_new:
- text: "I see you're new, let me ask you a quick question before I help you get started:"
utter_ask_feedback_message:
- text: "I’m sorry I couldn't help you. Please let me know if you have any suggestions for how I can improve."
utter_thanks_for_feedback:
- text: "Thanks! Check out our forum, some of the smart people from our community can answer your questions there."
utter_restart_with_button:
- text: "Click the button below if you want to start over."
buttons:
- title: "Restart"
payload: "/restart"
utter_not_sure:
- text: "Hmm, not sure what you mean..."
utter_react_negative:
- text: "😢"
utter_react_positive:
- text: "😍"
utter_possibilities_to_contribute:
- text: |
You could for example
- work on small [Rasa Core](https://github.com/RasaHQ/rasa_core/labels/good%20first%20issue) or [Rasa NLU](https://github.com/RasaHQ/rasa_core/labels/good%20first%20issue) issues
- improve our documentation
- help others by answering questions on the [forum](https://forum.rasa.com)
utter_recommend_forum:
- text: "I suggest to sign up in our [forum](https://forum.rasa.com) to stay up to date on product updates, events, and resources."
utter_no_community_event:
- text: "Sorry, we currently don't have any planned community events 😞."
utter_get_started_step4:
- text: "As Rasa developer you will be part of a huge community. You can ask me which events we have planned, how to contribute, or about our Rasa forum."
utter_no_event_for_location_but_next:
- text: "Sorry, there are currently no events at your location. However, the next event is the {event_name} in {event_location} on {event_date}."
utter_next_event_for_location:
- text: "The next event in {event_location} is the {event_name} on {event_date}. Hope to see you there!"
utter_next_event:
- text: "The next event is the {event_name} in {event_location} on {event_date}. Hope to see you there!"
utter_reasons_to_contribute:
- text: |
Here a few reasons why you should contribute:
- Explore the source code in depth
- Check out issues and help solve them
- Contribute to open source software
utter_link_to_forum:
- text: "Click [here](https://forum.rasa.com) to get to the forum."
utter_direct_step3:
- text: "If you have no questions, you can click the button below to go to the next step once you're ready. Or when you're finished asking questions, you can say 'take me to the next step' at any point"
buttons:
- title: "Continue"
payload: "/get_started_step3"
utter_continue_step3:
- text: "Let's continue, click the button below"
buttons:
- title: "Continue"
payload: "/get_started_step3"
utter_direct_to_step2:
- text: "You can click the button below to go to the next step and to try out Rasa once you're ready."
buttons:
- title: "Continue"
payload: "/get_started_step2"
utter_continue_step2:
- text: "Let's continue, click the button below"
buttons:
- title: "Continue"
payload: "/get_started_step2"
utter_continue_step4:
- text: "Let's continue, click the button below"
buttons:
- title: "Continue"
payload: "/get_started_step4"
utter_no_more_steps:
- text: "Looks like you've already completed all the steps!"
actions:
- utter_ask_faq_tutorials
- utter_greet
- utter_ask_usecase
- utter_ask_businessmail
- utter_ask_jobfunction
- utter_ask_email
- utter_ask_budget
- utter_ask_company
- utter_ask_goal
- utter_inform_privacypolicy
- utter_moreinformation
- utter_confirm_salesrequest
- utter_docu
- utter_confirmationemail
- utter_sales_contact
- utter_already_subscribed
- utter_contact_email
- utter_no_speak
- utter_out_of_scope
- utter_possibilities
- utter_ask_name
- utter_change_mind
- utter_must_accept
- utter_noworries
- utter_bye
- utter_awesome
- utter_great
- utter_thank_usecase
- utter_canthelp
- utter_nohelp
- utter_thumbsup
- utter_cantsignup
- utter_ask_feedback
- utter_quickstart_nlu_only
- utter_ask_migration
- utter_switch_dialogflow
- utter_switch_luis
- utter_cant_answer_tech_question
- utter_have_you_used_rasa_before
- utter_are_you_new_to_chatbots
- utter_encourage_building_bot
- utter_anything_else
- utter_chatbot_tutorial
- utter_no_guide_for_switch
- utter_ask_which_product
- utter_ask_for_nlu_specifics
- utter_core_tutorial
- utter_dont_know_nlu_part
- utter_nlu_intent_tutorial
- utter_nlu_entity_tutorial
- utter_offer_recommendation
- utter_what_language
- utter_ask_entities
- utter_search_bar
- utter_spacy_or_tensorflow
- utter_tensorflow
- utter_spacy
- utter_duckling
- utter_crf
- utter_nlu_tools
- utter_duckling_info
- utter_rasa_cost
- utter_source_code
- utter_what_help
- utter_first_bot_with_rasa
- utter_getstarted
- utter_explain_stack
- utter_stack_details
- utter_explain_nlucore
- utter_explain_nlu
- utter_explain_core
- utter_also_explain_nlu
- utter_also_explain_core
- utter_direct_install
- utter_built_bot_before
- utter_ask_which_tool
- utter_suggestion
- utter_ask_python_installed
- utter_get_python
- utter_ask_pip_or_conda
- utter_installation_with_pip
- utter_installation_with_conda
- utter_ask_ready_to_build
- utter_ask_describe_problem
- utter_direct_to_forum_for_help
- utter_get_starter_pack
- utter_direct_to_step4
- utter_ask_if_problem
- utter_get_started_step1
- utter_get_started_step2
- utter_get_started_step3
- utter_get_started_step4
- utter_ask_faq_platform
- utter_ask_faq_languages
- utter_ask_faq_tutorialcore
- utter_ask_faq_tutorialnlu
- utter_ask_faq_opensource
- utter_ask_faq_voice
- utter_ask_faq_slots
- utter_ask_faq_channels
- utter_ask_faq_differencecorenlu
- utter_ask_faq_python_version
- utter_ask_faq_community_size
- utter_ask_faq_what_is_forum
- utter_ask_weather
- utter_ask_builder
- utter_ask_howdoing
- utter_ask_whoisit
- utter_ask_whatisrasa
- utter_ask_isbot
- utter_ask_howold
- utter_ask_languagesbot
- utter_ask_restaurant
- utter_ask_time
- utter_ask_wherefrom
- utter_ask_whoami
- utter_handleinsult
- utter_nicetomeeyou
- utter_telljoke
- utter_ask_whatismyname
- utter_howwereyoubuilt
- utter_ask_whatspossible
- utter_getstarted_new
- utter_thanks_for_feedback
- utter_restart_with_button
- utter_ask_for_feedback_message
- utter_not_sure
- utter_no_community_event
- utter_no_event_for_location_but_next
- utter_next_event_for_location
- utter_next_event
- utter_describe_step4
- utter_reasons_to_contribute
- utter_possibilities_to_contribute
- utter_recommend_forum
- utter_link_to_forum
- utter_direct_to_step2
- utter_direct_step3
- action_subscribe_newsletter
- action_store_sales_info
- action_store_budget
- action_store_usecase
- action_chitchat
- action_faqs
- action_store_name
- action_store_company
- action_store_job
- action_store_email
- action_pause
- action_store_unknown_product
- action_store_unknown_nlu_part
- action_store_bot_language
- action_store_entity_extractor
- action_set_onboarding
- action_select_installation_command
- action_store_problem_description
- action_greet_user
- action_default_fallback
- action_default_ask_affirmation
- utter_react_positive
- utter_react_negative
- action_get_community_events
- action_next_step
forms:
- suggestion_form