File size: 2,708 Bytes
762a6f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
065760f
762a6f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
065760f
 
762a6f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
intents:
  benevolence:
    view_events:
      utterances:
        - "I want to see events coming up"
    view_wishlists:
      utterances:
        - "I want to see wishlists"
    buy_gifts:
      utterances:
        - "I want to buy gifts for my loved ones"

  remembot:
    remember:
      utterances:
        - "I want to remember something"
    recall:
      utterances:
        - "I want to recall something"  
  moneyshare:
    avoid_fee:
      utterances:
        - "I want to avoid a bank fee"
    request_loan:
      utterances:
        - "I need a small loan"

  foodshare:
    request_food:
      utterances:
        - "I'm hungry"
        - "I am hungry"
    share_food:
      utterances:
        - "I have food to share"
        - "I want to share some food"
  billpayshare:
    request_bill_help:
      utterances:
        - "I need help with a bill"
  bloodshare:
    request_blood:
      utterances:
        - "I need blood"
    share_blood:
      utterances:
        - "I have blood to share"

  math:
    compute_expression:
      utterances:
        - "compute xplusonesquared"
        - "compute xsquaredplusone"
      aliases:
        - "Compute x squared plus one"
        - "Compute x plus one squared"

  shopping_assistant:
    add_item:
      utterances:
        - "Add an item to my shopping list"
        - "I want to add items to my shopping list"
    remove_item:
      utterances:
        - "Remove an item from my shopping list"
    view_list:
      utterances:
        - "What's on my shopping list"
        - "I want to see my shopping list"
    edit_list:
      utterances:
        - "I want to change my shopping list"
    mark_purchased:
      utterances:
        - "I've purchased some items on my shopping list"
        - "I have purchased some items on my shopping list"



  bot_store:
    add_package:
      utterances:
        - "I want to buy a package"
      aliases:
        - "I want to add a package"
    remove_package:
      utterances:
        - "I want to stop using a package"
      aliases:
        - "I want to remove a package"

  taskmaster_ai:
    add_task:
      utterances:
        - "I want to add a to do list item to my list"
        - "Add a to do list item"
        - "I want to add a to do list item"
    view_tasks:
      utterances:
        - "I want to see my to do list"
        - "Show to do list"
        - "Show my to do list"
    edit_tasks:
      utterances:
        - "I want to change my to do list"
        - "I want to edit my to do list"
    remove_task:
      utterances:
        - "I want to remove items from my to do list"

  flow_planner:
    create_flow_plan:
      utterances:
        - "Create a flow plan for tomorrow"