UNPKG

39.7 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2017-04-19",
5 "endpointPrefix": "models.lex",
6 "jsonVersion": "1.1",
7 "protocol": "rest-json",
8 "serviceFullName": "Amazon Lex Model Building Service",
9 "serviceId": "Lex Model Building Service",
10 "signatureVersion": "v4",
11 "signingName": "lex",
12 "uid": "lex-models-2017-04-19"
13 },
14 "operations": {
15 "CreateBotVersion": {
16 "http": {
17 "requestUri": "/bots/{name}/versions",
18 "responseCode": 201
19 },
20 "input": {
21 "type": "structure",
22 "required": [
23 "name"
24 ],
25 "members": {
26 "name": {
27 "location": "uri",
28 "locationName": "name"
29 },
30 "checksum": {}
31 }
32 },
33 "output": {
34 "type": "structure",
35 "members": {
36 "name": {},
37 "description": {},
38 "intents": {
39 "shape": "S6"
40 },
41 "clarificationPrompt": {
42 "shape": "Sa"
43 },
44 "abortStatement": {
45 "shape": "Si"
46 },
47 "status": {},
48 "failureReason": {},
49 "lastUpdatedDate": {
50 "type": "timestamp"
51 },
52 "createdDate": {
53 "type": "timestamp"
54 },
55 "idleSessionTTLInSeconds": {
56 "type": "integer"
57 },
58 "voiceId": {},
59 "checksum": {},
60 "version": {},
61 "locale": {},
62 "childDirected": {
63 "type": "boolean"
64 }
65 }
66 }
67 },
68 "CreateIntentVersion": {
69 "http": {
70 "requestUri": "/intents/{name}/versions",
71 "responseCode": 201
72 },
73 "input": {
74 "type": "structure",
75 "required": [
76 "name"
77 ],
78 "members": {
79 "name": {
80 "location": "uri",
81 "locationName": "name"
82 },
83 "checksum": {}
84 }
85 },
86 "output": {
87 "type": "structure",
88 "members": {
89 "name": {},
90 "description": {},
91 "slots": {
92 "shape": "Sq"
93 },
94 "sampleUtterances": {
95 "shape": "Sy"
96 },
97 "confirmationPrompt": {
98 "shape": "Sa"
99 },
100 "rejectionStatement": {
101 "shape": "Si"
102 },
103 "followUpPrompt": {
104 "shape": "Sz"
105 },
106 "conclusionStatement": {
107 "shape": "Si"
108 },
109 "dialogCodeHook": {
110 "shape": "S10"
111 },
112 "fulfillmentActivity": {
113 "shape": "S13"
114 },
115 "parentIntentSignature": {},
116 "lastUpdatedDate": {
117 "type": "timestamp"
118 },
119 "createdDate": {
120 "type": "timestamp"
121 },
122 "version": {},
123 "checksum": {}
124 }
125 }
126 },
127 "CreateSlotTypeVersion": {
128 "http": {
129 "requestUri": "/slottypes/{name}/versions",
130 "responseCode": 201
131 },
132 "input": {
133 "type": "structure",
134 "required": [
135 "name"
136 ],
137 "members": {
138 "name": {
139 "location": "uri",
140 "locationName": "name"
141 },
142 "checksum": {}
143 }
144 },
145 "output": {
146 "type": "structure",
147 "members": {
148 "name": {},
149 "description": {},
150 "enumerationValues": {
151 "shape": "S19"
152 },
153 "lastUpdatedDate": {
154 "type": "timestamp"
155 },
156 "createdDate": {
157 "type": "timestamp"
158 },
159 "version": {},
160 "checksum": {},
161 "valueSelectionStrategy": {}
162 }
163 }
164 },
165 "DeleteBot": {
166 "http": {
167 "method": "DELETE",
168 "requestUri": "/bots/{name}",
169 "responseCode": 204
170 },
171 "input": {
172 "type": "structure",
173 "required": [
174 "name"
175 ],
176 "members": {
177 "name": {
178 "location": "uri",
179 "locationName": "name"
180 }
181 }
182 }
183 },
184 "DeleteBotAlias": {
185 "http": {
186 "method": "DELETE",
187 "requestUri": "/bots/{botName}/aliases/{name}",
188 "responseCode": 204
189 },
190 "input": {
191 "type": "structure",
192 "required": [
193 "name",
194 "botName"
195 ],
196 "members": {
197 "name": {
198 "location": "uri",
199 "locationName": "name"
200 },
201 "botName": {
202 "location": "uri",
203 "locationName": "botName"
204 }
205 }
206 }
207 },
208 "DeleteBotChannelAssociation": {
209 "http": {
210 "method": "DELETE",
211 "requestUri": "/bots/{botName}/aliases/{aliasName}/channels/{name}",
212 "responseCode": 204
213 },
214 "input": {
215 "type": "structure",
216 "required": [
217 "name",
218 "botName",
219 "botAlias"
220 ],
221 "members": {
222 "name": {
223 "location": "uri",
224 "locationName": "name"
225 },
226 "botName": {
227 "location": "uri",
228 "locationName": "botName"
229 },
230 "botAlias": {
231 "location": "uri",
232 "locationName": "aliasName"
233 }
234 }
235 }
236 },
237 "DeleteBotVersion": {
238 "http": {
239 "method": "DELETE",
240 "requestUri": "/bots/{name}/versions/{version}",
241 "responseCode": 204
242 },
243 "input": {
244 "type": "structure",
245 "required": [
246 "name",
247 "version"
248 ],
249 "members": {
250 "name": {
251 "location": "uri",
252 "locationName": "name"
253 },
254 "version": {
255 "location": "uri",
256 "locationName": "version"
257 }
258 }
259 }
260 },
261 "DeleteIntent": {
262 "http": {
263 "method": "DELETE",
264 "requestUri": "/intents/{name}",
265 "responseCode": 204
266 },
267 "input": {
268 "type": "structure",
269 "required": [
270 "name"
271 ],
272 "members": {
273 "name": {
274 "location": "uri",
275 "locationName": "name"
276 }
277 }
278 }
279 },
280 "DeleteIntentVersion": {
281 "http": {
282 "method": "DELETE",
283 "requestUri": "/intents/{name}/versions/{version}",
284 "responseCode": 204
285 },
286 "input": {
287 "type": "structure",
288 "required": [
289 "name",
290 "version"
291 ],
292 "members": {
293 "name": {
294 "location": "uri",
295 "locationName": "name"
296 },
297 "version": {
298 "location": "uri",
299 "locationName": "version"
300 }
301 }
302 }
303 },
304 "DeleteSlotType": {
305 "http": {
306 "method": "DELETE",
307 "requestUri": "/slottypes/{name}",
308 "responseCode": 204
309 },
310 "input": {
311 "type": "structure",
312 "required": [
313 "name"
314 ],
315 "members": {
316 "name": {
317 "location": "uri",
318 "locationName": "name"
319 }
320 }
321 }
322 },
323 "DeleteSlotTypeVersion": {
324 "http": {
325 "method": "DELETE",
326 "requestUri": "/slottypes/{name}/version/{version}",
327 "responseCode": 204
328 },
329 "input": {
330 "type": "structure",
331 "required": [
332 "name",
333 "version"
334 ],
335 "members": {
336 "name": {
337 "location": "uri",
338 "locationName": "name"
339 },
340 "version": {
341 "location": "uri",
342 "locationName": "version"
343 }
344 }
345 }
346 },
347 "DeleteUtterances": {
348 "http": {
349 "method": "DELETE",
350 "requestUri": "/bots/{botName}/utterances/{userId}",
351 "responseCode": 204
352 },
353 "input": {
354 "type": "structure",
355 "required": [
356 "botName",
357 "userId"
358 ],
359 "members": {
360 "botName": {
361 "location": "uri",
362 "locationName": "botName"
363 },
364 "userId": {
365 "location": "uri",
366 "locationName": "userId"
367 }
368 }
369 }
370 },
371 "GetBot": {
372 "http": {
373 "method": "GET",
374 "requestUri": "/bots/{name}/versions/{versionoralias}",
375 "responseCode": 200
376 },
377 "input": {
378 "type": "structure",
379 "required": [
380 "name",
381 "versionOrAlias"
382 ],
383 "members": {
384 "name": {
385 "location": "uri",
386 "locationName": "name"
387 },
388 "versionOrAlias": {
389 "location": "uri",
390 "locationName": "versionoralias"
391 }
392 }
393 },
394 "output": {
395 "type": "structure",
396 "members": {
397 "name": {},
398 "description": {},
399 "intents": {
400 "shape": "S6"
401 },
402 "clarificationPrompt": {
403 "shape": "Sa"
404 },
405 "abortStatement": {
406 "shape": "Si"
407 },
408 "status": {},
409 "failureReason": {},
410 "lastUpdatedDate": {
411 "type": "timestamp"
412 },
413 "createdDate": {
414 "type": "timestamp"
415 },
416 "idleSessionTTLInSeconds": {
417 "type": "integer"
418 },
419 "voiceId": {},
420 "checksum": {},
421 "version": {},
422 "locale": {},
423 "childDirected": {
424 "type": "boolean"
425 }
426 }
427 }
428 },
429 "GetBotAlias": {
430 "http": {
431 "method": "GET",
432 "requestUri": "/bots/{botName}/aliases/{name}",
433 "responseCode": 200
434 },
435 "input": {
436 "type": "structure",
437 "required": [
438 "name",
439 "botName"
440 ],
441 "members": {
442 "name": {
443 "location": "uri",
444 "locationName": "name"
445 },
446 "botName": {
447 "location": "uri",
448 "locationName": "botName"
449 }
450 }
451 },
452 "output": {
453 "type": "structure",
454 "members": {
455 "name": {},
456 "description": {},
457 "botVersion": {},
458 "botName": {},
459 "lastUpdatedDate": {
460 "type": "timestamp"
461 },
462 "createdDate": {
463 "type": "timestamp"
464 },
465 "checksum": {}
466 }
467 }
468 },
469 "GetBotAliases": {
470 "http": {
471 "method": "GET",
472 "requestUri": "/bots/{botName}/aliases/",
473 "responseCode": 200
474 },
475 "input": {
476 "type": "structure",
477 "required": [
478 "botName"
479 ],
480 "members": {
481 "botName": {
482 "location": "uri",
483 "locationName": "botName"
484 },
485 "nextToken": {
486 "location": "querystring",
487 "locationName": "nextToken"
488 },
489 "maxResults": {
490 "location": "querystring",
491 "locationName": "maxResults",
492 "type": "integer"
493 },
494 "nameContains": {
495 "location": "querystring",
496 "locationName": "nameContains"
497 }
498 }
499 },
500 "output": {
501 "type": "structure",
502 "members": {
503 "BotAliases": {
504 "type": "list",
505 "member": {
506 "type": "structure",
507 "members": {
508 "name": {},
509 "description": {},
510 "botVersion": {},
511 "botName": {},
512 "lastUpdatedDate": {
513 "type": "timestamp"
514 },
515 "createdDate": {
516 "type": "timestamp"
517 },
518 "checksum": {}
519 }
520 }
521 },
522 "nextToken": {}
523 }
524 }
525 },
526 "GetBotChannelAssociation": {
527 "http": {
528 "method": "GET",
529 "requestUri": "/bots/{botName}/aliases/{aliasName}/channels/{name}",
530 "responseCode": 200
531 },
532 "input": {
533 "type": "structure",
534 "required": [
535 "name",
536 "botName",
537 "botAlias"
538 ],
539 "members": {
540 "name": {
541 "location": "uri",
542 "locationName": "name"
543 },
544 "botName": {
545 "location": "uri",
546 "locationName": "botName"
547 },
548 "botAlias": {
549 "location": "uri",
550 "locationName": "aliasName"
551 }
552 }
553 },
554 "output": {
555 "type": "structure",
556 "members": {
557 "name": {},
558 "description": {},
559 "botAlias": {},
560 "botName": {},
561 "createdDate": {
562 "type": "timestamp"
563 },
564 "type": {},
565 "botConfiguration": {
566 "shape": "S24"
567 },
568 "status": {},
569 "failureReason": {}
570 }
571 }
572 },
573 "GetBotChannelAssociations": {
574 "http": {
575 "method": "GET",
576 "requestUri": "/bots/{botName}/aliases/{aliasName}/channels/",
577 "responseCode": 200
578 },
579 "input": {
580 "type": "structure",
581 "required": [
582 "botName",
583 "botAlias"
584 ],
585 "members": {
586 "botName": {
587 "location": "uri",
588 "locationName": "botName"
589 },
590 "botAlias": {
591 "location": "uri",
592 "locationName": "aliasName"
593 },
594 "nextToken": {
595 "location": "querystring",
596 "locationName": "nextToken"
597 },
598 "maxResults": {
599 "location": "querystring",
600 "locationName": "maxResults",
601 "type": "integer"
602 },
603 "nameContains": {
604 "location": "querystring",
605 "locationName": "nameContains"
606 }
607 }
608 },
609 "output": {
610 "type": "structure",
611 "members": {
612 "botChannelAssociations": {
613 "type": "list",
614 "member": {
615 "type": "structure",
616 "members": {
617 "name": {},
618 "description": {},
619 "botAlias": {},
620 "botName": {},
621 "createdDate": {
622 "type": "timestamp"
623 },
624 "type": {},
625 "botConfiguration": {
626 "shape": "S24"
627 },
628 "status": {},
629 "failureReason": {}
630 }
631 }
632 },
633 "nextToken": {}
634 }
635 }
636 },
637 "GetBotVersions": {
638 "http": {
639 "method": "GET",
640 "requestUri": "/bots/{name}/versions/",
641 "responseCode": 200
642 },
643 "input": {
644 "type": "structure",
645 "required": [
646 "name"
647 ],
648 "members": {
649 "name": {
650 "location": "uri",
651 "locationName": "name"
652 },
653 "nextToken": {
654 "location": "querystring",
655 "locationName": "nextToken"
656 },
657 "maxResults": {
658 "location": "querystring",
659 "locationName": "maxResults",
660 "type": "integer"
661 }
662 }
663 },
664 "output": {
665 "type": "structure",
666 "members": {
667 "bots": {
668 "shape": "S2d"
669 },
670 "nextToken": {}
671 }
672 }
673 },
674 "GetBots": {
675 "http": {
676 "method": "GET",
677 "requestUri": "/bots/",
678 "responseCode": 200
679 },
680 "input": {
681 "type": "structure",
682 "members": {
683 "nextToken": {
684 "location": "querystring",
685 "locationName": "nextToken"
686 },
687 "maxResults": {
688 "location": "querystring",
689 "locationName": "maxResults",
690 "type": "integer"
691 },
692 "nameContains": {
693 "location": "querystring",
694 "locationName": "nameContains"
695 }
696 }
697 },
698 "output": {
699 "type": "structure",
700 "members": {
701 "bots": {
702 "shape": "S2d"
703 },
704 "nextToken": {}
705 }
706 }
707 },
708 "GetBuiltinIntent": {
709 "http": {
710 "method": "GET",
711 "requestUri": "/builtins/intents/{signature}",
712 "responseCode": 200
713 },
714 "input": {
715 "type": "structure",
716 "required": [
717 "signature"
718 ],
719 "members": {
720 "signature": {
721 "location": "uri",
722 "locationName": "signature"
723 }
724 }
725 },
726 "output": {
727 "type": "structure",
728 "members": {
729 "signature": {},
730 "supportedLocales": {
731 "shape": "S2j"
732 },
733 "slots": {
734 "type": "list",
735 "member": {
736 "type": "structure",
737 "members": {
738 "name": {}
739 }
740 }
741 }
742 }
743 }
744 },
745 "GetBuiltinIntents": {
746 "http": {
747 "method": "GET",
748 "requestUri": "/builtins/intents/",
749 "responseCode": 200
750 },
751 "input": {
752 "type": "structure",
753 "members": {
754 "locale": {
755 "location": "querystring",
756 "locationName": "locale"
757 },
758 "signatureContains": {
759 "location": "querystring",
760 "locationName": "signatureContains"
761 },
762 "nextToken": {
763 "location": "querystring",
764 "locationName": "nextToken"
765 },
766 "maxResults": {
767 "location": "querystring",
768 "locationName": "maxResults",
769 "type": "integer"
770 }
771 }
772 },
773 "output": {
774 "type": "structure",
775 "members": {
776 "intents": {
777 "type": "list",
778 "member": {
779 "type": "structure",
780 "members": {
781 "signature": {},
782 "supportedLocales": {
783 "shape": "S2j"
784 }
785 }
786 }
787 },
788 "nextToken": {}
789 }
790 }
791 },
792 "GetBuiltinSlotTypes": {
793 "http": {
794 "method": "GET",
795 "requestUri": "/builtins/slottypes/",
796 "responseCode": 200
797 },
798 "input": {
799 "type": "structure",
800 "members": {
801 "locale": {
802 "location": "querystring",
803 "locationName": "locale"
804 },
805 "signatureContains": {
806 "location": "querystring",
807 "locationName": "signatureContains"
808 },
809 "nextToken": {
810 "location": "querystring",
811 "locationName": "nextToken"
812 },
813 "maxResults": {
814 "location": "querystring",
815 "locationName": "maxResults",
816 "type": "integer"
817 }
818 }
819 },
820 "output": {
821 "type": "structure",
822 "members": {
823 "slotTypes": {
824 "type": "list",
825 "member": {
826 "type": "structure",
827 "members": {
828 "signature": {},
829 "supportedLocales": {
830 "shape": "S2j"
831 }
832 }
833 }
834 },
835 "nextToken": {}
836 }
837 }
838 },
839 "GetExport": {
840 "http": {
841 "method": "GET",
842 "requestUri": "/exports/",
843 "responseCode": 200
844 },
845 "input": {
846 "type": "structure",
847 "required": [
848 "name",
849 "version",
850 "resourceType",
851 "exportType"
852 ],
853 "members": {
854 "name": {
855 "location": "querystring",
856 "locationName": "name"
857 },
858 "version": {
859 "location": "querystring",
860 "locationName": "version"
861 },
862 "resourceType": {
863 "location": "querystring",
864 "locationName": "resourceType"
865 },
866 "exportType": {
867 "location": "querystring",
868 "locationName": "exportType"
869 }
870 }
871 },
872 "output": {
873 "type": "structure",
874 "members": {
875 "name": {},
876 "version": {},
877 "resourceType": {},
878 "exportType": {},
879 "exportStatus": {},
880 "failureReason": {},
881 "url": {}
882 }
883 }
884 },
885 "GetImport": {
886 "http": {
887 "method": "GET",
888 "requestUri": "/imports/{importId}",
889 "responseCode": 200
890 },
891 "input": {
892 "type": "structure",
893 "required": [
894 "importId"
895 ],
896 "members": {
897 "importId": {
898 "location": "uri",
899 "locationName": "importId"
900 }
901 }
902 },
903 "output": {
904 "type": "structure",
905 "members": {
906 "name": {},
907 "resourceType": {},
908 "mergeStrategy": {},
909 "importId": {},
910 "importStatus": {},
911 "failureReason": {
912 "type": "list",
913 "member": {}
914 },
915 "createdDate": {
916 "type": "timestamp"
917 }
918 }
919 }
920 },
921 "GetIntent": {
922 "http": {
923 "method": "GET",
924 "requestUri": "/intents/{name}/versions/{version}",
925 "responseCode": 200
926 },
927 "input": {
928 "type": "structure",
929 "required": [
930 "name",
931 "version"
932 ],
933 "members": {
934 "name": {
935 "location": "uri",
936 "locationName": "name"
937 },
938 "version": {
939 "location": "uri",
940 "locationName": "version"
941 }
942 }
943 },
944 "output": {
945 "type": "structure",
946 "members": {
947 "name": {},
948 "description": {},
949 "slots": {
950 "shape": "Sq"
951 },
952 "sampleUtterances": {
953 "shape": "Sy"
954 },
955 "confirmationPrompt": {
956 "shape": "Sa"
957 },
958 "rejectionStatement": {
959 "shape": "Si"
960 },
961 "followUpPrompt": {
962 "shape": "Sz"
963 },
964 "conclusionStatement": {
965 "shape": "Si"
966 },
967 "dialogCodeHook": {
968 "shape": "S10"
969 },
970 "fulfillmentActivity": {
971 "shape": "S13"
972 },
973 "parentIntentSignature": {},
974 "lastUpdatedDate": {
975 "type": "timestamp"
976 },
977 "createdDate": {
978 "type": "timestamp"
979 },
980 "version": {},
981 "checksum": {}
982 }
983 }
984 },
985 "GetIntentVersions": {
986 "http": {
987 "method": "GET",
988 "requestUri": "/intents/{name}/versions/",
989 "responseCode": 200
990 },
991 "input": {
992 "type": "structure",
993 "required": [
994 "name"
995 ],
996 "members": {
997 "name": {
998 "location": "uri",
999 "locationName": "name"
1000 },
1001 "nextToken": {
1002 "location": "querystring",
1003 "locationName": "nextToken"
1004 },
1005 "maxResults": {
1006 "location": "querystring",
1007 "locationName": "maxResults",
1008 "type": "integer"
1009 }
1010 }
1011 },
1012 "output": {
1013 "type": "structure",
1014 "members": {
1015 "intents": {
1016 "shape": "S3a"
1017 },
1018 "nextToken": {}
1019 }
1020 }
1021 },
1022 "GetIntents": {
1023 "http": {
1024 "method": "GET",
1025 "requestUri": "/intents/",
1026 "responseCode": 200
1027 },
1028 "input": {
1029 "type": "structure",
1030 "members": {
1031 "nextToken": {
1032 "location": "querystring",
1033 "locationName": "nextToken"
1034 },
1035 "maxResults": {
1036 "location": "querystring",
1037 "locationName": "maxResults",
1038 "type": "integer"
1039 },
1040 "nameContains": {
1041 "location": "querystring",
1042 "locationName": "nameContains"
1043 }
1044 }
1045 },
1046 "output": {
1047 "type": "structure",
1048 "members": {
1049 "intents": {
1050 "shape": "S3a"
1051 },
1052 "nextToken": {}
1053 }
1054 }
1055 },
1056 "GetSlotType": {
1057 "http": {
1058 "method": "GET",
1059 "requestUri": "/slottypes/{name}/versions/{version}",
1060 "responseCode": 200
1061 },
1062 "input": {
1063 "type": "structure",
1064 "required": [
1065 "name",
1066 "version"
1067 ],
1068 "members": {
1069 "name": {
1070 "location": "uri",
1071 "locationName": "name"
1072 },
1073 "version": {
1074 "location": "uri",
1075 "locationName": "version"
1076 }
1077 }
1078 },
1079 "output": {
1080 "type": "structure",
1081 "members": {
1082 "name": {},
1083 "description": {},
1084 "enumerationValues": {
1085 "shape": "S19"
1086 },
1087 "lastUpdatedDate": {
1088 "type": "timestamp"
1089 },
1090 "createdDate": {
1091 "type": "timestamp"
1092 },
1093 "version": {},
1094 "checksum": {},
1095 "valueSelectionStrategy": {}
1096 }
1097 }
1098 },
1099 "GetSlotTypeVersions": {
1100 "http": {
1101 "method": "GET",
1102 "requestUri": "/slottypes/{name}/versions/",
1103 "responseCode": 200
1104 },
1105 "input": {
1106 "type": "structure",
1107 "required": [
1108 "name"
1109 ],
1110 "members": {
1111 "name": {
1112 "location": "uri",
1113 "locationName": "name"
1114 },
1115 "nextToken": {
1116 "location": "querystring",
1117 "locationName": "nextToken"
1118 },
1119 "maxResults": {
1120 "location": "querystring",
1121 "locationName": "maxResults",
1122 "type": "integer"
1123 }
1124 }
1125 },
1126 "output": {
1127 "type": "structure",
1128 "members": {
1129 "slotTypes": {
1130 "shape": "S3i"
1131 },
1132 "nextToken": {}
1133 }
1134 }
1135 },
1136 "GetSlotTypes": {
1137 "http": {
1138 "method": "GET",
1139 "requestUri": "/slottypes/",
1140 "responseCode": 200
1141 },
1142 "input": {
1143 "type": "structure",
1144 "members": {
1145 "nextToken": {
1146 "location": "querystring",
1147 "locationName": "nextToken"
1148 },
1149 "maxResults": {
1150 "location": "querystring",
1151 "locationName": "maxResults",
1152 "type": "integer"
1153 },
1154 "nameContains": {
1155 "location": "querystring",
1156 "locationName": "nameContains"
1157 }
1158 }
1159 },
1160 "output": {
1161 "type": "structure",
1162 "members": {
1163 "slotTypes": {
1164 "shape": "S3i"
1165 },
1166 "nextToken": {}
1167 }
1168 }
1169 },
1170 "GetUtterancesView": {
1171 "http": {
1172 "method": "GET",
1173 "requestUri": "/bots/{botname}/utterances?view=aggregation",
1174 "responseCode": 200
1175 },
1176 "input": {
1177 "type": "structure",
1178 "required": [
1179 "botName",
1180 "botVersions",
1181 "statusType"
1182 ],
1183 "members": {
1184 "botName": {
1185 "location": "uri",
1186 "locationName": "botname"
1187 },
1188 "botVersions": {
1189 "location": "querystring",
1190 "locationName": "bot_versions",
1191 "type": "list",
1192 "member": {}
1193 },
1194 "statusType": {
1195 "location": "querystring",
1196 "locationName": "status_type"
1197 }
1198 }
1199 },
1200 "output": {
1201 "type": "structure",
1202 "members": {
1203 "botName": {},
1204 "utterances": {
1205 "type": "list",
1206 "member": {
1207 "type": "structure",
1208 "members": {
1209 "botVersion": {},
1210 "utterances": {
1211 "type": "list",
1212 "member": {
1213 "type": "structure",
1214 "members": {
1215 "utteranceString": {},
1216 "count": {
1217 "type": "integer"
1218 },
1219 "distinctUsers": {
1220 "type": "integer"
1221 },
1222 "firstUtteredDate": {
1223 "type": "timestamp"
1224 },
1225 "lastUtteredDate": {
1226 "type": "timestamp"
1227 }
1228 }
1229 }
1230 }
1231 }
1232 }
1233 }
1234 }
1235 }
1236 },
1237 "PutBot": {
1238 "http": {
1239 "method": "PUT",
1240 "requestUri": "/bots/{name}/versions/$LATEST",
1241 "responseCode": 200
1242 },
1243 "input": {
1244 "type": "structure",
1245 "required": [
1246 "name",
1247 "locale",
1248 "childDirected"
1249 ],
1250 "members": {
1251 "name": {
1252 "location": "uri",
1253 "locationName": "name"
1254 },
1255 "description": {},
1256 "intents": {
1257 "shape": "S6"
1258 },
1259 "clarificationPrompt": {
1260 "shape": "Sa"
1261 },
1262 "abortStatement": {
1263 "shape": "Si"
1264 },
1265 "idleSessionTTLInSeconds": {
1266 "type": "integer"
1267 },
1268 "voiceId": {},
1269 "checksum": {},
1270 "processBehavior": {},
1271 "locale": {},
1272 "childDirected": {
1273 "type": "boolean"
1274 },
1275 "createVersion": {
1276 "type": "boolean"
1277 }
1278 }
1279 },
1280 "output": {
1281 "type": "structure",
1282 "members": {
1283 "name": {},
1284 "description": {},
1285 "intents": {
1286 "shape": "S6"
1287 },
1288 "clarificationPrompt": {
1289 "shape": "Sa"
1290 },
1291 "abortStatement": {
1292 "shape": "Si"
1293 },
1294 "status": {},
1295 "failureReason": {},
1296 "lastUpdatedDate": {
1297 "type": "timestamp"
1298 },
1299 "createdDate": {
1300 "type": "timestamp"
1301 },
1302 "idleSessionTTLInSeconds": {
1303 "type": "integer"
1304 },
1305 "voiceId": {},
1306 "checksum": {},
1307 "version": {},
1308 "locale": {},
1309 "childDirected": {
1310 "type": "boolean"
1311 },
1312 "createVersion": {
1313 "type": "boolean"
1314 }
1315 }
1316 }
1317 },
1318 "PutBotAlias": {
1319 "http": {
1320 "method": "PUT",
1321 "requestUri": "/bots/{botName}/aliases/{name}",
1322 "responseCode": 200
1323 },
1324 "input": {
1325 "type": "structure",
1326 "required": [
1327 "name",
1328 "botVersion",
1329 "botName"
1330 ],
1331 "members": {
1332 "name": {
1333 "location": "uri",
1334 "locationName": "name"
1335 },
1336 "description": {},
1337 "botVersion": {},
1338 "botName": {
1339 "location": "uri",
1340 "locationName": "botName"
1341 },
1342 "checksum": {}
1343 }
1344 },
1345 "output": {
1346 "type": "structure",
1347 "members": {
1348 "name": {},
1349 "description": {},
1350 "botVersion": {},
1351 "botName": {},
1352 "lastUpdatedDate": {
1353 "type": "timestamp"
1354 },
1355 "createdDate": {
1356 "type": "timestamp"
1357 },
1358 "checksum": {}
1359 }
1360 }
1361 },
1362 "PutIntent": {
1363 "http": {
1364 "method": "PUT",
1365 "requestUri": "/intents/{name}/versions/$LATEST",
1366 "responseCode": 200
1367 },
1368 "input": {
1369 "type": "structure",
1370 "required": [
1371 "name"
1372 ],
1373 "members": {
1374 "name": {
1375 "location": "uri",
1376 "locationName": "name"
1377 },
1378 "description": {},
1379 "slots": {
1380 "shape": "Sq"
1381 },
1382 "sampleUtterances": {
1383 "shape": "Sy"
1384 },
1385 "confirmationPrompt": {
1386 "shape": "Sa"
1387 },
1388 "rejectionStatement": {
1389 "shape": "Si"
1390 },
1391 "followUpPrompt": {
1392 "shape": "Sz"
1393 },
1394 "conclusionStatement": {
1395 "shape": "Si"
1396 },
1397 "dialogCodeHook": {
1398 "shape": "S10"
1399 },
1400 "fulfillmentActivity": {
1401 "shape": "S13"
1402 },
1403 "parentIntentSignature": {},
1404 "checksum": {},
1405 "createVersion": {
1406 "type": "boolean"
1407 }
1408 }
1409 },
1410 "output": {
1411 "type": "structure",
1412 "members": {
1413 "name": {},
1414 "description": {},
1415 "slots": {
1416 "shape": "Sq"
1417 },
1418 "sampleUtterances": {
1419 "shape": "Sy"
1420 },
1421 "confirmationPrompt": {
1422 "shape": "Sa"
1423 },
1424 "rejectionStatement": {
1425 "shape": "Si"
1426 },
1427 "followUpPrompt": {
1428 "shape": "Sz"
1429 },
1430 "conclusionStatement": {
1431 "shape": "Si"
1432 },
1433 "dialogCodeHook": {
1434 "shape": "S10"
1435 },
1436 "fulfillmentActivity": {
1437 "shape": "S13"
1438 },
1439 "parentIntentSignature": {},
1440 "lastUpdatedDate": {
1441 "type": "timestamp"
1442 },
1443 "createdDate": {
1444 "type": "timestamp"
1445 },
1446 "version": {},
1447 "checksum": {},
1448 "createVersion": {
1449 "type": "boolean"
1450 }
1451 }
1452 }
1453 },
1454 "PutSlotType": {
1455 "http": {
1456 "method": "PUT",
1457 "requestUri": "/slottypes/{name}/versions/$LATEST",
1458 "responseCode": 200
1459 },
1460 "input": {
1461 "type": "structure",
1462 "required": [
1463 "name"
1464 ],
1465 "members": {
1466 "name": {
1467 "location": "uri",
1468 "locationName": "name"
1469 },
1470 "description": {},
1471 "enumerationValues": {
1472 "shape": "S19"
1473 },
1474 "checksum": {},
1475 "valueSelectionStrategy": {},
1476 "createVersion": {
1477 "type": "boolean"
1478 }
1479 }
1480 },
1481 "output": {
1482 "type": "structure",
1483 "members": {
1484 "name": {},
1485 "description": {},
1486 "enumerationValues": {
1487 "shape": "S19"
1488 },
1489 "lastUpdatedDate": {
1490 "type": "timestamp"
1491 },
1492 "createdDate": {
1493 "type": "timestamp"
1494 },
1495 "version": {},
1496 "checksum": {},
1497 "valueSelectionStrategy": {},
1498 "createVersion": {
1499 "type": "boolean"
1500 }
1501 }
1502 }
1503 },
1504 "StartImport": {
1505 "http": {
1506 "requestUri": "/imports/",
1507 "responseCode": 201
1508 },
1509 "input": {
1510 "type": "structure",
1511 "required": [
1512 "payload",
1513 "resourceType",
1514 "mergeStrategy"
1515 ],
1516 "members": {
1517 "payload": {
1518 "type": "blob"
1519 },
1520 "resourceType": {},
1521 "mergeStrategy": {}
1522 }
1523 },
1524 "output": {
1525 "type": "structure",
1526 "members": {
1527 "name": {},
1528 "resourceType": {},
1529 "mergeStrategy": {},
1530 "importId": {},
1531 "importStatus": {},
1532 "createdDate": {
1533 "type": "timestamp"
1534 }
1535 }
1536 }
1537 }
1538 },
1539 "shapes": {
1540 "S6": {
1541 "type": "list",
1542 "member": {
1543 "type": "structure",
1544 "required": [
1545 "intentName",
1546 "intentVersion"
1547 ],
1548 "members": {
1549 "intentName": {},
1550 "intentVersion": {}
1551 }
1552 }
1553 },
1554 "Sa": {
1555 "type": "structure",
1556 "required": [
1557 "messages",
1558 "maxAttempts"
1559 ],
1560 "members": {
1561 "messages": {
1562 "shape": "Sb"
1563 },
1564 "maxAttempts": {
1565 "type": "integer"
1566 },
1567 "responseCard": {}
1568 }
1569 },
1570 "Sb": {
1571 "type": "list",
1572 "member": {
1573 "type": "structure",
1574 "required": [
1575 "contentType",
1576 "content"
1577 ],
1578 "members": {
1579 "contentType": {},
1580 "content": {},
1581 "groupNumber": {
1582 "type": "integer"
1583 }
1584 }
1585 }
1586 },
1587 "Si": {
1588 "type": "structure",
1589 "required": [
1590 "messages"
1591 ],
1592 "members": {
1593 "messages": {
1594 "shape": "Sb"
1595 },
1596 "responseCard": {}
1597 }
1598 },
1599 "Sq": {
1600 "type": "list",
1601 "member": {
1602 "type": "structure",
1603 "required": [
1604 "name",
1605 "slotConstraint"
1606 ],
1607 "members": {
1608 "name": {},
1609 "description": {},
1610 "slotConstraint": {},
1611 "slotType": {},
1612 "slotTypeVersion": {},
1613 "valueElicitationPrompt": {
1614 "shape": "Sa"
1615 },
1616 "priority": {
1617 "type": "integer"
1618 },
1619 "sampleUtterances": {
1620 "type": "list",
1621 "member": {}
1622 },
1623 "responseCard": {}
1624 }
1625 }
1626 },
1627 "Sy": {
1628 "type": "list",
1629 "member": {}
1630 },
1631 "Sz": {
1632 "type": "structure",
1633 "required": [
1634 "prompt",
1635 "rejectionStatement"
1636 ],
1637 "members": {
1638 "prompt": {
1639 "shape": "Sa"
1640 },
1641 "rejectionStatement": {
1642 "shape": "Si"
1643 }
1644 }
1645 },
1646 "S10": {
1647 "type": "structure",
1648 "required": [
1649 "uri",
1650 "messageVersion"
1651 ],
1652 "members": {
1653 "uri": {},
1654 "messageVersion": {}
1655 }
1656 },
1657 "S13": {
1658 "type": "structure",
1659 "required": [
1660 "type"
1661 ],
1662 "members": {
1663 "type": {},
1664 "codeHook": {
1665 "shape": "S10"
1666 }
1667 }
1668 },
1669 "S19": {
1670 "type": "list",
1671 "member": {
1672 "type": "structure",
1673 "required": [
1674 "value"
1675 ],
1676 "members": {
1677 "value": {},
1678 "synonyms": {
1679 "type": "list",
1680 "member": {}
1681 }
1682 }
1683 }
1684 },
1685 "S24": {
1686 "type": "map",
1687 "key": {},
1688 "value": {},
1689 "sensitive": true
1690 },
1691 "S2d": {
1692 "type": "list",
1693 "member": {
1694 "type": "structure",
1695 "members": {
1696 "name": {},
1697 "description": {},
1698 "status": {},
1699 "lastUpdatedDate": {
1700 "type": "timestamp"
1701 },
1702 "createdDate": {
1703 "type": "timestamp"
1704 },
1705 "version": {}
1706 }
1707 }
1708 },
1709 "S2j": {
1710 "type": "list",
1711 "member": {}
1712 },
1713 "S3a": {
1714 "type": "list",
1715 "member": {
1716 "type": "structure",
1717 "members": {
1718 "name": {},
1719 "description": {},
1720 "lastUpdatedDate": {
1721 "type": "timestamp"
1722 },
1723 "createdDate": {
1724 "type": "timestamp"
1725 },
1726 "version": {}
1727 }
1728 }
1729 },
1730 "S3i": {
1731 "type": "list",
1732 "member": {
1733 "type": "structure",
1734 "members": {
1735 "name": {},
1736 "description": {},
1737 "lastUpdatedDate": {
1738 "type": "timestamp"
1739 },
1740 "createdDate": {
1741 "type": "timestamp"
1742 },
1743 "version": {}
1744 }
1745 }
1746 }
1747 }
1748}
\No newline at end of file