@aws-sdk/client-lex-models-v2 3.1005.0 → 3.1007.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.
- package/README.md +35 -0
- package/dist-cjs/index.js +96 -0
- package/dist-cjs/schemas/schemas_0.js +138 -23
- package/dist-es/LexModelsV2.js +14 -0
- package/dist-es/commands/DeleteBotAnalyzerRecommendationCommand.js +16 -0
- package/dist-es/commands/DescribeBotAnalyzerRecommendationCommand.js +16 -0
- package/dist-es/commands/ListBotAnalyzerHistoryCommand.js +16 -0
- package/dist-es/commands/StartBotAnalyzerCommand.js +16 -0
- package/dist-es/commands/StopBotAnalyzerCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +15 -0
- package/dist-es/pagination/DescribeBotAnalyzerRecommendationPaginator.js +4 -0
- package/dist-es/pagination/ListBotAnalyzerHistoryPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +127 -12
- package/dist-types/LexModelsV2.d.ts +49 -0
- package/dist-types/LexModelsV2Client.d.ts +7 -2
- package/dist-types/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +90 -0
- package/dist-types/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +111 -0
- package/dist-types/commands/ListBotAnalyzerHistoryCommand.d.ts +105 -0
- package/dist-types/commands/StartBotAnalyzerCommand.d.ts +104 -0
- package/dist-types/commands/StopBotAnalyzerCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +39 -0
- package/dist-types/models/models_0.d.ts +160 -164
- package/dist-types/models/models_1.d.ts +336 -2
- package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +105 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBotAnalyzerHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartBotAnalyzerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopBotAnalyzerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -47
- package/dist-types/ts3.4/models/models_1.d.ts +89 -5
- package/dist-types/ts3.4/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBotAnalyzerHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -334,6 +334,13 @@ DeleteBotAlias
|
|
|
334
334
|
</details>
|
|
335
335
|
<details>
|
|
336
336
|
<summary>
|
|
337
|
+
DeleteBotAnalyzerRecommendation
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-models-v2/command/DeleteBotAnalyzerRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/DeleteBotAnalyzerRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/DeleteBotAnalyzerRecommendationCommandOutput/)
|
|
341
|
+
</details>
|
|
342
|
+
<details>
|
|
343
|
+
<summary>
|
|
337
344
|
DeleteBotLocale
|
|
338
345
|
</summary>
|
|
339
346
|
|
|
@@ -439,6 +446,13 @@ DescribeBotAlias
|
|
|
439
446
|
</details>
|
|
440
447
|
<details>
|
|
441
448
|
<summary>
|
|
449
|
+
DescribeBotAnalyzerRecommendation
|
|
450
|
+
</summary>
|
|
451
|
+
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-models-v2/command/DescribeBotAnalyzerRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/DescribeBotAnalyzerRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/DescribeBotAnalyzerRecommendationCommandOutput/)
|
|
453
|
+
</details>
|
|
454
|
+
<details>
|
|
455
|
+
<summary>
|
|
442
456
|
DescribeBotLocale
|
|
443
457
|
</summary>
|
|
444
458
|
|
|
@@ -586,6 +600,13 @@ ListBotAliasReplicas
|
|
|
586
600
|
</details>
|
|
587
601
|
<details>
|
|
588
602
|
<summary>
|
|
603
|
+
ListBotAnalyzerHistory
|
|
604
|
+
</summary>
|
|
605
|
+
|
|
606
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-models-v2/command/ListBotAnalyzerHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/ListBotAnalyzerHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/ListBotAnalyzerHistoryCommandOutput/)
|
|
607
|
+
</details>
|
|
608
|
+
<details>
|
|
609
|
+
<summary>
|
|
589
610
|
ListBotLocales
|
|
590
611
|
</summary>
|
|
591
612
|
|
|
@@ -789,6 +810,13 @@ SearchAssociatedTranscripts
|
|
|
789
810
|
</details>
|
|
790
811
|
<details>
|
|
791
812
|
<summary>
|
|
813
|
+
StartBotAnalyzer
|
|
814
|
+
</summary>
|
|
815
|
+
|
|
816
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-models-v2/command/StartBotAnalyzerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/StartBotAnalyzerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/StartBotAnalyzerCommandOutput/)
|
|
817
|
+
</details>
|
|
818
|
+
<details>
|
|
819
|
+
<summary>
|
|
792
820
|
StartBotRecommendation
|
|
793
821
|
</summary>
|
|
794
822
|
|
|
@@ -824,6 +852,13 @@ StartTestSetGeneration
|
|
|
824
852
|
</details>
|
|
825
853
|
<details>
|
|
826
854
|
<summary>
|
|
855
|
+
StopBotAnalyzer
|
|
856
|
+
</summary>
|
|
857
|
+
|
|
858
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lex-models-v2/command/StopBotAnalyzerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/StopBotAnalyzerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lex-models-v2/Interface/StopBotAnalyzerCommandOutput/)
|
|
859
|
+
</details>
|
|
860
|
+
<details>
|
|
861
|
+
<summary>
|
|
827
862
|
StopBotRecommendation
|
|
828
863
|
</summary>
|
|
829
864
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -330,6 +330,18 @@ class DeleteBotAliasCommand extends smithyClient.Command
|
|
|
330
330
|
.build() {
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
+
class DeleteBotAnalyzerRecommendationCommand extends smithyClient.Command
|
|
334
|
+
.classBuilder()
|
|
335
|
+
.ep(commonParams)
|
|
336
|
+
.m(function (Command, cs, config, o) {
|
|
337
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
|
+
})
|
|
339
|
+
.s("LexModelBuildingServiceV2", "DeleteBotAnalyzerRecommendation", {})
|
|
340
|
+
.n("LexModelsV2Client", "DeleteBotAnalyzerRecommendationCommand")
|
|
341
|
+
.sc(schemas_0.DeleteBotAnalyzerRecommendation$)
|
|
342
|
+
.build() {
|
|
343
|
+
}
|
|
344
|
+
|
|
333
345
|
class DeleteBotCommand extends smithyClient.Command
|
|
334
346
|
.classBuilder()
|
|
335
347
|
.ep(commonParams)
|
|
@@ -510,6 +522,18 @@ class DescribeBotAliasCommand extends smithyClient.Command
|
|
|
510
522
|
.build() {
|
|
511
523
|
}
|
|
512
524
|
|
|
525
|
+
class DescribeBotAnalyzerRecommendationCommand extends smithyClient.Command
|
|
526
|
+
.classBuilder()
|
|
527
|
+
.ep(commonParams)
|
|
528
|
+
.m(function (Command, cs, config, o) {
|
|
529
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
|
+
})
|
|
531
|
+
.s("LexModelBuildingServiceV2", "DescribeBotAnalyzerRecommendation", {})
|
|
532
|
+
.n("LexModelsV2Client", "DescribeBotAnalyzerRecommendationCommand")
|
|
533
|
+
.sc(schemas_0.DescribeBotAnalyzerRecommendation$)
|
|
534
|
+
.build() {
|
|
535
|
+
}
|
|
536
|
+
|
|
513
537
|
class DescribeBotCommand extends smithyClient.Command
|
|
514
538
|
.classBuilder()
|
|
515
539
|
.ep(commonParams)
|
|
@@ -774,6 +798,18 @@ class ListBotAliasReplicasCommand extends smithyClient.Command
|
|
|
774
798
|
.build() {
|
|
775
799
|
}
|
|
776
800
|
|
|
801
|
+
class ListBotAnalyzerHistoryCommand extends smithyClient.Command
|
|
802
|
+
.classBuilder()
|
|
803
|
+
.ep(commonParams)
|
|
804
|
+
.m(function (Command, cs, config, o) {
|
|
805
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
|
+
})
|
|
807
|
+
.s("LexModelBuildingServiceV2", "ListBotAnalyzerHistory", {})
|
|
808
|
+
.n("LexModelsV2Client", "ListBotAnalyzerHistoryCommand")
|
|
809
|
+
.sc(schemas_0.ListBotAnalyzerHistory$)
|
|
810
|
+
.build() {
|
|
811
|
+
}
|
|
812
|
+
|
|
777
813
|
class ListBotLocalesCommand extends smithyClient.Command
|
|
778
814
|
.classBuilder()
|
|
779
815
|
.ep(commonParams)
|
|
@@ -1122,6 +1158,18 @@ class SearchAssociatedTranscriptsCommand extends smithyClient.Command
|
|
|
1122
1158
|
.build() {
|
|
1123
1159
|
}
|
|
1124
1160
|
|
|
1161
|
+
class StartBotAnalyzerCommand extends smithyClient.Command
|
|
1162
|
+
.classBuilder()
|
|
1163
|
+
.ep(commonParams)
|
|
1164
|
+
.m(function (Command, cs, config, o) {
|
|
1165
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
|
+
})
|
|
1167
|
+
.s("LexModelBuildingServiceV2", "StartBotAnalyzer", {})
|
|
1168
|
+
.n("LexModelsV2Client", "StartBotAnalyzerCommand")
|
|
1169
|
+
.sc(schemas_0.StartBotAnalyzer$)
|
|
1170
|
+
.build() {
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1125
1173
|
class StartBotRecommendationCommand extends smithyClient.Command
|
|
1126
1174
|
.classBuilder()
|
|
1127
1175
|
.ep(commonParams)
|
|
@@ -1182,6 +1230,18 @@ class StartTestSetGenerationCommand extends smithyClient.Command
|
|
|
1182
1230
|
.build() {
|
|
1183
1231
|
}
|
|
1184
1232
|
|
|
1233
|
+
class StopBotAnalyzerCommand extends smithyClient.Command
|
|
1234
|
+
.classBuilder()
|
|
1235
|
+
.ep(commonParams)
|
|
1236
|
+
.m(function (Command, cs, config, o) {
|
|
1237
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
|
+
})
|
|
1239
|
+
.s("LexModelBuildingServiceV2", "StopBotAnalyzer", {})
|
|
1240
|
+
.n("LexModelsV2Client", "StopBotAnalyzerCommand")
|
|
1241
|
+
.sc(schemas_0.StopBotAnalyzer$)
|
|
1242
|
+
.build() {
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1185
1245
|
class StopBotRecommendationCommand extends smithyClient.Command
|
|
1186
1246
|
.classBuilder()
|
|
1187
1247
|
.ep(commonParams)
|
|
@@ -1338,12 +1398,16 @@ class UpdateTestSetCommand extends smithyClient.Command
|
|
|
1338
1398
|
.build() {
|
|
1339
1399
|
}
|
|
1340
1400
|
|
|
1401
|
+
const paginateDescribeBotAnalyzerRecommendation = core.createPaginator(LexModelsV2Client, DescribeBotAnalyzerRecommendationCommand, "nextToken", "nextToken", "maxResults");
|
|
1402
|
+
|
|
1341
1403
|
const paginateListAggregatedUtterances = core.createPaginator(LexModelsV2Client, ListAggregatedUtterancesCommand, "nextToken", "nextToken", "maxResults");
|
|
1342
1404
|
|
|
1343
1405
|
const paginateListBotAliases = core.createPaginator(LexModelsV2Client, ListBotAliasesCommand, "nextToken", "nextToken", "maxResults");
|
|
1344
1406
|
|
|
1345
1407
|
const paginateListBotAliasReplicas = core.createPaginator(LexModelsV2Client, ListBotAliasReplicasCommand, "nextToken", "nextToken", "maxResults");
|
|
1346
1408
|
|
|
1409
|
+
const paginateListBotAnalyzerHistory = core.createPaginator(LexModelsV2Client, ListBotAnalyzerHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
1410
|
+
|
|
1347
1411
|
const paginateListBotLocales = core.createPaginator(LexModelsV2Client, ListBotLocalesCommand, "nextToken", "nextToken", "maxResults");
|
|
1348
1412
|
|
|
1349
1413
|
const paginateListBotRecommendations = core.createPaginator(LexModelsV2Client, ListBotRecommendationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1855,6 +1919,7 @@ const commands = {
|
|
|
1855
1919
|
CreateUploadUrlCommand,
|
|
1856
1920
|
DeleteBotCommand,
|
|
1857
1921
|
DeleteBotAliasCommand,
|
|
1922
|
+
DeleteBotAnalyzerRecommendationCommand,
|
|
1858
1923
|
DeleteBotLocaleCommand,
|
|
1859
1924
|
DeleteBotReplicaCommand,
|
|
1860
1925
|
DeleteBotVersionCommand,
|
|
@@ -1870,6 +1935,7 @@ const commands = {
|
|
|
1870
1935
|
DeleteUtterancesCommand,
|
|
1871
1936
|
DescribeBotCommand,
|
|
1872
1937
|
DescribeBotAliasCommand,
|
|
1938
|
+
DescribeBotAnalyzerRecommendationCommand,
|
|
1873
1939
|
DescribeBotLocaleCommand,
|
|
1874
1940
|
DescribeBotRecommendationCommand,
|
|
1875
1941
|
DescribeBotReplicaCommand,
|
|
@@ -1891,6 +1957,7 @@ const commands = {
|
|
|
1891
1957
|
ListAggregatedUtterancesCommand,
|
|
1892
1958
|
ListBotAliasesCommand,
|
|
1893
1959
|
ListBotAliasReplicasCommand,
|
|
1960
|
+
ListBotAnalyzerHistoryCommand,
|
|
1894
1961
|
ListBotLocalesCommand,
|
|
1895
1962
|
ListBotRecommendationsCommand,
|
|
1896
1963
|
ListBotReplicasCommand,
|
|
@@ -1920,11 +1987,13 @@ const commands = {
|
|
|
1920
1987
|
ListUtteranceAnalyticsDataCommand,
|
|
1921
1988
|
ListUtteranceMetricsCommand,
|
|
1922
1989
|
SearchAssociatedTranscriptsCommand,
|
|
1990
|
+
StartBotAnalyzerCommand,
|
|
1923
1991
|
StartBotRecommendationCommand,
|
|
1924
1992
|
StartBotResourceGenerationCommand,
|
|
1925
1993
|
StartImportCommand,
|
|
1926
1994
|
StartTestExecutionCommand,
|
|
1927
1995
|
StartTestSetGenerationCommand,
|
|
1996
|
+
StopBotAnalyzerCommand,
|
|
1928
1997
|
StopBotRecommendationCommand,
|
|
1929
1998
|
TagResourceCommand,
|
|
1930
1999
|
UntagResourceCommand,
|
|
@@ -1940,9 +2009,11 @@ const commands = {
|
|
|
1940
2009
|
UpdateTestSetCommand,
|
|
1941
2010
|
};
|
|
1942
2011
|
const paginators = {
|
|
2012
|
+
paginateDescribeBotAnalyzerRecommendation,
|
|
1943
2013
|
paginateListAggregatedUtterances,
|
|
1944
2014
|
paginateListBotAliases,
|
|
1945
2015
|
paginateListBotAliasReplicas,
|
|
2016
|
+
paginateListBotAnalyzerHistory,
|
|
1946
2017
|
paginateListBotLocales,
|
|
1947
2018
|
paginateListBotRecommendations,
|
|
1948
2019
|
paginateListBotResourceGenerations,
|
|
@@ -2001,6 +2072,9 @@ const SortOrder = {
|
|
|
2001
2072
|
Ascending: "Ascending",
|
|
2002
2073
|
Descending: "Descending",
|
|
2003
2074
|
};
|
|
2075
|
+
const AnalysisScope = {
|
|
2076
|
+
BotLocale: "BotLocale",
|
|
2077
|
+
};
|
|
2004
2078
|
const AnalyticsInterval = {
|
|
2005
2079
|
OneDay: "OneDay",
|
|
2006
2080
|
OneHour: "OneHour",
|
|
@@ -2173,6 +2247,18 @@ const BotAliasStatus = {
|
|
|
2173
2247
|
Deleting: "Deleting",
|
|
2174
2248
|
Failed: "Failed",
|
|
2175
2249
|
};
|
|
2250
|
+
const BotAnalyzerStatus = {
|
|
2251
|
+
Available: "Available",
|
|
2252
|
+
Failed: "Failed",
|
|
2253
|
+
Processing: "Processing",
|
|
2254
|
+
Stopped: "Stopped",
|
|
2255
|
+
Stopping: "Stopping",
|
|
2256
|
+
};
|
|
2257
|
+
const Priority = {
|
|
2258
|
+
High: "High",
|
|
2259
|
+
Low: "Low",
|
|
2260
|
+
Medium: "Medium",
|
|
2261
|
+
};
|
|
2176
2262
|
const BotFilterName = {
|
|
2177
2263
|
BotName: "BotName",
|
|
2178
2264
|
BotType: "BotType",
|
|
@@ -2524,6 +2610,7 @@ exports.LexModelsV2ServiceException = LexModelsV2ServiceException.LexModelsV2Ser
|
|
|
2524
2610
|
exports.AggregatedUtterancesFilterName = AggregatedUtterancesFilterName;
|
|
2525
2611
|
exports.AggregatedUtterancesFilterOperator = AggregatedUtterancesFilterOperator;
|
|
2526
2612
|
exports.AggregatedUtterancesSortAttribute = AggregatedUtterancesSortAttribute;
|
|
2613
|
+
exports.AnalysisScope = AnalysisScope;
|
|
2527
2614
|
exports.AnalyticsBinByName = AnalyticsBinByName;
|
|
2528
2615
|
exports.AnalyticsCommonFilterName = AnalyticsCommonFilterName;
|
|
2529
2616
|
exports.AnalyticsFilterOperator = AnalyticsFilterOperator;
|
|
@@ -2556,6 +2643,7 @@ exports.BatchUpdateCustomVocabularyItemCommand = BatchUpdateCustomVocabularyItem
|
|
|
2556
2643
|
exports.BedrockTraceStatus = BedrockTraceStatus;
|
|
2557
2644
|
exports.BotAliasReplicationStatus = BotAliasReplicationStatus;
|
|
2558
2645
|
exports.BotAliasStatus = BotAliasStatus;
|
|
2646
|
+
exports.BotAnalyzerStatus = BotAnalyzerStatus;
|
|
2559
2647
|
exports.BotFilterName = BotFilterName;
|
|
2560
2648
|
exports.BotFilterOperator = BotFilterOperator;
|
|
2561
2649
|
exports.BotLocaleFilterName = BotLocaleFilterName;
|
|
@@ -2590,6 +2678,7 @@ exports.CreateTestSetDiscrepancyReportCommand = CreateTestSetDiscrepancyReportCo
|
|
|
2590
2678
|
exports.CreateUploadUrlCommand = CreateUploadUrlCommand;
|
|
2591
2679
|
exports.CustomVocabularyStatus = CustomVocabularyStatus;
|
|
2592
2680
|
exports.DeleteBotAliasCommand = DeleteBotAliasCommand;
|
|
2681
|
+
exports.DeleteBotAnalyzerRecommendationCommand = DeleteBotAnalyzerRecommendationCommand;
|
|
2593
2682
|
exports.DeleteBotCommand = DeleteBotCommand;
|
|
2594
2683
|
exports.DeleteBotLocaleCommand = DeleteBotLocaleCommand;
|
|
2595
2684
|
exports.DeleteBotReplicaCommand = DeleteBotReplicaCommand;
|
|
@@ -2605,6 +2694,7 @@ exports.DeleteSlotTypeCommand = DeleteSlotTypeCommand;
|
|
|
2605
2694
|
exports.DeleteTestSetCommand = DeleteTestSetCommand;
|
|
2606
2695
|
exports.DeleteUtterancesCommand = DeleteUtterancesCommand;
|
|
2607
2696
|
exports.DescribeBotAliasCommand = DescribeBotAliasCommand;
|
|
2697
|
+
exports.DescribeBotAnalyzerRecommendationCommand = DescribeBotAnalyzerRecommendationCommand;
|
|
2608
2698
|
exports.DescribeBotCommand = DescribeBotCommand;
|
|
2609
2699
|
exports.DescribeBotLocaleCommand = DescribeBotLocaleCommand;
|
|
2610
2700
|
exports.DescribeBotRecommendationCommand = DescribeBotRecommendationCommand;
|
|
@@ -2648,6 +2738,7 @@ exports.LexModelsV2Client = LexModelsV2Client;
|
|
|
2648
2738
|
exports.ListAggregatedUtterancesCommand = ListAggregatedUtterancesCommand;
|
|
2649
2739
|
exports.ListBotAliasReplicasCommand = ListBotAliasReplicasCommand;
|
|
2650
2740
|
exports.ListBotAliasesCommand = ListBotAliasesCommand;
|
|
2741
|
+
exports.ListBotAnalyzerHistoryCommand = ListBotAnalyzerHistoryCommand;
|
|
2651
2742
|
exports.ListBotLocalesCommand = ListBotLocalesCommand;
|
|
2652
2743
|
exports.ListBotRecommendationsCommand = ListBotRecommendationsCommand;
|
|
2653
2744
|
exports.ListBotReplicasCommand = ListBotReplicasCommand;
|
|
@@ -2679,6 +2770,7 @@ exports.ListUtteranceMetricsCommand = ListUtteranceMetricsCommand;
|
|
|
2679
2770
|
exports.MergeStrategy = MergeStrategy;
|
|
2680
2771
|
exports.MessageSelectionStrategy = MessageSelectionStrategy;
|
|
2681
2772
|
exports.ObfuscationSettingType = ObfuscationSettingType;
|
|
2773
|
+
exports.Priority = Priority;
|
|
2682
2774
|
exports.PromptAttempt = PromptAttempt;
|
|
2683
2775
|
exports.SearchAssociatedTranscriptsCommand = SearchAssociatedTranscriptsCommand;
|
|
2684
2776
|
exports.SearchOrder = SearchOrder;
|
|
@@ -2696,11 +2788,13 @@ exports.SlotValueResolutionStrategy = SlotValueResolutionStrategy;
|
|
|
2696
2788
|
exports.SortOrder = SortOrder;
|
|
2697
2789
|
exports.SpeechDetectionSensitivity = SpeechDetectionSensitivity;
|
|
2698
2790
|
exports.SpeechModelPreference = SpeechModelPreference;
|
|
2791
|
+
exports.StartBotAnalyzerCommand = StartBotAnalyzerCommand;
|
|
2699
2792
|
exports.StartBotRecommendationCommand = StartBotRecommendationCommand;
|
|
2700
2793
|
exports.StartBotResourceGenerationCommand = StartBotResourceGenerationCommand;
|
|
2701
2794
|
exports.StartImportCommand = StartImportCommand;
|
|
2702
2795
|
exports.StartTestExecutionCommand = StartTestExecutionCommand;
|
|
2703
2796
|
exports.StartTestSetGenerationCommand = StartTestSetGenerationCommand;
|
|
2797
|
+
exports.StopBotAnalyzerCommand = StopBotAnalyzerCommand;
|
|
2704
2798
|
exports.StopBotRecommendationCommand = StopBotRecommendationCommand;
|
|
2705
2799
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2706
2800
|
exports.TestExecutionApiMode = TestExecutionApiMode;
|
|
@@ -2729,9 +2823,11 @@ exports.UpdateSlotTypeCommand = UpdateSlotTypeCommand;
|
|
|
2729
2823
|
exports.UpdateTestSetCommand = UpdateTestSetCommand;
|
|
2730
2824
|
exports.UtteranceContentType = UtteranceContentType;
|
|
2731
2825
|
exports.VoiceEngine = VoiceEngine;
|
|
2826
|
+
exports.paginateDescribeBotAnalyzerRecommendation = paginateDescribeBotAnalyzerRecommendation;
|
|
2732
2827
|
exports.paginateListAggregatedUtterances = paginateListAggregatedUtterances;
|
|
2733
2828
|
exports.paginateListBotAliasReplicas = paginateListBotAliasReplicas;
|
|
2734
2829
|
exports.paginateListBotAliases = paginateListBotAliases;
|
|
2830
|
+
exports.paginateListBotAnalyzerHistory = paginateListBotAnalyzerHistory;
|
|
2735
2831
|
exports.paginateListBotLocales = paginateListBotLocales;
|
|
2736
2832
|
exports.paginateListBotRecommendations = paginateListBotRecommendations;
|
|
2737
2833
|
exports.paginateListBotResourceGenerations = paginateListBotResourceGenerations;
|