-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
1126 lines (1126 loc) · 31.1 KB
/
en.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
{
"invocation": {
"alexa": "define this value in file jovo.project.ts",
"googleAssistant": "define this value in file jovo.project.ts"
},
"version": "4.0",
"intents": {
"WelcomeIntent": {
"phrases": [
"welcome"
]
},
"NameOfAllTablesIntent": {
"phrases": [
"Name the table names",
"Name the tables",
"What are the names of the tables"
]
},
"SwitchToTableIntent": {
"phrases": [
"choose table labelled {tableName}",
"choose table named {tableName}",
"choose table with the name {tableName}",
"choose table {tableName}",
"choose the table labelled {tableName}",
"choose the table named {tableName}",
"choose the table with the name {tableName}",
"choose the table {tableName}",
"select table labelled {tableName}",
"select table named {tableName}",
"select table with the name {tableName}",
"select table {tableName}",
"select the table labelled {tableName}",
"select the table named {tableName}",
"select the table with the name {tableName}",
"select the table {tableName}",
"switch to table labelled {tableName}",
"switch to table named {tableName}",
"switch to table with the name {tableName}",
"switch to table {tableName}",
"switch to the table labelled {tableName}",
"switch to the table named {tableName}",
"switch to the table with the name {tableName}",
"switch to the table {tableName}",
"{tableName}"
],
"entities": {
"tableName": {
"type": "TableNameType"
}
}
},
"AskCurrentTableNameIntent": {
"phrases": [
"Current table",
"Tell me the name of the current table",
"Tell me the name of the currently selected table",
"Tell me the name of the table",
"What is the name of the current table",
"What is the name of the currently selected table",
"What is the name of the table",
"whats the name of the current table",
"whats the name of the currently selected table",
"whats the name of the table"
]
},
"MetadataReportIntent": {
"phrases": [
"Metadata",
"Tell me something about you",
"What are your properties",
"describe"
]
},
"CurrentStatusReportIntent": {
"phrases": [
"briefing",
"current status",
"flash briefing",
"status"
]
},
"HowManyColumnsIntent": {
"phrases": [
"How many columns",
"How many columns do you have",
"count columns",
"count number columns",
"count number of columns",
"count the number columns",
"count the number of columns",
"number columns",
"number of columns",
"the number columns",
"the number of columns"
],
"entities": {
"tableName": {
"type": "TableNameType"
}
}
},
"HowManyRowsWithConditionIntent": {
"phrases": [
"How many lines",
"How many lines do you have",
"How many lines does this table have",
"How many rows",
"How many rows do you have",
"How many rows does this table have",
"count lines",
"count rows",
"count star",
"count the lines",
"count the rows",
"count the star",
"how many rows with filter {filterColumnName} {comparator} {integerNumber}",
"how many rows with filter {filterColumnName} {comparator} {someString}"
],
"entities": {
"tableName": {
"type": "TableNameType"
},
"filterColumnName": {
"type": "ColumnNameType"
},
"rowSynonym": {
"type": "RowSynonymType"
},
"comparator": {
"type": "ComparatorType"
},
"integerNumber": {
"type": {
"alexa": "AMAZON.NUMBER",
"googleAssistant": "actions.type.Number",
"nlpjs": "IntegerNumberType",
"snips": "snips/number"
}
},
"someString": {
"type": {
"alexa": "FreeTextType",
"googleAssistant": "actions.type.FreeText",
"nlpjs": "FreeTextType",
"snips": "FreeTextType"
}
}
}
},
"NameOfAllColumnsIntent": {
"phrases": [
"Name columns",
"Name columns from table {tableName}",
"Name the columns",
"Name the columns from table {tableName}",
"What are the names of the columns",
"What are the names of the columns from table {tableName}",
"column names"
],
"entities": {
"tableName": {
"type": "TableNameType"
}
}
},
"NameOfSpecificColumnIntent": {
"phrases": [
"What is the name of column with number {integerNumber}",
"What is the name of column {integerNumber}",
"What is the name of the column with number {integerNumber}",
"What is the name of the column {integerNumber}",
"What is the name of the {integerNumber} column",
"What is the name of {integerNumber} column",
"name of column {integerNumber}"
],
"entities": {
"integerNumber": {
"type": {
"alexa": "AMAZON.NUMBER",
"googleAssistant": "actions.type.Number",
"nlpjs": "IntegerNumberType",
"snips": "snips/number"
}
}
}
},
"ReadCurrentRowIntent": {
"phrases": [
"Read current {rowSynonym}",
"Read the current {rowSynonym}",
"Read the {rowSynonym}",
"Read {rowSynonym}",
"SELECT current {rowSynonym}",
"SELECT {rowSynonym}",
"what is content of current {rowSynonym}",
"what is content of {rowSynonym}",
"what is current {rowSynonym}",
"what is the content of current {rowSynonym}",
"what is the content of {rowSynonym}",
"what is the current {rowSynonym}",
"what is the {rowSynonym}",
"what is {rowSynonym}"
],
"entities": {
"rowSynonym": {
"type": "RowSynonymType"
}
}
},
"FirstRowIntent": {
"phrases": [
"Read first line",
"Read first row",
"first line",
"first row",
"goto first line",
"goto first row",
"jump to first line",
"jump to first row",
"what is content of the first line",
"what is content of the first row",
"what is the content of the first line",
"what is the content of the first row",
"what is the first line",
"what is the first row",
"what is the the first line",
"what is the the first row"
]
},
"NextRowIntent": {
"phrases": [
"Read next line",
"Read next row",
"goto next line",
"goto next row",
"jump to next line",
"jump to next row",
"next line",
"next row",
"what is content of the next line",
"what is content of the next row",
"what is the content of the next line",
"what is the content of the next row",
"what is the next line",
"what is the next row",
"what is the the next line",
"what is the the next row"
]
},
"PreviousRowIntent": {
"phrases": [
"Read previous line",
"Read previous row",
"goto previous line",
"goto previous row",
"jump to previous line",
"jump to previous row",
"previous line",
"previous row",
"what is content of the previous line",
"what is content of the previous row",
"what is the content of the previous line",
"what is the content of the previous row",
"what is the previous line",
"what is the previous row",
"what is the the previous line",
"what is the the previous row"
]
},
"LastRowIntent": {
"phrases": [
"Read last line",
"Read last row",
"goto last line",
"goto last row",
"jump to last line",
"jump to last row",
"last line",
"last row",
"what is content of the last line",
"what is content of the last row",
"what is the content of the last line",
"what is the content of the last row",
"what is the last line",
"what is the last row",
"what is the the last line",
"what is the the last row"
]
},
"GotoRowIntent": {
"phrases": [
"goto line {integerNumber}",
"goto row {integerNumber}",
"jump to line {integerNumber}",
"jump to row {integerNumber}",
"line {integerNumber}",
"read line {integerNumber}",
"read row {integerNumber}",
"row {integerNumber}",
"what is content of line {integerNumber}",
"what is content of row {integerNumber}",
"what is line {integerNumber}",
"what is row {integerNumber}",
"what is the content of line {integerNumber}",
"what is the content of row {integerNumber}",
"what is the line {integerNumber}",
"what is the row {integerNumber}"
],
"entities": {
"integerNumber": {
"type": {
"alexa": "AMAZON.NUMBER",
"googleAssistant": "actions.type.Number",
"nlpjs": "IntegerNumberType",
"snips": "snips/number"
}
}
}
},
"SortByColumnIntent": {
"phrases": [
"Sort by column {columnName}",
"Sort by column {columnName} {sortOrder}",
"Sort by {columnName}",
"Sort by {columnName} {sortOrder}",
"order by column {columnName}",
"order by column {columnName} {sortOrder}",
"order by {columnName}",
"order by {columnName} {sortOrder}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
},
"sortOrder": {
"type": "SortOrderType"
}
}
},
"SortOrderIntent": {
"phrases": [
"order by {sortOrder}",
"order {sortOrder}",
"sort {sortOrder}"
],
"entities": {
"sortOrder": {
"type": "SortOrderType"
}
}
},
"BiggestValueInColumnIntent": {
"phrases": [
"What is the biggest value in column {columnName}",
"What is the biggest value in the column {columnName}",
"What is the biggest value in the {columnName}",
"What is the biggest value in {columnName}",
"What is the highest value in column {columnName}",
"What is the highest value in the column {columnName}",
"What is the highest value in the {columnName}",
"What is the highest value in {columnName}",
"What is the maximal value in column {columnName}",
"What is the maximal value in the column {columnName}",
"What is the maximal value in the {columnName}",
"What is the maximal value in {columnName}",
"What is the maximum value in column {columnName}",
"What is the maximum value in the column {columnName}",
"What is the maximum value in the {columnName}",
"What is the maximum value in {columnName}",
"biggest value column {columnName}",
"biggest value in column {columnName}",
"biggest value in the column {columnName}",
"biggest value in the {columnName}",
"biggest value in {columnName}",
"biggest value the column {columnName}",
"biggest value the {columnName}",
"biggest value {columnName}",
"highest value column {columnName}",
"highest value in column {columnName}",
"highest value in the column {columnName}",
"highest value in the {columnName}",
"highest value in {columnName}",
"highest value the column {columnName}",
"highest value the {columnName}",
"highest value {columnName}",
"maximal value column {columnName}",
"maximal value in column {columnName}",
"maximal value in the column {columnName}",
"maximal value in the {columnName}",
"maximal value in {columnName}",
"maximal value the column {columnName}",
"maximal value the {columnName}",
"maximal value {columnName}",
"maximum value column {columnName}",
"maximum value in column {columnName}",
"maximum value in the column {columnName}",
"maximum value in the {columnName}",
"maximum value in {columnName}",
"maximum value the column {columnName}",
"maximum value the {columnName}",
"maximum value {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
},
"SmallestValueInColumnIntent": {
"phrases": [
"What is the lowest value in column {columnName}",
"What is the lowest value in {columnName}",
"What is the minimal value in column {columnName}",
"What is the minimal value in {columnName}",
"What is the minimum value in column {columnName}",
"What is the minimum value in {columnName}",
"What is the smallest value in column {columnName}",
"What is the smallest value in {columnName}",
"lowest value column {columnName}",
"lowest value in column {columnName}",
"lowest value in {columnName}",
"lowest value {columnName}",
"minimal value column {columnName}",
"minimal value in column {columnName}",
"minimal value in {columnName}",
"minimal value {columnName}",
"minimum value column {columnName}",
"minimum value in column {columnName}",
"minimum value in {columnName}",
"minimum value {columnName}",
"smallest value column {columnName}",
"smallest value in column {columnName}",
"smallest value in {columnName}",
"smallest value {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
},
"AverageValueInColumnIntent": {
"phrases": [
"What is the average value in column {columnName}",
"What is the average value in {columnName}",
"average value column {columnName}",
"average value in column {columnName}",
"average value in {columnName}",
"average value {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
},
"SumOfValueInColumnIntent": {
"phrases": [
"What is the sum in column {columnName}",
"What is the sum in {columnName}",
"What is the sum value in column {columnName}",
"What is the sum value in {columnName}",
"sum value column {columnName}",
"sum value in column {columnName}",
"sum value in {columnName}",
"sum value {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
},
"NumberOfDistinctValuesInColumnIntent": {
"phrases": [
"How many different values are there in column {columnName}",
"How many different values are there in {columnName}",
"How many distinct values are there in column {columnName}",
"How many distinct values are there in {columnName}",
"Number of different values column {columnName}",
"Number of different values in column {columnName}",
"Number of different values in {columnName}",
"Number of different values {columnName}",
"Number of distinct values column {columnName}",
"Number of distinct values in column {columnName}",
"Number of distinct values in {columnName}",
"Number of distinct values {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
},
"SelectStatementIntent": {
"phrases": [
"{selectSynonym} all {rowSynonym} WHERE column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} all {rowSynonym} WHERE column {filterColumnName} {comparator} {someString}",
"{selectSynonym} all {rowSynonym} WHERE the value of column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} all {rowSynonym} WHERE the value of column {filterColumnName} {comparator} {someString}",
"{selectSynonym} all {rowSynonym} WHERE the value of {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} all {rowSynonym} WHERE the value of {filterColumnName} {comparator} {someString}",
"{selectSynonym} all {rowSynonym} WHERE {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} all {rowSynonym} WHERE {filterColumnName} {comparator} {someString}",
"{selectSynonym} column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} column {filterColumnName} {comparator} {someString}",
"{selectSynonym} the value of column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} the value of column {filterColumnName} {comparator} {someString}",
"{selectSynonym} the value of {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} the value of {filterColumnName} {comparator} {someString}",
"{selectSynonym} {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} {filterColumnName} {comparator} {someString}",
"{selectSynonym} {rowSynonym} WHERE column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} {rowSynonym} WHERE column {filterColumnName} {comparator} {someString}",
"{selectSynonym} {rowSynonym} WHERE the value of column {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} {rowSynonym} WHERE the value of column {filterColumnName} {comparator} {someString}",
"{selectSynonym} {rowSynonym} WHERE the value of {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} {rowSynonym} WHERE the value of {filterColumnName} {comparator} {someString}",
"{selectSynonym} {rowSynonym} WHERE {filterColumnName} {comparator} {integerNumber}",
"{selectSynonym} {rowSynonym} WHERE {filterColumnName} {comparator} {someString}"
],
"entities": {
"selectSynonym": {
"type": "SelectSynonymType"
},
"rowSynonym": {
"type": "RowSynonymType"
},
"projectionColumnName": {
"type": "ColumnNameType"
},
"tableName": {
"type": "TableNameType"
},
"filterColumnName": {
"type": "ColumnNameType"
},
"comparator": {
"type": "ComparatorType"
},
"integerNumber": {
"type": {
"alexa": "AMAZON.NUMBER",
"googleAssistant": "actions.type.Number",
"nlpjs": "IntegerNumberType",
"snips": "snips/number"
}
},
"someString": {
"type": {
"alexa": "FreeTextType",
"googleAssistant": "actions.type.FreeText",
"nlpjs": "FreeTextType",
"snips": "FreeTextType"
}
}
}
},
"SetProjectionIntent": {
"phrases": [
"read contents from column {projectionColumnName}",
"{selectSynonym} only values from column {projectionColumnName}",
"{selectSynonym} only values from {projectionColumnName}",
"{selectSynonym} values from column {projectionColumnName}",
"{selectSynonym} values from {projectionColumnName}"
],
"entities": {
"selectSynonym": {
"type": "SelectSynonymType"
},
"projectionColumnName": {
"type": "ColumnNameType"
}
}
},
"ResetProjectionIntent": {
"phrases": [
"reset projection",
"show all columns again"
]
},
"SetFilterIntent": {
"phrases": [
"set filter to {filterColumnName} {comparator} {integerNumber}",
"set filter to {filterColumnName} {comparator} {someString}"
],
"entities": {
"filterColumnName": {
"type": "ColumnNameType"
},
"rowSynonym": {
"type": "RowSynonymType"
},
"comparator": {
"type": "ComparatorType"
},
"integerNumber": {
"type": {
"alexa": "AMAZON.NUMBER",
"googleAssistant": "actions.type.Number",
"nlpjs": "IntegerNumberType",
"snips": "snips/number"
}
},
"someString": {
"type": {
"alexa": "FreeTextType",
"googleAssistant": "actions.type.FreeText",
"nlpjs": "FreeTextType",
"snips": "FreeTextType"
}
}
}
},
"ReadCurrentFilterIntent": {
"phrases": [
"read current filter"
]
},
"ResetFilterIntent": {
"phrases": [
"delete filter",
"remove filter",
"reset filter"
]
},
"DropDeleteUpdateIntent": {
"phrases": [
"Delete",
"Delete column",
"Delete column {columnName}",
"Delete column {tableName}",
"Delete database",
"Delete database {columnName}",
"Delete database {tableName}",
"Delete row",
"Delete row {columnName}",
"Delete row {tableName}",
"Delete table",
"Delete table {columnName}",
"Delete table {tableName}",
"Delete {columnName}",
"Delete {tableName}",
"Drop database",
"Drop database {tableName}",
"Drop table",
"Drop table {tableName}",
"Remove",
"Remove column",
"Remove column {columnName}",
"Remove column {tableName}",
"Remove database",
"Remove database {columnName}",
"Remove database {tableName}",
"Remove row",
"Remove row {columnName}",
"Remove row {tableName}",
"Remove table",
"Remove table {columnName}",
"Remove table {tableName}",
"Remove {columnName}",
"Remove {tableName}",
"Update",
"Update column",
"Update column {columnName}",
"Update column {tableName}",
"Update database",
"Update database {columnName}",
"Update database {tableName}",
"Update row",
"Update row {columnName}",
"Update row {tableName}",
"Update table",
"Update table {columnName}",
"Update table {tableName}",
"Update {columnName}",
"Update {tableName}"
],
"entities": {
"tableName": {
"type": "TableNameType"
},
"columnName": {
"type": "ColumnNameType"
}
}
},
"RepeatIntent": {
"alexa": {
"name": "AMAZON.RepeatIntent"
},
"phrases": [
"again",
"pardon",
"say this again"
]
},
"ThanksIntent": {
"phrases": [
"thank you",
"thank you very much",
"thanks"
]
},
"BadWordIntent": {
"phrases": [
"idiot",
"you are so dumb"
]
},
"StopIntent": {
"alexa": {
"name": "AMAZON.StopIntent"
},
"dialogFlow": {
"events": [
{
"name": "actions_intent_CANCEL"
}
]
},
"phrases": [
"Stop",
"Stopp"
]
},
"CancelIntent": {
"alexa": {
"name": "AMAZON.CancelIntent"
},
"phrases": [
"Cancel"
]
},
"HelpIntent": {
"alexa": {
"name": "AMAZON.HelpIntent"
},
"phrases": [
"Help",
"No clue",
"what can i do",
"what can i do now",
"what now"
]
},
"StartOverIntent": {
"alexa": {
"name": "AMAZON.StartOverIntent"
},
"phrases": [
"from beginning",
"reset",
"reset application",
"restart"
]
},
"ChooseValidColumnNameIntent": {
"phrases": [
"switch to column labelled {columnName}",
"switch to column name labelled {columnName}",
"switch to column name named {columnName}",
"switch to column name with the name {columnName}",
"switch to column name {columnName}",
"switch to column named {columnName}",
"switch to column with the name {columnName}",
"switch to column {columnName}",
"switch to the column labelled {columnName}",
"switch to the column name labelled {columnName}",
"switch to the column name named {columnName}",
"switch to the column name with the name {columnName}",
"switch to the column name {columnName}",
"switch to the column named {columnName}",
"switch to the column with the name {columnName}",
"switch to the column {columnName}"
],
"entities": {
"columnName": {
"type": "ColumnNameType"
}
}
}
},
"alexa": {
"interactionModel": {
"languageModel": {
"intents": []
}
}
},
"entityTypes": {
"PaymentType": {
"values": [
"${PaymentTypeArray}"
]
},
"myCityEntityType": {
"values": [
"Berlin",
"Munich",
"New York"
]
},
"IntegerNumberType": {
"values": [
{
"value": "1",
"id": "1",
"synonyms": [
"1",
"first",
"one"
]
},
{
"value": "2",
"id": "2",
"synonyms": [
"2",
"second",
"two"
]
},
{
"value": "3",
"id": "3",
"synonyms": [
"3",
"third",
"three"
]
},
{
"value": "4",
"id": "4",
"synonyms": [
"4",
"four",
"fourth"
]
}
]
},
"FreeTextType": {
"values": [
"abakar",
"abdullmu",
"adjovi",
"ael",
"akachukwu",
"akika",
"al din",
"al rida",
"alaine",
"alamira",
"albin",
"albraa",
"alda",
"aleah",
"aleksandarov",
"aleksandrovc",
"aleksei",
"aleksejevna",
"alexander liam",
"alfonso",
"alma sophia",
"almira",
"alpha",
"alzahraa",
"amanda",
"amei",
"amina elisabeta",
"amy lynn",
"anastasiya",
"andjelia",
"ange gabriel",
"angelina lea",
"angelina maria",
"angelo desko",
"angelus brix",
"anhduong",
"aniki",
"anis",
"anivdelarev",
"anja",
"anja charline",
"anjali sophie",
"anjeli",
"ann marie",
"anna helene",
"anna mae",
"anna theresa",
"annabelle viktoria",
"antonis",
"arianna",
"arifov",
"ariyaz",
"armen",
"armenius",
"arnav",
"arnes",
"arnisa",
"aron basri",
"aronsh",
"arseni",
"arsiema",
"arsin",
"arslanovic",
"arsov",
"arssenij",
"artemovic",
"artemovna",
"arteom",
"beppina",
"beroya",
"berthold",
"beta",
"bisma",
"boukary",
"butt",
"carle",
"cato",
"caytlin",
"cecily",
"ceydanur",
"chakib",
"chalotte",
"chams",
"charlee liam",
"charlottenburg wilmersdorf",
"chi",
"colleen",
"delta",
"djenana",
"djenita",
"djolina",
"dolores",
"donyell",
"elhajusman",
"elhayda",
"eli",
"elia",
"eliahs",
"eliandra",
"elianne",
"elif kayra",
"elija",
"elissa lamis",
"epsilon",
"eta",
"frank",
"friedrichshain kreuzberg",
"gamma",
"gesche",
"iota",
"kappa",
"lambda",
"lichtenberg",
"m",
"marzahn hellersdorf",
"mitte",
"mu",
"neukoelln",
"nu",
"omega",
"omikron",
"pankow",
"phi",
"pi",
"psi",
"reinickendorf",
"rho",
"sigma",
"siya",
"spandau",
"standesamt i",
"steglitz zehlendorf",
"tau",
"tempelhof schoeneberg",
"theta",
"treptow koepenick",
"w",
"xi",
"ypsilon",
"zeta"
]
},
"ColumnNameType": {
"values": [
"anzahl",
"bezirk",
"buchstabe",
"geschlecht",
"id",
"jahr",
"position",
"random",
"vorname"