@aws-sdk/client-lex-models-v2 3.278.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +571 -0
  2. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +6 -0
  5. package/dist-types/commands/BuildBotLocaleCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateBotAliasCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateBotCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateBotLocaleCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateBotVersionCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateExportCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateIntentCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSlotCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateSlotTypeCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateUploadUrlCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteBotAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteBotCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteBotVersionCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteExportCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteImportCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteIntentCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteSlotCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteUtterancesCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeBotAliasCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeBotCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeBotVersionCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeExportCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeImportCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeIntentCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeSlotCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +6 -0
  42. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +6 -0
  43. package/dist-types/commands/ListBotAliasesCommand.d.ts +6 -0
  44. package/dist-types/commands/ListBotLocalesCommand.d.ts +6 -0
  45. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListBotVersionsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListBotsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +6 -0
  50. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListExportsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListImportsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListIntentsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListSlotTypesCommand.d.ts +6 -0
  56. package/dist-types/commands/ListSlotsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  58. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +6 -0
  59. package/dist-types/commands/StartBotRecommendationCommand.d.ts +6 -0
  60. package/dist-types/commands/StartImportCommand.d.ts +6 -0
  61. package/dist-types/commands/StopBotRecommendationCommand.d.ts +6 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateBotAliasCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateBotCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateExportCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateIntentCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateSlotCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +6 -0
  73. package/package.json +6 -6
package/README.md CHANGED
@@ -203,3 +203,574 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ BatchCreateCustomVocabularyItem
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/batchcreatecustomvocabularyitemcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchcreatecustomvocabularyitemcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchcreatecustomvocabularyitemcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ BatchDeleteCustomVocabularyItem
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/batchdeletecustomvocabularyitemcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchdeletecustomvocabularyitemcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchdeletecustomvocabularyitemcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ BatchUpdateCustomVocabularyItem
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/batchupdatecustomvocabularyitemcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchupdatecustomvocabularyitemcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/batchupdatecustomvocabularyitemcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ BuildBotLocale
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/buildbotlocalecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/buildbotlocalecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/buildbotlocalecommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateBot
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createbotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateBotAlias
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createbotaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotaliascommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateBotLocale
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createbotlocalecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotlocalecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotlocalecommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateBotVersion
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createbotversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createbotversioncommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateExport
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createexportcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ CreateIntent
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createintentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createintentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createintentcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ CreateResourcePolicy
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createresourcepolicycommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateResourcePolicyStatement
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createresourcepolicystatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createresourcepolicystatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createresourcepolicystatementcommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ CreateSlot
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createslotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createslotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createslotcommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ CreateSlotType
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createslottypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createslottypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createslottypecommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ CreateUploadUrl
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/createuploadurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createuploadurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/createuploadurlcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ DeleteBot
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deletebotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteBotAlias
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deletebotaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotaliascommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ DeleteBotLocale
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deletebotlocalecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotlocalecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotlocalecommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DeleteBotVersion
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deletebotversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletebotversioncommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ DeleteCustomVocabulary
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deletecustomvocabularycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletecustomvocabularycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deletecustomvocabularycommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ DeleteExport
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteexportcommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ DeleteImport
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteimportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteimportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteimportcommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DeleteIntent
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteintentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteintentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteintentcommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ DeleteResourcePolicy
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteresourcepolicycommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ DeleteResourcePolicyStatement
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteresourcepolicystatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteresourcepolicystatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteresourcepolicystatementcommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ DeleteSlot
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteslotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteslotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteslotcommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ DeleteSlotType
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteslottypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteslottypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteslottypecommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ DeleteUtterances
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/deleteutterancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteutterancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/deleteutterancescommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ DescribeBot
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describebotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotcommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ DescribeBotAlias
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describebotaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotaliascommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ DescribeBotLocale
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describebotlocalecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotlocalecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotlocalecommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ DescribeBotRecommendation
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describebotrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotrecommendationcommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ DescribeBotVersion
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describebotversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describebotversioncommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ DescribeCustomVocabularyMetadata
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describecustomvocabularymetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describecustomvocabularymetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describecustomvocabularymetadatacommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ DescribeExport
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeexportcommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ DescribeImport
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeimportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeimportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeimportcommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ DescribeIntent
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeintentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeintentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeintentcommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ DescribeResourcePolicy
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeresourcepolicycommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ DescribeSlot
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeslotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeslotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeslotcommandoutput.html)
519
+
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ DescribeSlotType
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/describeslottypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeslottypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/describeslottypecommandoutput.html)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ ListAggregatedUtterances
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listaggregatedutterancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listaggregatedutterancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listaggregatedutterancescommandoutput.html)
535
+
536
+ </details>
537
+ <details>
538
+ <summary>
539
+ ListBotAliases
540
+ </summary>
541
+
542
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbotaliasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotaliasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotaliasescommandoutput.html)
543
+
544
+ </details>
545
+ <details>
546
+ <summary>
547
+ ListBotLocales
548
+ </summary>
549
+
550
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbotlocalescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotlocalescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotlocalescommandoutput.html)
551
+
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ ListBotRecommendations
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbotrecommendationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotrecommendationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotrecommendationscommandoutput.html)
559
+
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ ListBots
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotscommandoutput.html)
567
+
568
+ </details>
569
+ <details>
570
+ <summary>
571
+ ListBotVersions
572
+ </summary>
573
+
574
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbotversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbotversionscommandoutput.html)
575
+
576
+ </details>
577
+ <details>
578
+ <summary>
579
+ ListBuiltInIntents
580
+ </summary>
581
+
582
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbuiltinintentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbuiltinintentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbuiltinintentscommandoutput.html)
583
+
584
+ </details>
585
+ <details>
586
+ <summary>
587
+ ListBuiltInSlotTypes
588
+ </summary>
589
+
590
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listbuiltinslottypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbuiltinslottypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listbuiltinslottypescommandoutput.html)
591
+
592
+ </details>
593
+ <details>
594
+ <summary>
595
+ ListCustomVocabularyItems
596
+ </summary>
597
+
598
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listcustomvocabularyitemscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listcustomvocabularyitemscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listcustomvocabularyitemscommandoutput.html)
599
+
600
+ </details>
601
+ <details>
602
+ <summary>
603
+ ListExports
604
+ </summary>
605
+
606
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listexportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listexportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listexportscommandoutput.html)
607
+
608
+ </details>
609
+ <details>
610
+ <summary>
611
+ ListImports
612
+ </summary>
613
+
614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listimportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listimportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listimportscommandoutput.html)
615
+
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ ListIntents
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listintentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listintentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listintentscommandoutput.html)
623
+
624
+ </details>
625
+ <details>
626
+ <summary>
627
+ ListRecommendedIntents
628
+ </summary>
629
+
630
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listrecommendedintentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listrecommendedintentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listrecommendedintentscommandoutput.html)
631
+
632
+ </details>
633
+ <details>
634
+ <summary>
635
+ ListSlots
636
+ </summary>
637
+
638
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listslotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listslotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listslotscommandoutput.html)
639
+
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ ListSlotTypes
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listslottypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listslottypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listslottypescommandoutput.html)
647
+
648
+ </details>
649
+ <details>
650
+ <summary>
651
+ ListTagsForResource
652
+ </summary>
653
+
654
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/listtagsforresourcecommandoutput.html)
655
+
656
+ </details>
657
+ <details>
658
+ <summary>
659
+ SearchAssociatedTranscripts
660
+ </summary>
661
+
662
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/searchassociatedtranscriptscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/searchassociatedtranscriptscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/searchassociatedtranscriptscommandoutput.html)
663
+
664
+ </details>
665
+ <details>
666
+ <summary>
667
+ StartBotRecommendation
668
+ </summary>
669
+
670
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/startbotrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/startbotrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/startbotrecommendationcommandoutput.html)
671
+
672
+ </details>
673
+ <details>
674
+ <summary>
675
+ StartImport
676
+ </summary>
677
+
678
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/startimportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/startimportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/startimportcommandoutput.html)
679
+
680
+ </details>
681
+ <details>
682
+ <summary>
683
+ StopBotRecommendation
684
+ </summary>
685
+
686
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/stopbotrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/stopbotrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/stopbotrecommendationcommandoutput.html)
687
+
688
+ </details>
689
+ <details>
690
+ <summary>
691
+ TagResource
692
+ </summary>
693
+
694
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/tagresourcecommandoutput.html)
695
+
696
+ </details>
697
+ <details>
698
+ <summary>
699
+ UntagResource
700
+ </summary>
701
+
702
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/untagresourcecommandoutput.html)
703
+
704
+ </details>
705
+ <details>
706
+ <summary>
707
+ UpdateBot
708
+ </summary>
709
+
710
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updatebotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotcommandoutput.html)
711
+
712
+ </details>
713
+ <details>
714
+ <summary>
715
+ UpdateBotAlias
716
+ </summary>
717
+
718
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updatebotaliascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotaliascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotaliascommandoutput.html)
719
+
720
+ </details>
721
+ <details>
722
+ <summary>
723
+ UpdateBotLocale
724
+ </summary>
725
+
726
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updatebotlocalecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotlocalecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotlocalecommandoutput.html)
727
+
728
+ </details>
729
+ <details>
730
+ <summary>
731
+ UpdateBotRecommendation
732
+ </summary>
733
+
734
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updatebotrecommendationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotrecommendationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updatebotrecommendationcommandoutput.html)
735
+
736
+ </details>
737
+ <details>
738
+ <summary>
739
+ UpdateExport
740
+ </summary>
741
+
742
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updateexportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateexportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateexportcommandoutput.html)
743
+
744
+ </details>
745
+ <details>
746
+ <summary>
747
+ UpdateIntent
748
+ </summary>
749
+
750
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updateintentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateintentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateintentcommandoutput.html)
751
+
752
+ </details>
753
+ <details>
754
+ <summary>
755
+ UpdateResourcePolicy
756
+ </summary>
757
+
758
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updateresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateresourcepolicycommandoutput.html)
759
+
760
+ </details>
761
+ <details>
762
+ <summary>
763
+ UpdateSlot
764
+ </summary>
765
+
766
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updateslotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateslotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateslotcommandoutput.html)
767
+
768
+ </details>
769
+ <details>
770
+ <summary>
771
+ UpdateSlotType
772
+ </summary>
773
+
774
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/classes/updateslottypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateslottypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lex-models-v2/interfaces/updateslottypecommandoutput.html)
775
+
776
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { BatchCreateCustomVocabularyItemRequest, BatchCreateCustomVocabularyItemResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchCreateCustomVocabularyItemCommand}.
8
+ */
6
9
  export interface BatchCreateCustomVocabularyItemCommandInput extends BatchCreateCustomVocabularyItemRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchCreateCustomVocabularyItemCommand}.
13
+ */
8
14
  export interface BatchCreateCustomVocabularyItemCommandOutput extends BatchCreateCustomVocabularyItemResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { BatchDeleteCustomVocabularyItemRequest, BatchDeleteCustomVocabularyItemResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDeleteCustomVocabularyItemCommand}.
8
+ */
6
9
  export interface BatchDeleteCustomVocabularyItemCommandInput extends BatchDeleteCustomVocabularyItemRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeleteCustomVocabularyItemCommand}.
13
+ */
8
14
  export interface BatchDeleteCustomVocabularyItemCommandOutput extends BatchDeleteCustomVocabularyItemResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { BatchUpdateCustomVocabularyItemRequest, BatchUpdateCustomVocabularyItemResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchUpdateCustomVocabularyItemCommand}.
8
+ */
6
9
  export interface BatchUpdateCustomVocabularyItemCommandInput extends BatchUpdateCustomVocabularyItemRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchUpdateCustomVocabularyItemCommand}.
13
+ */
8
14
  export interface BatchUpdateCustomVocabularyItemCommandOutput extends BatchUpdateCustomVocabularyItemResponse, __MetadataBearer {
9
15
  }
10
16
  /**