@aws-sdk/client-lex-models-v2 3.296.0 → 3.298.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 (237) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -3
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +2 -3
  6. package/dist-cjs/commands/CreateBotCommand.js +2 -3
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -3
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +2 -3
  9. package/dist-cjs/commands/CreateExportCommand.js +1 -1
  10. package/dist-cjs/commands/CreateIntentCommand.js +2 -3
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -3
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -3
  13. package/dist-cjs/commands/CreateSlotCommand.js +2 -3
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -3
  15. package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteBotCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteExportCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteImportCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteIntentCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteSlotCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteSlotTypeCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeBotCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -3
  34. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  35. package/dist-cjs/commands/DescribeExportCommand.js +2 -3
  36. package/dist-cjs/commands/DescribeImportCommand.js +2 -3
  37. package/dist-cjs/commands/DescribeIntentCommand.js +2 -4
  38. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  39. package/dist-cjs/commands/DescribeSlotCommand.js +2 -4
  40. package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -3
  41. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -3
  42. package/dist-cjs/commands/ListBotAliasesCommand.js +2 -3
  43. package/dist-cjs/commands/ListBotLocalesCommand.js +2 -3
  44. package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -3
  45. package/dist-cjs/commands/ListBotVersionsCommand.js +2 -3
  46. package/dist-cjs/commands/ListBotsCommand.js +2 -3
  47. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -3
  48. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -3
  49. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +2 -3
  50. package/dist-cjs/commands/ListExportsCommand.js +2 -3
  51. package/dist-cjs/commands/ListImportsCommand.js +2 -3
  52. package/dist-cjs/commands/ListIntentsCommand.js +2 -3
  53. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -3
  54. package/dist-cjs/commands/ListSlotTypesCommand.js +2 -3
  55. package/dist-cjs/commands/ListSlotsCommand.js +2 -3
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  57. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  58. package/dist-cjs/commands/StartImportCommand.js +1 -1
  59. package/dist-cjs/commands/StopBotRecommendationCommand.js +2 -3
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -4
  61. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateBotCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -3
  65. package/dist-cjs/commands/UpdateExportCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateIntentCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateSlotCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -3
  70. package/dist-cjs/models/models_0.js +1 -933
  71. package/dist-cjs/models/models_1.js +1 -157
  72. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +2 -3
  73. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -3
  74. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -3
  75. package/dist-es/commands/BuildBotLocaleCommand.js +2 -3
  76. package/dist-es/commands/CreateBotAliasCommand.js +2 -3
  77. package/dist-es/commands/CreateBotCommand.js +2 -3
  78. package/dist-es/commands/CreateBotLocaleCommand.js +2 -3
  79. package/dist-es/commands/CreateBotVersionCommand.js +2 -3
  80. package/dist-es/commands/CreateExportCommand.js +2 -2
  81. package/dist-es/commands/CreateIntentCommand.js +2 -3
  82. package/dist-es/commands/CreateResourcePolicyCommand.js +2 -3
  83. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +2 -3
  84. package/dist-es/commands/CreateSlotCommand.js +2 -3
  85. package/dist-es/commands/CreateSlotTypeCommand.js +2 -3
  86. package/dist-es/commands/CreateUploadUrlCommand.js +2 -3
  87. package/dist-es/commands/DeleteBotAliasCommand.js +2 -3
  88. package/dist-es/commands/DeleteBotCommand.js +2 -3
  89. package/dist-es/commands/DeleteBotLocaleCommand.js +2 -3
  90. package/dist-es/commands/DeleteBotVersionCommand.js +2 -3
  91. package/dist-es/commands/DeleteCustomVocabularyCommand.js +2 -3
  92. package/dist-es/commands/DeleteExportCommand.js +2 -3
  93. package/dist-es/commands/DeleteImportCommand.js +2 -3
  94. package/dist-es/commands/DeleteIntentCommand.js +2 -3
  95. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  96. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +2 -3
  97. package/dist-es/commands/DeleteSlotCommand.js +2 -3
  98. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -3
  99. package/dist-es/commands/DeleteUtterancesCommand.js +2 -3
  100. package/dist-es/commands/DescribeBotAliasCommand.js +2 -3
  101. package/dist-es/commands/DescribeBotCommand.js +2 -3
  102. package/dist-es/commands/DescribeBotLocaleCommand.js +2 -3
  103. package/dist-es/commands/DescribeBotRecommendationCommand.js +2 -2
  104. package/dist-es/commands/DescribeBotVersionCommand.js +2 -3
  105. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +2 -3
  106. package/dist-es/commands/DescribeExportCommand.js +2 -3
  107. package/dist-es/commands/DescribeImportCommand.js +2 -3
  108. package/dist-es/commands/DescribeIntentCommand.js +2 -4
  109. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  110. package/dist-es/commands/DescribeSlotCommand.js +2 -4
  111. package/dist-es/commands/DescribeSlotTypeCommand.js +2 -3
  112. package/dist-es/commands/ListAggregatedUtterancesCommand.js +2 -3
  113. package/dist-es/commands/ListBotAliasesCommand.js +2 -3
  114. package/dist-es/commands/ListBotLocalesCommand.js +2 -3
  115. package/dist-es/commands/ListBotRecommendationsCommand.js +2 -3
  116. package/dist-es/commands/ListBotVersionsCommand.js +2 -3
  117. package/dist-es/commands/ListBotsCommand.js +2 -3
  118. package/dist-es/commands/ListBuiltInIntentsCommand.js +2 -3
  119. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +2 -3
  120. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +2 -3
  121. package/dist-es/commands/ListExportsCommand.js +2 -3
  122. package/dist-es/commands/ListImportsCommand.js +2 -3
  123. package/dist-es/commands/ListIntentsCommand.js +2 -3
  124. package/dist-es/commands/ListRecommendedIntentsCommand.js +2 -3
  125. package/dist-es/commands/ListSlotTypesCommand.js +2 -3
  126. package/dist-es/commands/ListSlotsCommand.js +2 -3
  127. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  128. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +2 -3
  129. package/dist-es/commands/StartImportCommand.js +2 -2
  130. package/dist-es/commands/StopBotRecommendationCommand.js +2 -3
  131. package/dist-es/commands/TagResourceCommand.js +2 -4
  132. package/dist-es/commands/UntagResourceCommand.js +2 -3
  133. package/dist-es/commands/UpdateBotAliasCommand.js +2 -3
  134. package/dist-es/commands/UpdateBotCommand.js +2 -3
  135. package/dist-es/commands/UpdateBotLocaleCommand.js +2 -3
  136. package/dist-es/commands/UpdateExportCommand.js +2 -2
  137. package/dist-es/commands/UpdateIntentCommand.js +2 -3
  138. package/dist-es/commands/UpdateResourcePolicyCommand.js +2 -3
  139. package/dist-es/commands/UpdateSlotCommand.js +2 -3
  140. package/dist-es/commands/UpdateSlotTypeCommand.js +2 -3
  141. package/dist-es/models/models_0.js +0 -696
  142. package/dist-es/models/models_1.js +0 -117
  143. package/dist-types/LexModelsV2.d.ts +72 -0
  144. package/dist-types/LexModelsV2Client.d.ts +24 -4
  145. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
  146. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
  147. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
  148. package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
  149. package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
  150. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  151. package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
  152. package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
  153. package/dist-types/commands/CreateExportCommand.d.ts +16 -0
  154. package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
  155. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
  156. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
  157. package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
  159. package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
  160. package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
  161. package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
  162. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
  163. package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
  164. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
  165. package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
  166. package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
  167. package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
  168. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  169. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
  170. package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
  171. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
  172. package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
  173. package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
  174. package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
  175. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
  176. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
  177. package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
  178. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
  179. package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
  182. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  183. package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
  184. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
  185. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -0
  186. package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
  188. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +16 -0
  189. package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
  190. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  191. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
  192. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
  193. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +16 -0
  194. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  195. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  196. package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -0
  198. package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
  199. package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
  200. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  201. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
  202. package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
  203. package/dist-types/commands/StartImportCommand.d.ts +16 -0
  204. package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
  205. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  206. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  207. package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
  208. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  209. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
  210. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
  211. package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
  212. package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
  213. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
  214. package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
  215. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
  216. package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
  217. package/dist-types/models/models_0.d.ts +640 -934
  218. package/dist-types/models/models_1.d.ts +98 -158
  219. package/dist-types/pagination/Interfaces.d.ts +3 -0
  220. package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
  221. package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
  222. package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
  223. package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
  224. package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
  225. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  226. package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
  227. package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
  228. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
  229. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  230. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  231. package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
  232. package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
  233. package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
  234. package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +0 -644
  236. package/dist-types/ts3.4/models/models_1.d.ts +0 -115
  237. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListRecommendedIntentsRequest, ListRecommendedIntentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecommendedIntentsCommand}.
8
10
  */
9
11
  export interface ListRecommendedIntentsCommandInput extends ListRecommendedIntentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecommendedIntentsCommand}.
13
17
  */
14
18
  export interface ListRecommendedIntentsCommandOutput extends ListRecommendedIntentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of recommended intents provided by the bot
18
23
  * recommendation that you can use in your bot. Intents in the
19
24
  * response are ordered by relevance.</p>
@@ -27,6 +32,8 @@ export interface ListRecommendedIntentsCommandOutput extends ListRecommendedInte
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListRecommendedIntentsCommandInput - {@link ListRecommendedIntentsCommandInput}
36
+ * @returns {@link ListRecommendedIntentsCommandOutput}
30
37
  * @see {@link ListRecommendedIntentsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListRecommendedIntentsCommandOutput} for command's `response` shape.
32
39
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface ListRecommendedIntentsCommandOutput extends ListRecommendedInte
55
62
  export declare class ListRecommendedIntentsCommand extends $Command<ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
56
63
  readonly input: ListRecommendedIntentsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ListRecommendedIntentsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListSlotTypesRequest, ListSlotTypesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSlotTypesCommand}.
8
10
  */
9
11
  export interface ListSlotTypesCommandInput extends ListSlotTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSlotTypesCommand}.
13
17
  */
14
18
  export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of slot types that match the specified criteria.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSlotTypesCommandInput - {@link ListSlotTypesCommandInput}
34
+ * @returns {@link ListSlotTypesCommandOutput}
28
35
  * @see {@link ListSlotTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSlotTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __Met
49
56
  export declare class ListSlotTypesCommand extends $Command<ListSlotTypesCommandInput, ListSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
50
57
  readonly input: ListSlotTypesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListSlotTypesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlotTypesCommandInput, ListSlotTypesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListSlotsRequest, ListSlotsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSlotsCommand}.
8
10
  */
9
11
  export interface ListSlotsCommandInput extends ListSlotsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSlotsCommand}.
13
17
  */
14
18
  export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of slots that match the specified criteria.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSlotsCommandInput - {@link ListSlotsCommandInput}
34
+ * @returns {@link ListSlotsCommandOutput}
28
35
  * @see {@link ListSlotsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSlotsCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBea
49
56
  export declare class ListSlotsCommand extends $Command<ListSlotsCommandInput, ListSlotsCommandOutput, LexModelsV2ClientResolvedConfig> {
50
57
  readonly input: ListSlotsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListSlotsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlotsCommandInput, ListSlotsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of tags associated with a resource. Only bots, bot
18
23
  * aliases, and bot channels can have tags associated with them.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
35
+ * @returns {@link ListTagsForResourceCommandOutput}
29
36
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -51,11 +58,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
51
58
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
52
59
  readonly input: ListTagsForResourceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: ListTagsForResourceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { SearchAssociatedTranscriptsRequest, SearchAssociatedTranscriptsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchAssociatedTranscriptsCommand}.
8
10
  */
9
11
  export interface SearchAssociatedTranscriptsCommandInput extends SearchAssociatedTranscriptsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchAssociatedTranscriptsCommand}.
13
17
  */
14
18
  export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociatedTranscriptsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Search for associated transcripts that meet the specified
18
23
  * criteria.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param SearchAssociatedTranscriptsCommandInput - {@link SearchAssociatedTranscriptsCommandInput}
35
+ * @returns {@link SearchAssociatedTranscriptsCommandOutput}
29
36
  * @see {@link SearchAssociatedTranscriptsCommandInput} for command's `input` shape.
30
37
  * @see {@link SearchAssociatedTranscriptsCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociat
54
61
  export declare class SearchAssociatedTranscriptsCommand extends $Command<SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput, LexModelsV2ClientResolvedConfig> {
55
62
  readonly input: SearchAssociatedTranscriptsCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: SearchAssociatedTranscriptsCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StartBotRecommendationRequest, StartBotRecommendationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartBotRecommendationCommand}.
8
10
  */
9
11
  export interface StartBotRecommendationCommandInput extends StartBotRecommendationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartBotRecommendationCommand}.
13
17
  */
14
18
  export interface StartBotRecommendationCommandOutput extends StartBotRecommendationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Use this to provide your transcript data, and to start the bot
18
23
  * recommendation process.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartBotRecommendationCommandOutput extends StartBotRecommendat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartBotRecommendationCommandInput - {@link StartBotRecommendationCommandInput}
35
+ * @returns {@link StartBotRecommendationCommandOutput}
29
36
  * @see {@link StartBotRecommendationCommandInput} for command's `input` shape.
30
37
  * @see {@link StartBotRecommendationCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -64,11 +71,20 @@ export interface StartBotRecommendationCommandOutput extends StartBotRecommendat
64
71
  export declare class StartBotRecommendationCommand extends $Command<StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
65
72
  readonly input: StartBotRecommendationCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: StartBotRecommendationCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StartImportRequest, StartImportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartImportCommand}.
8
10
  */
9
11
  export interface StartImportCommandInput extends StartImportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartImportCommand}.
13
17
  */
14
18
  export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts importing a bot, bot locale, or custom vocabulary from a zip
18
23
  * archive that you uploaded to an S3 bucket.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartImportCommandInput - {@link StartImportCommandInput}
35
+ * @returns {@link StartImportCommandOutput}
29
36
  * @see {@link StartImportCommandInput} for command's `input` shape.
30
37
  * @see {@link StartImportCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
59
66
  export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: StartImportCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: StartImportCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportCommandInput, StartImportCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StopBotRecommendationRequest, StopBotRecommendationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopBotRecommendationCommand}.
8
10
  */
9
11
  export interface StopBotRecommendationCommandInput extends StopBotRecommendationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopBotRecommendationCommand}.
13
17
  */
14
18
  export interface StopBotRecommendationCommandOutput extends StopBotRecommendationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stop an already running Bot Recommendation request.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopBotRecommendationCommandOutput extends StopBotRecommendatio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopBotRecommendationCommandInput - {@link StopBotRecommendationCommandInput}
34
+ * @returns {@link StopBotRecommendationCommandOutput}
28
35
  * @see {@link StopBotRecommendationCommandInput} for command's `input` shape.
29
36
  * @see {@link StopBotRecommendationCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -63,11 +70,20 @@ export interface StopBotRecommendationCommandOutput extends StopBotRecommendatio
63
70
  export declare class StopBotRecommendationCommand extends $Command<StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
64
71
  readonly input: StopBotRecommendationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: StopBotRecommendationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -5,16 +5,21 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  import { TagResourceRequest } from "../models/models_0";
6
6
  import { TagResourceResponse } from "../models/models_1";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link TagResourceCommand}.
9
11
  */
10
12
  export interface TagResourceCommandInput extends TagResourceRequest {
11
13
  }
12
14
  /**
15
+ * @public
16
+ *
13
17
  * The output of {@link TagResourceCommand}.
14
18
  */
15
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
16
20
  }
17
21
  /**
22
+ * @public
18
23
  * <p>Adds the specified tags to the specified resource. If a tag key
19
24
  * already exists, the existing value is replaced with the new
20
25
  * value.</p>
@@ -28,6 +33,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
37
+ * @returns {@link TagResourceCommandOutput}
31
38
  * @see {@link TagResourceCommandInput} for command's `input` shape.
32
39
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
33
40
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
53
60
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: TagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: TagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from a bot, bot alias, or bot channel.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
50
57
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
51
58
  readonly input: UntagResourceCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: UntagResourceCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotAliasRequest, UpdateBotAliasResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBotAliasCommand}.
8
10
  */
9
11
  export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBotAliasCommand}.
13
17
  */
14
18
  export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration of an existing bot alias.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBotAliasCommandInput - {@link UpdateBotAliasCommandInput}
34
+ * @returns {@link UpdateBotAliasCommandOutput}
28
35
  * @see {@link UpdateBotAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBotAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __M
59
66
  export declare class UpdateBotAliasCommand extends $Command<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateBotAliasCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateBotAliasCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotRequest, UpdateBotResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBotCommand}.
8
10
  */
9
11
  export interface UpdateBotCommandInput extends UpdateBotRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBotCommand}.
13
17
  */
14
18
  export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration of an existing bot. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBotCommandInput - {@link UpdateBotCommandInput}
34
+ * @returns {@link UpdateBotCommandOutput}
28
35
  * @see {@link UpdateBotCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBotCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
59
66
  export declare class UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateBotCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateBotCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotCommandInput, UpdateBotCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBotLocaleCommand}.
8
10
  */
9
11
  export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBotLocaleCommand}.
13
17
  */
14
18
  export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the settings that a bot has for a specific locale.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBotLocaleCommandInput - {@link UpdateBotLocaleCommandInput}
34
+ * @returns {@link UpdateBotLocaleCommandOutput}
28
35
  * @see {@link UpdateBotLocaleCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBotLocaleCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, _
59
66
  export declare class UpdateBotLocaleCommand extends $Command<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
60
67
  readonly input: UpdateBotLocaleCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateBotLocaleCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }