-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-US.json
13153 lines (13153 loc) · 396 KB
/
en-US.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
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
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"interactionModel": {
"dialog": {
"delegationStrategy": "SKILL_RESPONSE",
"intents": [
{
"name": "StartCountdownIntent",
"confirmationRequired": true,
"prompts": {
"confirmation": "placeholder"
},
"slots": [
{
"name": "CountdownEvent",
"type": "EventType",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
},
{
"name": "EventDate",
"type": "AMAZON.DATE",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
}
]
},
{
"name": "ReportCountdownIntent",
"confirmationRequired": false,
"prompts": {
"confirmation": "placeholder"
},
"slots": [
{
"name": "CountdownEvent",
"type": "EventType",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
}
]
},
{
"name": "CreateReminderIntent",
"confirmationRequired": false,
"prompts": {
"confirmation": "placeholder"
},
"slots": [
{
"name": "CountdownEvent",
"type": "EventType",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
},
{
"name": "ReminderTime",
"type": "AMAZON.TIME",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
}
]
},
{
"name": "DeleteCountdownIntent",
"confirmationRequired": true,
"prompts": {
"confirmation": "placeholder"
},
"slots": [
{
"name": "CountdownEvent",
"type": "EventType",
"elicitationRequired": true,
"confirmationRequired": false,
"prompts": {
"elicitation": "placeholder"
}
}
]
}
]
},
"prompts": [
{
"id": "placeholder",
"variations": [
{
"type": "PlainText",
"value": "Placeholder"
}
]
}
],
"languageModel": {
"intents": [
{
"name": "AMAZON.CancelIntent"
},
{
"name": "AMAZON.FallbackIntent"
},
{
"name": "AMAZON.HelpIntent"
},
{
"name": "AMAZON.NoIntent"
},
{
"name": "AMAZON.StopIntent"
},
{
"name": "AMAZON.YesIntent"
},
{
"name": "CreateReminderIntent",
"samples": [
"a alert",
"a alert at {ReminderTime} for {CountdownEvent}",
"a alert for {CountdownEvent} at {ReminderTime}",
"a daily alert",
"a daily alert at {ReminderTime} for {CountdownEvent}",
"a daily alert for {CountdownEvent} at {ReminderTime}",
"a daily notification",
"a daily notification at {ReminderTime} for {CountdownEvent}",
"a daily notification for {CountdownEvent} at {ReminderTime}",
"a daily reminder",
"a daily reminder at {ReminderTime} for {CountdownEvent}",
"a daily reminder for {CountdownEvent} at {ReminderTime}",
"a new alert",
"a new alert at {ReminderTime} for {CountdownEvent}",
"a new alert for {CountdownEvent} at {ReminderTime}",
"a new daily alert",
"a new daily alert at {ReminderTime} for {CountdownEvent}",
"a new daily alert for {CountdownEvent} at {ReminderTime}",
"a new daily notification",
"a new daily notification at {ReminderTime} for {CountdownEvent}",
"a new daily notification for {CountdownEvent} at {ReminderTime}",
"a new daily reminder",
"a new daily reminder at {ReminderTime} for {CountdownEvent}",
"a new daily reminder for {CountdownEvent} at {ReminderTime}",
"a new notification",
"a new notification at {ReminderTime} for {CountdownEvent}",
"a new notification for {CountdownEvent} at {ReminderTime}",
"a new reminder",
"a new reminder at {ReminderTime} for {CountdownEvent}",
"a new reminder for {CountdownEvent} at {ReminderTime}",
"a notification",
"a notification at {ReminderTime} for {CountdownEvent}",
"a notification for {CountdownEvent} at {ReminderTime}",
"a reminder",
"a reminder at {ReminderTime} for {CountdownEvent}",
"a reminder for {CountdownEvent} at {ReminderTime}",
"add a alert",
"add a alert at {ReminderTime} for {CountdownEvent}",
"add a alert for {CountdownEvent} at {ReminderTime}",
"add a daily alert",
"add a daily alert at {ReminderTime} for {CountdownEvent}",
"add a daily alert for {CountdownEvent} at {ReminderTime}",
"add a daily notification",
"add a daily notification at {ReminderTime} for {CountdownEvent}",
"add a daily notification for {CountdownEvent} at {ReminderTime}",
"add a daily reminder",
"add a daily reminder at {ReminderTime} for {CountdownEvent}",
"add a daily reminder for {CountdownEvent} at {ReminderTime}",
"add a new alert",
"add a new alert at {ReminderTime} for {CountdownEvent}",
"add a new alert for {CountdownEvent} at {ReminderTime}",
"add a new daily alert",
"add a new daily alert at {ReminderTime} for {CountdownEvent}",
"add a new daily alert for {CountdownEvent} at {ReminderTime}",
"add a new daily notification",
"add a new daily notification at {ReminderTime} for {CountdownEvent}",
"add a new daily notification for {CountdownEvent} at {ReminderTime}",
"add a new daily reminder",
"add a new daily reminder at {ReminderTime} for {CountdownEvent}",
"add a new daily reminder for {CountdownEvent} at {ReminderTime}",
"add a new notification",
"add a new notification at {ReminderTime} for {CountdownEvent}",
"add a new notification for {CountdownEvent} at {ReminderTime}",
"add a new reminder",
"add a new reminder at {ReminderTime} for {CountdownEvent}",
"add a new reminder for {CountdownEvent} at {ReminderTime}",
"add a notification",
"add a notification at {ReminderTime} for {CountdownEvent}",
"add a notification for {CountdownEvent} at {ReminderTime}",
"add a reminder",
"add a reminder at {ReminderTime} for {CountdownEvent}",
"add a reminder for {CountdownEvent} at {ReminderTime}",
"add alert",
"add alert at {ReminderTime} for {CountdownEvent}",
"add alert for {CountdownEvent} at {ReminderTime}",
"add alerts",
"add alerts at {ReminderTime} for {CountdownEvent}",
"add alerts for {CountdownEvent} at {ReminderTime}",
"add daily alert",
"add daily alert at {ReminderTime} for {CountdownEvent}",
"add daily alert for {CountdownEvent} at {ReminderTime}",
"add daily alerts",
"add daily alerts at {ReminderTime} for {CountdownEvent}",
"add daily alerts for {CountdownEvent} at {ReminderTime}",
"add daily notification",
"add daily notification at {ReminderTime} for {CountdownEvent}",
"add daily notification for {CountdownEvent} at {ReminderTime}",
"add daily notifications",
"add daily notifications at {ReminderTime} for {CountdownEvent}",
"add daily notifications for {CountdownEvent} at {ReminderTime}",
"add daily reminder",
"add daily reminder at {ReminderTime} for {CountdownEvent}",
"add daily reminder for {CountdownEvent} at {ReminderTime}",
"add daily reminders",
"add daily reminders at {ReminderTime} for {CountdownEvent}",
"add daily reminders for {CountdownEvent} at {ReminderTime}",
"add new alert",
"add new alert at {ReminderTime} for {CountdownEvent}",
"add new alert for {CountdownEvent} at {ReminderTime}",
"add new alerts",
"add new alerts at {ReminderTime} for {CountdownEvent}",
"add new alerts for {CountdownEvent} at {ReminderTime}",
"add new daily alert",
"add new daily alert at {ReminderTime} for {CountdownEvent}",
"add new daily alert for {CountdownEvent} at {ReminderTime}",
"add new daily alerts",
"add new daily alerts at {ReminderTime} for {CountdownEvent}",
"add new daily alerts for {CountdownEvent} at {ReminderTime}",
"add new daily notification",
"add new daily notification at {ReminderTime} for {CountdownEvent}",
"add new daily notification for {CountdownEvent} at {ReminderTime}",
"add new daily notifications",
"add new daily notifications at {ReminderTime} for {CountdownEvent}",
"add new daily notifications for {CountdownEvent} at {ReminderTime}",
"add new daily reminder",
"add new daily reminder at {ReminderTime} for {CountdownEvent}",
"add new daily reminder for {CountdownEvent} at {ReminderTime}",
"add new daily reminders",
"add new daily reminders at {ReminderTime} for {CountdownEvent}",
"add new daily reminders for {CountdownEvent} at {ReminderTime}",
"add new notification",
"add new notification at {ReminderTime} for {CountdownEvent}",
"add new notification for {CountdownEvent} at {ReminderTime}",
"add new notifications",
"add new notifications at {ReminderTime} for {CountdownEvent}",
"add new notifications for {CountdownEvent} at {ReminderTime}",
"add new reminder",
"add new reminder at {ReminderTime} for {CountdownEvent}",
"add new reminder for {CountdownEvent} at {ReminderTime}",
"add new reminders",
"add new reminders at {ReminderTime} for {CountdownEvent}",
"add new reminders for {CountdownEvent} at {ReminderTime}",
"add notification",
"add notification at {ReminderTime} for {CountdownEvent}",
"add notification for {CountdownEvent} at {ReminderTime}",
"add notifications",
"add notifications at {ReminderTime} for {CountdownEvent}",
"add notifications for {CountdownEvent} at {ReminderTime}",
"add reminder",
"add reminder at {ReminderTime} for {CountdownEvent}",
"add reminder for {CountdownEvent} at {ReminderTime}",
"add reminders",
"add reminders at {ReminderTime} for {CountdownEvent}",
"add reminders for {CountdownEvent} at {ReminderTime}",
"alert",
"alert about {CountdownEvent}",
"alert about {CountdownEvent} at {ReminderTime}",
"alert at {ReminderTime}",
"alert at {ReminderTime} about {CountdownEvent}",
"alert at {ReminderTime} for {CountdownEvent}",
"alert for {CountdownEvent}",
"alert for {CountdownEvent} at {ReminderTime}",
"alert me",
"alert me about {CountdownEvent}",
"alert me about {CountdownEvent} at {ReminderTime}",
"alert me at {ReminderTime}",
"alert me at {ReminderTime} about {CountdownEvent}",
"alert me at {ReminderTime} for {CountdownEvent}",
"alert me for {CountdownEvent}",
"alert me for {CountdownEvent} at {ReminderTime}",
"alerts",
"alerts at {ReminderTime} for {CountdownEvent}",
"alerts for {CountdownEvent} at {ReminderTime}",
"begin a alert",
"begin a alert at {ReminderTime} for {CountdownEvent}",
"begin a alert for {CountdownEvent} at {ReminderTime}",
"begin a daily alert",
"begin a daily alert at {ReminderTime} for {CountdownEvent}",
"begin a daily alert for {CountdownEvent} at {ReminderTime}",
"begin a daily notification",
"begin a daily notification at {ReminderTime} for {CountdownEvent}",
"begin a daily notification for {CountdownEvent} at {ReminderTime}",
"begin a daily reminder",
"begin a daily reminder at {ReminderTime} for {CountdownEvent}",
"begin a daily reminder for {CountdownEvent} at {ReminderTime}",
"begin a new alert",
"begin a new alert at {ReminderTime} for {CountdownEvent}",
"begin a new alert for {CountdownEvent} at {ReminderTime}",
"begin a new daily alert",
"begin a new daily alert at {ReminderTime} for {CountdownEvent}",
"begin a new daily alert for {CountdownEvent} at {ReminderTime}",
"begin a new daily notification",
"begin a new daily notification at {ReminderTime} for {CountdownEvent}",
"begin a new daily notification for {CountdownEvent} at {ReminderTime}",
"begin a new daily reminder",
"begin a new daily reminder at {ReminderTime} for {CountdownEvent}",
"begin a new daily reminder for {CountdownEvent} at {ReminderTime}",
"begin a new notification",
"begin a new notification at {ReminderTime} for {CountdownEvent}",
"begin a new notification for {CountdownEvent} at {ReminderTime}",
"begin a new reminder",
"begin a new reminder at {ReminderTime} for {CountdownEvent}",
"begin a new reminder for {CountdownEvent} at {ReminderTime}",
"begin a notification",
"begin a notification at {ReminderTime} for {CountdownEvent}",
"begin a notification for {CountdownEvent} at {ReminderTime}",
"begin a reminder",
"begin a reminder at {ReminderTime} for {CountdownEvent}",
"begin a reminder for {CountdownEvent} at {ReminderTime}",
"begin alert",
"begin alert at {ReminderTime} for {CountdownEvent}",
"begin alert for {CountdownEvent} at {ReminderTime}",
"begin alerts",
"begin alerts at {ReminderTime} for {CountdownEvent}",
"begin alerts for {CountdownEvent} at {ReminderTime}",
"begin daily alert",
"begin daily alert at {ReminderTime} for {CountdownEvent}",
"begin daily alert for {CountdownEvent} at {ReminderTime}",
"begin daily alerts",
"begin daily alerts at {ReminderTime} for {CountdownEvent}",
"begin daily alerts for {CountdownEvent} at {ReminderTime}",
"begin daily notification",
"begin daily notification at {ReminderTime} for {CountdownEvent}",
"begin daily notification for {CountdownEvent} at {ReminderTime}",
"begin daily notifications",
"begin daily notifications at {ReminderTime} for {CountdownEvent}",
"begin daily notifications for {CountdownEvent} at {ReminderTime}",
"begin daily reminder",
"begin daily reminder at {ReminderTime} for {CountdownEvent}",
"begin daily reminder for {CountdownEvent} at {ReminderTime}",
"begin daily reminders",
"begin daily reminders at {ReminderTime} for {CountdownEvent}",
"begin daily reminders for {CountdownEvent} at {ReminderTime}",
"begin new alert",
"begin new alert at {ReminderTime} for {CountdownEvent}",
"begin new alert for {CountdownEvent} at {ReminderTime}",
"begin new alerts",
"begin new alerts at {ReminderTime} for {CountdownEvent}",
"begin new alerts for {CountdownEvent} at {ReminderTime}",
"begin new daily alert",
"begin new daily alert at {ReminderTime} for {CountdownEvent}",
"begin new daily alert for {CountdownEvent} at {ReminderTime}",
"begin new daily alerts",
"begin new daily alerts at {ReminderTime} for {CountdownEvent}",
"begin new daily alerts for {CountdownEvent} at {ReminderTime}",
"begin new daily notification",
"begin new daily notification at {ReminderTime} for {CountdownEvent}",
"begin new daily notification for {CountdownEvent} at {ReminderTime}",
"begin new daily notifications",
"begin new daily notifications at {ReminderTime} for {CountdownEvent}",
"begin new daily notifications for {CountdownEvent} at {ReminderTime}",
"begin new daily reminder",
"begin new daily reminder at {ReminderTime} for {CountdownEvent}",
"begin new daily reminder for {CountdownEvent} at {ReminderTime}",
"begin new daily reminders",
"begin new daily reminders at {ReminderTime} for {CountdownEvent}",
"begin new daily reminders for {CountdownEvent} at {ReminderTime}",
"begin new notification",
"begin new notification at {ReminderTime} for {CountdownEvent}",
"begin new notification for {CountdownEvent} at {ReminderTime}",
"begin new notifications",
"begin new notifications at {ReminderTime} for {CountdownEvent}",
"begin new notifications for {CountdownEvent} at {ReminderTime}",
"begin new reminder",
"begin new reminder at {ReminderTime} for {CountdownEvent}",
"begin new reminder for {CountdownEvent} at {ReminderTime}",
"begin new reminders",
"begin new reminders at {ReminderTime} for {CountdownEvent}",
"begin new reminders for {CountdownEvent} at {ReminderTime}",
"begin notification",
"begin notification at {ReminderTime} for {CountdownEvent}",
"begin notification for {CountdownEvent} at {ReminderTime}",
"begin notifications",
"begin notifications at {ReminderTime} for {CountdownEvent}",
"begin notifications for {CountdownEvent} at {ReminderTime}",
"begin reminder",
"begin reminder at {ReminderTime} for {CountdownEvent}",
"begin reminder for {CountdownEvent} at {ReminderTime}",
"begin reminders",
"begin reminders at {ReminderTime} for {CountdownEvent}",
"begin reminders for {CountdownEvent} at {ReminderTime}",
"create a alert",
"create a alert at {ReminderTime} for {CountdownEvent}",
"create a alert for {CountdownEvent} at {ReminderTime}",
"create a daily alert",
"create a daily alert at {ReminderTime} for {CountdownEvent}",
"create a daily alert for {CountdownEvent} at {ReminderTime}",
"create a daily notification",
"create a daily notification at {ReminderTime} for {CountdownEvent}",
"create a daily notification for {CountdownEvent} at {ReminderTime}",
"create a daily reminder",
"create a daily reminder at {ReminderTime} for {CountdownEvent}",
"create a daily reminder for {CountdownEvent} at {ReminderTime}",
"create a new alert",
"create a new alert at {ReminderTime} for {CountdownEvent}",
"create a new alert for {CountdownEvent} at {ReminderTime}",
"create a new daily alert",
"create a new daily alert at {ReminderTime} for {CountdownEvent}",
"create a new daily alert for {CountdownEvent} at {ReminderTime}",
"create a new daily notification",
"create a new daily notification at {ReminderTime} for {CountdownEvent}",
"create a new daily notification for {CountdownEvent} at {ReminderTime}",
"create a new daily reminder",
"create a new daily reminder at {ReminderTime} for {CountdownEvent}",
"create a new daily reminder for {CountdownEvent} at {ReminderTime}",
"create a new notification",
"create a new notification at {ReminderTime} for {CountdownEvent}",
"create a new notification for {CountdownEvent} at {ReminderTime}",
"create a new reminder",
"create a new reminder at {ReminderTime} for {CountdownEvent}",
"create a new reminder for {CountdownEvent} at {ReminderTime}",
"create a notification",
"create a notification at {ReminderTime} for {CountdownEvent}",
"create a notification for {CountdownEvent} at {ReminderTime}",
"create a reminder",
"create a reminder at {ReminderTime} for {CountdownEvent}",
"create a reminder for {CountdownEvent} at {ReminderTime}",
"create alert",
"create alert at {ReminderTime} for {CountdownEvent}",
"create alert for {CountdownEvent} at {ReminderTime}",
"create alerts",
"create alerts at {ReminderTime} for {CountdownEvent}",
"create alerts for {CountdownEvent} at {ReminderTime}",
"create daily alert",
"create daily alert at {ReminderTime} for {CountdownEvent}",
"create daily alert for {CountdownEvent} at {ReminderTime}",
"create daily alerts",
"create daily alerts at {ReminderTime} for {CountdownEvent}",
"create daily alerts for {CountdownEvent} at {ReminderTime}",
"create daily notification",
"create daily notification at {ReminderTime} for {CountdownEvent}",
"create daily notification for {CountdownEvent} at {ReminderTime}",
"create daily notifications",
"create daily notifications at {ReminderTime} for {CountdownEvent}",
"create daily notifications for {CountdownEvent} at {ReminderTime}",
"create daily reminder",
"create daily reminder at {ReminderTime} for {CountdownEvent}",
"create daily reminder for {CountdownEvent} at {ReminderTime}",
"create daily reminders",
"create daily reminders at {ReminderTime} for {CountdownEvent}",
"create daily reminders for {CountdownEvent} at {ReminderTime}",
"create new alert",
"create new alert at {ReminderTime} for {CountdownEvent}",
"create new alert for {CountdownEvent} at {ReminderTime}",
"create new alerts",
"create new alerts at {ReminderTime} for {CountdownEvent}",
"create new alerts for {CountdownEvent} at {ReminderTime}",
"create new daily alert",
"create new daily alert at {ReminderTime} for {CountdownEvent}",
"create new daily alert for {CountdownEvent} at {ReminderTime}",
"create new daily alerts",
"create new daily alerts at {ReminderTime} for {CountdownEvent}",
"create new daily alerts for {CountdownEvent} at {ReminderTime}",
"create new daily notification",
"create new daily notification at {ReminderTime} for {CountdownEvent}",
"create new daily notification for {CountdownEvent} at {ReminderTime}",
"create new daily notifications",
"create new daily notifications at {ReminderTime} for {CountdownEvent}",
"create new daily notifications for {CountdownEvent} at {ReminderTime}",
"create new daily reminder",
"create new daily reminder at {ReminderTime} for {CountdownEvent}",
"create new daily reminder for {CountdownEvent} at {ReminderTime}",
"create new daily reminders",
"create new daily reminders at {ReminderTime} for {CountdownEvent}",
"create new daily reminders for {CountdownEvent} at {ReminderTime}",
"create new notification",
"create new notification at {ReminderTime} for {CountdownEvent}",
"create new notification for {CountdownEvent} at {ReminderTime}",
"create new notifications",
"create new notifications at {ReminderTime} for {CountdownEvent}",
"create new notifications for {CountdownEvent} at {ReminderTime}",
"create new reminder",
"create new reminder at {ReminderTime} for {CountdownEvent}",
"create new reminder for {CountdownEvent} at {ReminderTime}",
"create new reminders",
"create new reminders at {ReminderTime} for {CountdownEvent}",
"create new reminders for {CountdownEvent} at {ReminderTime}",
"create notification",
"create notification at {ReminderTime} for {CountdownEvent}",
"create notification for {CountdownEvent} at {ReminderTime}",
"create notifications",
"create notifications at {ReminderTime} for {CountdownEvent}",
"create notifications for {CountdownEvent} at {ReminderTime}",
"create reminder",
"create reminder at {ReminderTime} for {CountdownEvent}",
"create reminder for {CountdownEvent} at {ReminderTime}",
"create reminders",
"create reminders at {ReminderTime} for {CountdownEvent}",
"create reminders for {CountdownEvent} at {ReminderTime}",
"daily alert",
"daily alert at {ReminderTime} for {CountdownEvent}",
"daily alert for {CountdownEvent} at {ReminderTime}",
"daily alerts",
"daily alerts at {ReminderTime} for {CountdownEvent}",
"daily alerts for {CountdownEvent} at {ReminderTime}",
"daily notification",
"daily notification at {ReminderTime} for {CountdownEvent}",
"daily notification for {CountdownEvent} at {ReminderTime}",
"daily notifications",
"daily notifications at {ReminderTime} for {CountdownEvent}",
"daily notifications for {CountdownEvent} at {ReminderTime}",
"daily reminder",
"daily reminder at {ReminderTime} for {CountdownEvent}",
"daily reminder for {CountdownEvent} at {ReminderTime}",
"daily reminders",
"daily reminders at {ReminderTime} for {CountdownEvent}",
"daily reminders for {CountdownEvent} at {ReminderTime}",
"new alert",
"new alert at {ReminderTime} for {CountdownEvent}",
"new alert for {CountdownEvent} at {ReminderTime}",
"new alerts",
"new alerts at {ReminderTime} for {CountdownEvent}",
"new alerts for {CountdownEvent} at {ReminderTime}",
"new daily alert",
"new daily alert at {ReminderTime} for {CountdownEvent}",
"new daily alert for {CountdownEvent} at {ReminderTime}",
"new daily alerts",
"new daily alerts at {ReminderTime} for {CountdownEvent}",
"new daily alerts for {CountdownEvent} at {ReminderTime}",
"new daily notification",
"new daily notification at {ReminderTime} for {CountdownEvent}",
"new daily notification for {CountdownEvent} at {ReminderTime}",
"new daily notifications",
"new daily notifications at {ReminderTime} for {CountdownEvent}",
"new daily notifications for {CountdownEvent} at {ReminderTime}",
"new daily reminder",
"new daily reminder at {ReminderTime} for {CountdownEvent}",
"new daily reminder for {CountdownEvent} at {ReminderTime}",
"new daily reminders",
"new daily reminders at {ReminderTime} for {CountdownEvent}",
"new daily reminders for {CountdownEvent} at {ReminderTime}",
"new notification",
"new notification at {ReminderTime} for {CountdownEvent}",
"new notification for {CountdownEvent} at {ReminderTime}",
"new notifications",
"new notifications at {ReminderTime} for {CountdownEvent}",
"new notifications for {CountdownEvent} at {ReminderTime}",
"new reminder",
"new reminder at {ReminderTime} for {CountdownEvent}",
"new reminder for {CountdownEvent} at {ReminderTime}",
"new reminders",
"new reminders at {ReminderTime} for {CountdownEvent}",
"new reminders for {CountdownEvent} at {ReminderTime}",
"notification",
"notification at {ReminderTime} for {CountdownEvent}",
"notification for {CountdownEvent} at {ReminderTime}",
"notifications",
"notifications at {ReminderTime} for {CountdownEvent}",
"notifications for {CountdownEvent} at {ReminderTime}",
"notify",
"notify about {CountdownEvent}",
"notify about {CountdownEvent} at {ReminderTime}",
"notify at {ReminderTime}",
"notify at {ReminderTime} about {CountdownEvent}",
"notify at {ReminderTime} for {CountdownEvent}",
"notify for {CountdownEvent}",
"notify for {CountdownEvent} at {ReminderTime}",
"notify me",
"notify me about {CountdownEvent}",
"notify me about {CountdownEvent} at {ReminderTime}",
"notify me at {ReminderTime}",
"notify me at {ReminderTime} about {CountdownEvent}",
"notify me at {ReminderTime} for {CountdownEvent}",
"notify me for {CountdownEvent}",
"notify me for {CountdownEvent} at {ReminderTime}",
"remind",
"remind about {CountdownEvent}",
"remind about {CountdownEvent} at {ReminderTime}",
"remind at {ReminderTime}",
"remind at {ReminderTime} about {CountdownEvent}",
"remind at {ReminderTime} for {CountdownEvent}",
"remind for {CountdownEvent}",
"remind for {CountdownEvent} at {ReminderTime}",
"remind me",
"remind me about {CountdownEvent}",
"remind me about {CountdownEvent} at {ReminderTime}",
"remind me at {ReminderTime}",
"remind me at {ReminderTime} about {CountdownEvent}",
"remind me at {ReminderTime} for {CountdownEvent}",
"remind me for {CountdownEvent}",
"remind me for {CountdownEvent} at {ReminderTime}",
"reminder",
"reminder at {ReminderTime} for {CountdownEvent}",
"reminder for {CountdownEvent} at {ReminderTime}",
"reminders",
"reminders at {ReminderTime} for {CountdownEvent}",
"reminders for {CountdownEvent} at {ReminderTime}",
"set up a alert",
"set up a alert at {ReminderTime} for {CountdownEvent}",
"set up a alert for {CountdownEvent} at {ReminderTime}",
"set up a daily alert",
"set up a daily alert at {ReminderTime} for {CountdownEvent}",
"set up a daily alert for {CountdownEvent} at {ReminderTime}",
"set up a daily notification",
"set up a daily notification at {ReminderTime} for {CountdownEvent}",
"set up a daily notification for {CountdownEvent} at {ReminderTime}",
"set up a daily reminder",
"set up a daily reminder at {ReminderTime} for {CountdownEvent}",
"set up a daily reminder for {CountdownEvent} at {ReminderTime}",
"set up a new alert",
"set up a new alert at {ReminderTime} for {CountdownEvent}",
"set up a new alert for {CountdownEvent} at {ReminderTime}",
"set up a new daily alert",
"set up a new daily alert at {ReminderTime} for {CountdownEvent}",
"set up a new daily alert for {CountdownEvent} at {ReminderTime}",
"set up a new daily notification",
"set up a new daily notification at {ReminderTime} for {CountdownEvent}",
"set up a new daily notification for {CountdownEvent} at {ReminderTime}",
"set up a new daily reminder",
"set up a new daily reminder at {ReminderTime} for {CountdownEvent}",
"set up a new daily reminder for {CountdownEvent} at {ReminderTime}",
"set up a new notification",
"set up a new notification at {ReminderTime} for {CountdownEvent}",
"set up a new notification for {CountdownEvent} at {ReminderTime}",
"set up a new reminder",
"set up a new reminder at {ReminderTime} for {CountdownEvent}",
"set up a new reminder for {CountdownEvent} at {ReminderTime}",
"set up a notification",
"set up a notification at {ReminderTime} for {CountdownEvent}",
"set up a notification for {CountdownEvent} at {ReminderTime}",
"set up a reminder",
"set up a reminder at {ReminderTime} for {CountdownEvent}",
"set up a reminder for {CountdownEvent} at {ReminderTime}",
"set up alert",
"set up alert at {ReminderTime} for {CountdownEvent}",
"set up alert for {CountdownEvent} at {ReminderTime}",
"set up alerts",
"set up alerts at {ReminderTime} for {CountdownEvent}",
"set up alerts for {CountdownEvent} at {ReminderTime}",
"set up daily alert",
"set up daily alert at {ReminderTime} for {CountdownEvent}",
"set up daily alert for {CountdownEvent} at {ReminderTime}",
"set up daily alerts",
"set up daily alerts at {ReminderTime} for {CountdownEvent}",
"set up daily alerts for {CountdownEvent} at {ReminderTime}",
"set up daily notification",
"set up daily notification at {ReminderTime} for {CountdownEvent}",
"set up daily notification for {CountdownEvent} at {ReminderTime}",
"set up daily notifications",
"set up daily notifications at {ReminderTime} for {CountdownEvent}",
"set up daily notifications for {CountdownEvent} at {ReminderTime}",
"set up daily reminder",
"set up daily reminder at {ReminderTime} for {CountdownEvent}",
"set up daily reminder for {CountdownEvent} at {ReminderTime}",
"set up daily reminders",
"set up daily reminders at {ReminderTime} for {CountdownEvent}",
"set up daily reminders for {CountdownEvent} at {ReminderTime}",
"set up new alert",
"set up new alert at {ReminderTime} for {CountdownEvent}",
"set up new alert for {CountdownEvent} at {ReminderTime}",
"set up new alerts",
"set up new alerts at {ReminderTime} for {CountdownEvent}",
"set up new alerts for {CountdownEvent} at {ReminderTime}",
"set up new daily alert",
"set up new daily alert at {ReminderTime} for {CountdownEvent}",
"set up new daily alert for {CountdownEvent} at {ReminderTime}",
"set up new daily alerts",
"set up new daily alerts at {ReminderTime} for {CountdownEvent}",
"set up new daily alerts for {CountdownEvent} at {ReminderTime}",
"set up new daily notification",
"set up new daily notification at {ReminderTime} for {CountdownEvent}",
"set up new daily notification for {CountdownEvent} at {ReminderTime}",
"set up new daily notifications",
"set up new daily notifications at {ReminderTime} for {CountdownEvent}",
"set up new daily notifications for {CountdownEvent} at {ReminderTime}",
"set up new daily reminder",
"set up new daily reminder at {ReminderTime} for {CountdownEvent}",
"set up new daily reminder for {CountdownEvent} at {ReminderTime}",
"set up new daily reminders",
"set up new daily reminders at {ReminderTime} for {CountdownEvent}",
"set up new daily reminders for {CountdownEvent} at {ReminderTime}",
"set up new notification",
"set up new notification at {ReminderTime} for {CountdownEvent}",
"set up new notification for {CountdownEvent} at {ReminderTime}",
"set up new notifications",
"set up new notifications at {ReminderTime} for {CountdownEvent}",
"set up new notifications for {CountdownEvent} at {ReminderTime}",
"set up new reminder",
"set up new reminder at {ReminderTime} for {CountdownEvent}",
"set up new reminder for {CountdownEvent} at {ReminderTime}",
"set up new reminders",
"set up new reminders at {ReminderTime} for {CountdownEvent}",
"set up new reminders for {CountdownEvent} at {ReminderTime}",
"set up notification",
"set up notification at {ReminderTime} for {CountdownEvent}",
"set up notification for {CountdownEvent} at {ReminderTime}",
"set up notifications",
"set up notifications at {ReminderTime} for {CountdownEvent}",
"set up notifications for {CountdownEvent} at {ReminderTime}",
"set up reminder",
"set up reminder at {ReminderTime} for {CountdownEvent}",
"set up reminder for {CountdownEvent} at {ReminderTime}",
"set up reminders",
"set up reminders at {ReminderTime} for {CountdownEvent}",
"set up reminders for {CountdownEvent} at {ReminderTime}",
"start a alert",
"start a alert at {ReminderTime} for {CountdownEvent}",
"start a alert for {CountdownEvent} at {ReminderTime}",
"start a daily alert",
"start a daily alert at {ReminderTime} for {CountdownEvent}",
"start a daily alert for {CountdownEvent} at {ReminderTime}",
"start a daily notification",
"start a daily notification at {ReminderTime} for {CountdownEvent}",
"start a daily notification for {CountdownEvent} at {ReminderTime}",
"start a daily reminder",
"start a daily reminder at {ReminderTime} for {CountdownEvent}",
"start a daily reminder for {CountdownEvent} at {ReminderTime}",
"start a new alert",
"start a new alert at {ReminderTime} for {CountdownEvent}",
"start a new alert for {CountdownEvent} at {ReminderTime}",
"start a new daily alert",
"start a new daily alert at {ReminderTime} for {CountdownEvent}",
"start a new daily alert for {CountdownEvent} at {ReminderTime}",
"start a new daily notification",
"start a new daily notification at {ReminderTime} for {CountdownEvent}",
"start a new daily notification for {CountdownEvent} at {ReminderTime}",
"start a new daily reminder",
"start a new daily reminder at {ReminderTime} for {CountdownEvent}",
"start a new daily reminder for {CountdownEvent} at {ReminderTime}",
"start a new notification",
"start a new notification at {ReminderTime} for {CountdownEvent}",
"start a new notification for {CountdownEvent} at {ReminderTime}",
"start a new reminder",
"start a new reminder at {ReminderTime} for {CountdownEvent}",
"start a new reminder for {CountdownEvent} at {ReminderTime}",
"start a notification",
"start a notification at {ReminderTime} for {CountdownEvent}",
"start a notification for {CountdownEvent} at {ReminderTime}",
"start a reminder",
"start a reminder at {ReminderTime} for {CountdownEvent}",
"start a reminder for {CountdownEvent} at {ReminderTime}",
"start alert",
"start alert at {ReminderTime} for {CountdownEvent}",
"start alert for {CountdownEvent} at {ReminderTime}",
"start alerts",
"start alerts at {ReminderTime} for {CountdownEvent}",
"start alerts for {CountdownEvent} at {ReminderTime}",
"start daily alert",
"start daily alert at {ReminderTime} for {CountdownEvent}",
"start daily alert for {CountdownEvent} at {ReminderTime}",
"start daily alerts",
"start daily alerts at {ReminderTime} for {CountdownEvent}",
"start daily alerts for {CountdownEvent} at {ReminderTime}",
"start daily notification",
"start daily notification at {ReminderTime} for {CountdownEvent}",
"start daily notification for {CountdownEvent} at {ReminderTime}",
"start daily notifications",
"start daily notifications at {ReminderTime} for {CountdownEvent}",
"start daily notifications for {CountdownEvent} at {ReminderTime}",
"start daily reminder",
"start daily reminder at {ReminderTime} for {CountdownEvent}",
"start daily reminder for {CountdownEvent} at {ReminderTime}",
"start daily reminders",
"start daily reminders at {ReminderTime} for {CountdownEvent}",
"start daily reminders for {CountdownEvent} at {ReminderTime}",
"start new alert",
"start new alert at {ReminderTime} for {CountdownEvent}",
"start new alert for {CountdownEvent} at {ReminderTime}",
"start new alerts",
"start new alerts at {ReminderTime} for {CountdownEvent}",
"start new alerts for {CountdownEvent} at {ReminderTime}",
"start new daily alert",
"start new daily alert at {ReminderTime} for {CountdownEvent}",
"start new daily alert for {CountdownEvent} at {ReminderTime}",
"start new daily alerts",
"start new daily alerts at {ReminderTime} for {CountdownEvent}",
"start new daily alerts for {CountdownEvent} at {ReminderTime}",
"start new daily notification",
"start new daily notification at {ReminderTime} for {CountdownEvent}",
"start new daily notification for {CountdownEvent} at {ReminderTime}",
"start new daily notifications",
"start new daily notifications at {ReminderTime} for {CountdownEvent}",
"start new daily notifications for {CountdownEvent} at {ReminderTime}",
"start new daily reminder",
"start new daily reminder at {ReminderTime} for {CountdownEvent}",
"start new daily reminder for {CountdownEvent} at {ReminderTime}",
"start new daily reminders",
"start new daily reminders at {ReminderTime} for {CountdownEvent}",
"start new daily reminders for {CountdownEvent} at {ReminderTime}",
"start new notification",
"start new notification at {ReminderTime} for {CountdownEvent}",
"start new notification for {CountdownEvent} at {ReminderTime}",
"start new notifications",
"start new notifications at {ReminderTime} for {CountdownEvent}",
"start new notifications for {CountdownEvent} at {ReminderTime}",
"start new reminder",
"start new reminder at {ReminderTime} for {CountdownEvent}",
"start new reminder for {CountdownEvent} at {ReminderTime}",
"start new reminders",
"start new reminders at {ReminderTime} for {CountdownEvent}",
"start new reminders for {CountdownEvent} at {ReminderTime}",
"start notification",
"start notification at {ReminderTime} for {CountdownEvent}",
"start notification for {CountdownEvent} at {ReminderTime}",
"start notifications",
"start notifications at {ReminderTime} for {CountdownEvent}",
"start notifications for {CountdownEvent} at {ReminderTime}",
"start reminder",
"start reminder at {ReminderTime} for {CountdownEvent}",
"start reminder for {CountdownEvent} at {ReminderTime}",
"start reminders",
"start reminders at {ReminderTime} for {CountdownEvent}",
"start reminders for {CountdownEvent} at {ReminderTime}"
],
"slots": [
{
"name": "CountdownEvent",
"type": "EventType"
},
{
"name": "ReminderTime",
"type": "AMAZON.TIME"
}
]
},
{
"name": "DeleteCountdownIntent",
"samples": [
"delete a countdown",
"delete a countdowns",
"delete a one",
"delete a {CountdownEvent} countdown",
"delete a {CountdownEvent} one",
"delete countdown",
"delete countdowns",
"delete my countdown",
"delete my countdowns",
"delete my one",
"delete my {CountdownEvent} countdown",
"delete my {CountdownEvent} one",
"delete one",
"delete that countdown",
"delete that countdowns",
"delete that one",
"delete that {CountdownEvent} countdown",
"delete that {CountdownEvent} one",
"delete the countdown",
"delete the countdowns",
"delete the one",
"delete the {CountdownEvent} countdown",
"delete the {CountdownEvent} one",
"delete {CountdownEvent} countdown",
"delete {CountdownEvent} one",
"destroy a countdown",
"destroy a countdowns",
"destroy a one",
"destroy a {CountdownEvent} countdown",
"destroy a {CountdownEvent} one",
"destroy countdown",
"destroy countdowns",
"destroy my countdown",
"destroy my countdowns",
"destroy my one",
"destroy my {CountdownEvent} countdown",
"destroy my {CountdownEvent} one",
"destroy one",
"destroy that countdown",
"destroy that countdowns",
"destroy that one",
"destroy that {CountdownEvent} countdown",
"destroy that {CountdownEvent} one",
"destroy the countdown",
"destroy the countdowns",
"destroy the one",
"destroy the {CountdownEvent} countdown",
"destroy the {CountdownEvent} one",
"destroy {CountdownEvent} countdown",
"destroy {CountdownEvent} one",
"discard a countdown",
"discard a countdowns",
"discard a one",
"discard a {CountdownEvent} countdown",
"discard a {CountdownEvent} one",
"discard countdown",
"discard countdowns",
"discard my countdown",
"discard my countdowns",
"discard my one",
"discard my {CountdownEvent} countdown",
"discard my {CountdownEvent} one",
"discard one",
"discard that countdown",
"discard that countdowns",
"discard that one",
"discard that {CountdownEvent} countdown",
"discard that {CountdownEvent} one",
"discard the countdown",
"discard the countdowns",
"discard the one",
"discard the {CountdownEvent} countdown",
"discard the {CountdownEvent} one",
"discard {CountdownEvent} countdown",
"discard {CountdownEvent} one",
"erase a countdown",
"erase a countdowns",
"erase a one",
"erase a {CountdownEvent} countdown",
"erase a {CountdownEvent} one",
"erase countdown",
"erase countdowns",
"erase my countdown",
"erase my countdowns",
"erase my one",
"erase my {CountdownEvent} countdown",
"erase my {CountdownEvent} one",
"erase one",
"erase that countdown",
"erase that countdowns",
"erase that one",
"erase that {CountdownEvent} countdown",
"erase that {CountdownEvent} one",
"erase the countdown",
"erase the countdowns",
"erase the one",
"erase the {CountdownEvent} countdown",
"erase the {CountdownEvent} one",
"erase {CountdownEvent} countdown",
"erase {CountdownEvent} one",
"remove a countdown",
"remove a countdowns",
"remove a one",
"remove a {CountdownEvent} countdown",
"remove a {CountdownEvent} one",
"remove countdown",
"remove countdowns",
"remove my countdown",
"remove my countdowns",
"remove my one",
"remove my {CountdownEvent} countdown",
"remove my {CountdownEvent} one",
"remove one",
"remove that countdown",
"remove that countdowns",
"remove that one",
"remove that {CountdownEvent} countdown",
"remove that {CountdownEvent} one",
"remove the countdown",
"remove the countdowns",
"remove the one",
"remove the {CountdownEvent} countdown",
"remove the {CountdownEvent} one",
"remove {CountdownEvent} countdown",
"remove {CountdownEvent} one",
"throw away a countdown",
"throw away a countdowns",
"throw away a one",
"throw away a {CountdownEvent} countdown",
"throw away a {CountdownEvent} one",
"throw away countdown",
"throw away countdowns",
"throw away my countdown",
"throw away my countdowns",
"throw away my one",
"throw away my {CountdownEvent} countdown",
"throw away my {CountdownEvent} one",
"throw away one",
"throw away that countdown",
"throw away that countdowns",
"throw away that one",
"throw away that {CountdownEvent} countdown",
"throw away that {CountdownEvent} one",
"throw away the countdown",
"throw away the countdowns",
"throw away the one",
"throw away the {CountdownEvent} countdown",
"throw away the {CountdownEvent} one",
"throw away {CountdownEvent} countdown",
"throw away {CountdownEvent} one"
],
"slots": [
{
"name": "CountdownEvent",
"type": "EventType"
}
]
},
{
"name": "ListAllCountdownsIntent",
"samples": [