-
Notifications
You must be signed in to change notification settings - Fork 0
/
transformation_rules.json
36 lines (36 loc) · 1.13 KB
/
transformation_rules.json
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
{
"greet": "small_talk",
"goodbye": "small_talk",
"appreciation": "small_talk",
"bot_challenge": "small_talk",
"ask_name": "small_talk",
"bot_mood": "small_talk",
"bot_capabilities": "small_talk",
"user_frustration": "small_talk",
"bot_languages": "small_talk",
"user_wants_job_recommendations": "job_search",
"faq_job_requirements": "job_question",
"user_wants_to_escape_form": "exit_form",
"affirm": "positive_ack",
"deny": "negative_ack",
"talk_to_human": "talk_to_human",
"faq_about_company": "faq",
"faq_about_company_vision": "faq",
"faq_solutions_offered": "faq",
"faq_company_location": "faq",
"faq_company_culture": "faq",
"faq_company_leadership": "faq",
"faq_company_values": "faq",
"faq_office_amenities": "faq",
"faq_company_benefits": "faq",
"faq_remote_work_policy": "faq",
"faq_pto_policy": "faq",
"faq_maternity_paternity_policy": "faq",
"faq_diversity_inclusion_policy": "faq",
"faq_recruiting_process": "faq",
"faq_career_development": "faq",
"faq_company_application_reasons": "faq",
"faq_salary_conversation": "faq",
"faq_company_size": "faq",
"faq_company_teams": "faq"
}