@aws-sdk/client-lex-models-v2 3.344.0 → 3.347.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 +112 -0
- package/dist-cjs/LexModelsV2.js +28 -0
- package/dist-cjs/commands/CreateTestSetDiscrepancyReportCommand.js +46 -0
- package/dist-cjs/commands/DeleteTestSetCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestExecutionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetDiscrepancyReportCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetGenerationCommand.js +46 -0
- package/dist-cjs/commands/GetTestExecutionArtifactsUrlCommand.js +46 -0
- package/dist-cjs/commands/ListTestExecutionResultItemsCommand.js +46 -0
- package/dist-cjs/commands/ListTestExecutionsCommand.js +46 -0
- package/dist-cjs/commands/ListTestSetRecordsCommand.js +46 -0
- package/dist-cjs/commands/ListTestSetsCommand.js +46 -0
- package/dist-cjs/commands/StartBotRecommendationCommand.js +3 -3
- package/dist-cjs/commands/StartImportCommand.js +2 -2
- package/dist-cjs/commands/StartTestExecutionCommand.js +46 -0
- package/dist-cjs/commands/StartTestSetGenerationCommand.js +46 -0
- package/dist-cjs/commands/UpdateTestSetCommand.js +46 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +52 -50
- package/dist-cjs/models/models_1.js +64 -1
- package/dist-cjs/pagination/ListTestExecutionResultItemsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestExecutionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestSetRecordsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestSetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1395 -146
- package/dist-es/LexModelsV2.js +28 -0
- package/dist-es/commands/CreateTestSetDiscrepancyReportCommand.js +42 -0
- package/dist-es/commands/DeleteTestSetCommand.js +42 -0
- package/dist-es/commands/DescribeTestExecutionCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetDiscrepancyReportCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetGenerationCommand.js +42 -0
- package/dist-es/commands/GetTestExecutionArtifactsUrlCommand.js +42 -0
- package/dist-es/commands/ListTestExecutionResultItemsCommand.js +42 -0
- package/dist-es/commands/ListTestExecutionsCommand.js +42 -0
- package/dist-es/commands/ListTestSetRecordsCommand.js +42 -0
- package/dist-es/commands/ListTestSetsCommand.js +42 -0
- package/dist-es/commands/StartBotRecommendationCommand.js +1 -1
- package/dist-es/commands/StartImportCommand.js +1 -1
- package/dist-es/commands/StartTestExecutionCommand.js +42 -0
- package/dist-es/commands/StartTestSetGenerationCommand.js +42 -0
- package/dist-es/commands/UpdateTestSetCommand.js +42 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +50 -45
- package/dist-es/models/models_1.js +60 -0
- package/dist-es/pagination/ListTestExecutionResultItemsPaginator.js +25 -0
- package/dist-es/pagination/ListTestExecutionsPaginator.js +25 -0
- package/dist-es/pagination/ListTestSetRecordsPaginator.js +25 -0
- package/dist-es/pagination/ListTestSetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1360 -140
- package/dist-types/LexModelsV2.d.ts +98 -0
- package/dist-types/LexModelsV2Client.d.ts +16 -2
- package/dist-types/commands/CreateExportCommand.d.ts +8 -2
- package/dist-types/commands/CreateTestSetDiscrepancyReportCommand.d.ts +113 -0
- package/dist-types/commands/DeleteTestSetCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +4 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +18 -0
- package/dist-types/commands/DescribeTestExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeTestSetCommand.d.ts +105 -0
- package/dist-types/commands/DescribeTestSetDiscrepancyReportCommand.d.ts +122 -0
- package/dist-types/commands/DescribeTestSetGenerationCommand.d.ts +119 -0
- package/dist-types/commands/GetTestExecutionArtifactsUrlCommand.d.ts +93 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotLocalesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +5 -2
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/ListIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListSlotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTestExecutionResultItemsCommand.d.ts +291 -0
- package/dist-types/commands/ListTestExecutionsCommand.d.ts +112 -0
- package/dist-types/commands/ListTestSetRecordsCommand.d.ts +180 -0
- package/dist-types/commands/ListTestSetsCommand.d.ts +111 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +1 -1
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/StartImportCommand.d.ts +37 -1
- package/dist-types/commands/StartTestExecutionCommand.d.ts +117 -0
- package/dist-types/commands/StartTestSetGenerationCommand.d.ts +144 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateExportCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTestSetCommand.d.ts +113 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1054 -1714
- package/dist-types/models/models_1.d.ts +2465 -18
- package/dist-types/pagination/ListTestExecutionResultItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestSetRecordsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestSetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +238 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateTestSetDiscrepancyReportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteTestSetCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DescribeTestExecutionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTestSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTestSetDiscrepancyReportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTestSetGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTestExecutionArtifactsUrlCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomVocabularyItemsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTestExecutionResultItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTestExecutionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTestSetRecordsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTestSetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTestExecutionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartTestSetGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateTestSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +293 -362
- package/dist-types/ts3.4/models/models_1.d.ts +646 -0
- package/dist-types/ts3.4/pagination/ListTestExecutionResultItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestSetRecordsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestSetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +29 -29
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "../commands/ListTestExecutionResultItemsCommand";
|
|
3
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTestExecutionResultItems(config: LexModelsV2PaginationConfiguration, input: ListTestExecutionResultItemsCommandInput, ...additionalArguments: any): Paginator<ListTestExecutionResultItemsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "../commands/ListTestExecutionsCommand";
|
|
3
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTestExecutions(config: LexModelsV2PaginationConfiguration, input: ListTestExecutionsCommandInput, ...additionalArguments: any): Paginator<ListTestExecutionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "../commands/ListTestSetRecordsCommand";
|
|
3
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTestSetRecords(config: LexModelsV2PaginationConfiguration, input: ListTestSetRecordsCommandInput, ...additionalArguments: any): Paginator<ListTestSetRecordsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "../commands/ListTestSetsCommand";
|
|
3
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListTestSets(config: LexModelsV2PaginationConfiguration, input: ListTestSetsCommandInput, ...additionalArguments: any): Paginator<ListTestSetsCommandOutput>;
|
|
@@ -14,3 +14,7 @@ export * from "./ListIntentsPaginator";
|
|
|
14
14
|
export * from "./ListRecommendedIntentsPaginator";
|
|
15
15
|
export * from "./ListSlotTypesPaginator";
|
|
16
16
|
export * from "./ListSlotsPaginator";
|
|
17
|
+
export * from "./ListTestExecutionResultItemsPaginator";
|
|
18
|
+
export * from "./ListTestExecutionsPaginator";
|
|
19
|
+
export * from "./ListTestSetRecordsPaginator";
|
|
20
|
+
export * from "./ListTestSetsPaginator";
|
|
@@ -14,6 +14,7 @@ import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } f
|
|
|
14
14
|
import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "../commands/CreateResourcePolicyStatementCommand";
|
|
15
15
|
import { CreateSlotCommandInput, CreateSlotCommandOutput } from "../commands/CreateSlotCommand";
|
|
16
16
|
import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "../commands/CreateSlotTypeCommand";
|
|
17
|
+
import { CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput } from "../commands/CreateTestSetDiscrepancyReportCommand";
|
|
17
18
|
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "../commands/CreateUploadUrlCommand";
|
|
18
19
|
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "../commands/DeleteBotAliasCommand";
|
|
19
20
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "../commands/DeleteBotCommand";
|
|
@@ -27,6 +28,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
|
|
|
27
28
|
import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "../commands/DeleteResourcePolicyStatementCommand";
|
|
28
29
|
import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "../commands/DeleteSlotCommand";
|
|
29
30
|
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "../commands/DeleteSlotTypeCommand";
|
|
31
|
+
import { DeleteTestSetCommandInput, DeleteTestSetCommandOutput } from "../commands/DeleteTestSetCommand";
|
|
30
32
|
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "../commands/DeleteUtterancesCommand";
|
|
31
33
|
import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "../commands/DescribeBotAliasCommand";
|
|
32
34
|
import { DescribeBotCommandInput, DescribeBotCommandOutput } from "../commands/DescribeBotCommand";
|
|
@@ -40,6 +42,11 @@ import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "../comm
|
|
|
40
42
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
41
43
|
import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "../commands/DescribeSlotCommand";
|
|
42
44
|
import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "../commands/DescribeSlotTypeCommand";
|
|
45
|
+
import { DescribeTestExecutionCommandInput, DescribeTestExecutionCommandOutput } from "../commands/DescribeTestExecutionCommand";
|
|
46
|
+
import { DescribeTestSetCommandInput, DescribeTestSetCommandOutput } from "../commands/DescribeTestSetCommand";
|
|
47
|
+
import { DescribeTestSetDiscrepancyReportCommandInput, DescribeTestSetDiscrepancyReportCommandOutput } from "../commands/DescribeTestSetDiscrepancyReportCommand";
|
|
48
|
+
import { DescribeTestSetGenerationCommandInput, DescribeTestSetGenerationCommandOutput } from "../commands/DescribeTestSetGenerationCommand";
|
|
49
|
+
import { GetTestExecutionArtifactsUrlCommandInput, GetTestExecutionArtifactsUrlCommandOutput } from "../commands/GetTestExecutionArtifactsUrlCommand";
|
|
43
50
|
import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "../commands/ListAggregatedUtterancesCommand";
|
|
44
51
|
import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "../commands/ListBotAliasesCommand";
|
|
45
52
|
import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "../commands/ListBotLocalesCommand";
|
|
@@ -56,9 +63,15 @@ import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput
|
|
|
56
63
|
import { ListSlotsCommandInput, ListSlotsCommandOutput } from "../commands/ListSlotsCommand";
|
|
57
64
|
import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "../commands/ListSlotTypesCommand";
|
|
58
65
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
66
|
+
import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "../commands/ListTestExecutionResultItemsCommand";
|
|
67
|
+
import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "../commands/ListTestExecutionsCommand";
|
|
68
|
+
import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "../commands/ListTestSetRecordsCommand";
|
|
69
|
+
import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "../commands/ListTestSetsCommand";
|
|
59
70
|
import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "../commands/SearchAssociatedTranscriptsCommand";
|
|
60
71
|
import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "../commands/StartBotRecommendationCommand";
|
|
61
72
|
import { StartImportCommandInput, StartImportCommandOutput } from "../commands/StartImportCommand";
|
|
73
|
+
import { StartTestExecutionCommandInput, StartTestExecutionCommandOutput } from "../commands/StartTestExecutionCommand";
|
|
74
|
+
import { StartTestSetGenerationCommandInput, StartTestSetGenerationCommandOutput } from "../commands/StartTestSetGenerationCommand";
|
|
62
75
|
import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "../commands/StopBotRecommendationCommand";
|
|
63
76
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
64
77
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -71,6 +84,7 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "../commands
|
|
|
71
84
|
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "../commands/UpdateResourcePolicyCommand";
|
|
72
85
|
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "../commands/UpdateSlotCommand";
|
|
73
86
|
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "../commands/UpdateSlotTypeCommand";
|
|
87
|
+
import { UpdateTestSetCommandInput, UpdateTestSetCommandOutput } from "../commands/UpdateTestSetCommand";
|
|
74
88
|
/**
|
|
75
89
|
* serializeAws_restJson1BatchCreateCustomVocabularyItemCommand
|
|
76
90
|
*/
|
|
@@ -127,6 +141,10 @@ export declare const se_CreateSlotCommand: (input: CreateSlotCommandInput, conte
|
|
|
127
141
|
* serializeAws_restJson1CreateSlotTypeCommand
|
|
128
142
|
*/
|
|
129
143
|
export declare const se_CreateSlotTypeCommand: (input: CreateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_restJson1CreateTestSetDiscrepancyReportCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_CreateTestSetDiscrepancyReportCommand: (input: CreateTestSetDiscrepancyReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
148
|
/**
|
|
131
149
|
* serializeAws_restJson1CreateUploadUrlCommand
|
|
132
150
|
*/
|
|
@@ -179,6 +197,10 @@ export declare const se_DeleteSlotCommand: (input: DeleteSlotCommandInput, conte
|
|
|
179
197
|
* serializeAws_restJson1DeleteSlotTypeCommand
|
|
180
198
|
*/
|
|
181
199
|
export declare const se_DeleteSlotTypeCommand: (input: DeleteSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
+
/**
|
|
201
|
+
* serializeAws_restJson1DeleteTestSetCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const se_DeleteTestSetCommand: (input: DeleteTestSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
204
|
/**
|
|
183
205
|
* serializeAws_restJson1DeleteUtterancesCommand
|
|
184
206
|
*/
|
|
@@ -231,6 +253,26 @@ export declare const se_DescribeSlotCommand: (input: DescribeSlotCommandInput, c
|
|
|
231
253
|
* serializeAws_restJson1DescribeSlotTypeCommand
|
|
232
254
|
*/
|
|
233
255
|
export declare const se_DescribeSlotTypeCommand: (input: DescribeSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* serializeAws_restJson1DescribeTestExecutionCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const se_DescribeTestExecutionCommand: (input: DescribeTestExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
+
/**
|
|
261
|
+
* serializeAws_restJson1DescribeTestSetCommand
|
|
262
|
+
*/
|
|
263
|
+
export declare const se_DescribeTestSetCommand: (input: DescribeTestSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
/**
|
|
265
|
+
* serializeAws_restJson1DescribeTestSetDiscrepancyReportCommand
|
|
266
|
+
*/
|
|
267
|
+
export declare const se_DescribeTestSetDiscrepancyReportCommand: (input: DescribeTestSetDiscrepancyReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
+
/**
|
|
269
|
+
* serializeAws_restJson1DescribeTestSetGenerationCommand
|
|
270
|
+
*/
|
|
271
|
+
export declare const se_DescribeTestSetGenerationCommand: (input: DescribeTestSetGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
+
/**
|
|
273
|
+
* serializeAws_restJson1GetTestExecutionArtifactsUrlCommand
|
|
274
|
+
*/
|
|
275
|
+
export declare const se_GetTestExecutionArtifactsUrlCommand: (input: GetTestExecutionArtifactsUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
276
|
/**
|
|
235
277
|
* serializeAws_restJson1ListAggregatedUtterancesCommand
|
|
236
278
|
*/
|
|
@@ -295,6 +337,22 @@ export declare const se_ListSlotTypesCommand: (input: ListSlotTypesCommandInput,
|
|
|
295
337
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
296
338
|
*/
|
|
297
339
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
+
/**
|
|
341
|
+
* serializeAws_restJson1ListTestExecutionResultItemsCommand
|
|
342
|
+
*/
|
|
343
|
+
export declare const se_ListTestExecutionResultItemsCommand: (input: ListTestExecutionResultItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* serializeAws_restJson1ListTestExecutionsCommand
|
|
346
|
+
*/
|
|
347
|
+
export declare const se_ListTestExecutionsCommand: (input: ListTestExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
+
/**
|
|
349
|
+
* serializeAws_restJson1ListTestSetRecordsCommand
|
|
350
|
+
*/
|
|
351
|
+
export declare const se_ListTestSetRecordsCommand: (input: ListTestSetRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
+
/**
|
|
353
|
+
* serializeAws_restJson1ListTestSetsCommand
|
|
354
|
+
*/
|
|
355
|
+
export declare const se_ListTestSetsCommand: (input: ListTestSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
356
|
/**
|
|
299
357
|
* serializeAws_restJson1SearchAssociatedTranscriptsCommand
|
|
300
358
|
*/
|
|
@@ -307,6 +365,14 @@ export declare const se_StartBotRecommendationCommand: (input: StartBotRecommend
|
|
|
307
365
|
* serializeAws_restJson1StartImportCommand
|
|
308
366
|
*/
|
|
309
367
|
export declare const se_StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
+
/**
|
|
369
|
+
* serializeAws_restJson1StartTestExecutionCommand
|
|
370
|
+
*/
|
|
371
|
+
export declare const se_StartTestExecutionCommand: (input: StartTestExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
+
/**
|
|
373
|
+
* serializeAws_restJson1StartTestSetGenerationCommand
|
|
374
|
+
*/
|
|
375
|
+
export declare const se_StartTestSetGenerationCommand: (input: StartTestSetGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
376
|
/**
|
|
311
377
|
* serializeAws_restJson1StopBotRecommendationCommand
|
|
312
378
|
*/
|
|
@@ -355,6 +421,10 @@ export declare const se_UpdateSlotCommand: (input: UpdateSlotCommandInput, conte
|
|
|
355
421
|
* serializeAws_restJson1UpdateSlotTypeCommand
|
|
356
422
|
*/
|
|
357
423
|
export declare const se_UpdateSlotTypeCommand: (input: UpdateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
424
|
+
/**
|
|
425
|
+
* serializeAws_restJson1UpdateTestSetCommand
|
|
426
|
+
*/
|
|
427
|
+
export declare const se_UpdateTestSetCommand: (input: UpdateTestSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
428
|
/**
|
|
359
429
|
* deserializeAws_restJson1BatchCreateCustomVocabularyItemCommand
|
|
360
430
|
*/
|
|
@@ -411,6 +481,10 @@ export declare const de_CreateSlotCommand: (output: __HttpResponse, context: __S
|
|
|
411
481
|
* deserializeAws_restJson1CreateSlotTypeCommand
|
|
412
482
|
*/
|
|
413
483
|
export declare const de_CreateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotTypeCommandOutput>;
|
|
484
|
+
/**
|
|
485
|
+
* deserializeAws_restJson1CreateTestSetDiscrepancyReportCommand
|
|
486
|
+
*/
|
|
487
|
+
export declare const de_CreateTestSetDiscrepancyReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestSetDiscrepancyReportCommandOutput>;
|
|
414
488
|
/**
|
|
415
489
|
* deserializeAws_restJson1CreateUploadUrlCommand
|
|
416
490
|
*/
|
|
@@ -463,6 +537,10 @@ export declare const de_DeleteSlotCommand: (output: __HttpResponse, context: __S
|
|
|
463
537
|
* deserializeAws_restJson1DeleteSlotTypeCommand
|
|
464
538
|
*/
|
|
465
539
|
export declare const de_DeleteSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeCommandOutput>;
|
|
540
|
+
/**
|
|
541
|
+
* deserializeAws_restJson1DeleteTestSetCommand
|
|
542
|
+
*/
|
|
543
|
+
export declare const de_DeleteTestSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTestSetCommandOutput>;
|
|
466
544
|
/**
|
|
467
545
|
* deserializeAws_restJson1DeleteUtterancesCommand
|
|
468
546
|
*/
|
|
@@ -515,6 +593,26 @@ export declare const de_DescribeSlotCommand: (output: __HttpResponse, context: _
|
|
|
515
593
|
* deserializeAws_restJson1DescribeSlotTypeCommand
|
|
516
594
|
*/
|
|
517
595
|
export declare const de_DescribeSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotTypeCommandOutput>;
|
|
596
|
+
/**
|
|
597
|
+
* deserializeAws_restJson1DescribeTestExecutionCommand
|
|
598
|
+
*/
|
|
599
|
+
export declare const de_DescribeTestExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestExecutionCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* deserializeAws_restJson1DescribeTestSetCommand
|
|
602
|
+
*/
|
|
603
|
+
export declare const de_DescribeTestSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestSetCommandOutput>;
|
|
604
|
+
/**
|
|
605
|
+
* deserializeAws_restJson1DescribeTestSetDiscrepancyReportCommand
|
|
606
|
+
*/
|
|
607
|
+
export declare const de_DescribeTestSetDiscrepancyReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestSetDiscrepancyReportCommandOutput>;
|
|
608
|
+
/**
|
|
609
|
+
* deserializeAws_restJson1DescribeTestSetGenerationCommand
|
|
610
|
+
*/
|
|
611
|
+
export declare const de_DescribeTestSetGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestSetGenerationCommandOutput>;
|
|
612
|
+
/**
|
|
613
|
+
* deserializeAws_restJson1GetTestExecutionArtifactsUrlCommand
|
|
614
|
+
*/
|
|
615
|
+
export declare const de_GetTestExecutionArtifactsUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestExecutionArtifactsUrlCommandOutput>;
|
|
518
616
|
/**
|
|
519
617
|
* deserializeAws_restJson1ListAggregatedUtterancesCommand
|
|
520
618
|
*/
|
|
@@ -579,6 +677,22 @@ export declare const de_ListSlotTypesCommand: (output: __HttpResponse, context:
|
|
|
579
677
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
580
678
|
*/
|
|
581
679
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
680
|
+
/**
|
|
681
|
+
* deserializeAws_restJson1ListTestExecutionResultItemsCommand
|
|
682
|
+
*/
|
|
683
|
+
export declare const de_ListTestExecutionResultItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestExecutionResultItemsCommandOutput>;
|
|
684
|
+
/**
|
|
685
|
+
* deserializeAws_restJson1ListTestExecutionsCommand
|
|
686
|
+
*/
|
|
687
|
+
export declare const de_ListTestExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestExecutionsCommandOutput>;
|
|
688
|
+
/**
|
|
689
|
+
* deserializeAws_restJson1ListTestSetRecordsCommand
|
|
690
|
+
*/
|
|
691
|
+
export declare const de_ListTestSetRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestSetRecordsCommandOutput>;
|
|
692
|
+
/**
|
|
693
|
+
* deserializeAws_restJson1ListTestSetsCommand
|
|
694
|
+
*/
|
|
695
|
+
export declare const de_ListTestSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestSetsCommandOutput>;
|
|
582
696
|
/**
|
|
583
697
|
* deserializeAws_restJson1SearchAssociatedTranscriptsCommand
|
|
584
698
|
*/
|
|
@@ -591,6 +705,14 @@ export declare const de_StartBotRecommendationCommand: (output: __HttpResponse,
|
|
|
591
705
|
* deserializeAws_restJson1StartImportCommand
|
|
592
706
|
*/
|
|
593
707
|
export declare const de_StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
|
|
708
|
+
/**
|
|
709
|
+
* deserializeAws_restJson1StartTestExecutionCommand
|
|
710
|
+
*/
|
|
711
|
+
export declare const de_StartTestExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTestExecutionCommandOutput>;
|
|
712
|
+
/**
|
|
713
|
+
* deserializeAws_restJson1StartTestSetGenerationCommand
|
|
714
|
+
*/
|
|
715
|
+
export declare const de_StartTestSetGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTestSetGenerationCommandOutput>;
|
|
594
716
|
/**
|
|
595
717
|
* deserializeAws_restJson1StopBotRecommendationCommand
|
|
596
718
|
*/
|
|
@@ -639,3 +761,7 @@ export declare const de_UpdateSlotCommand: (output: __HttpResponse, context: __S
|
|
|
639
761
|
* deserializeAws_restJson1UpdateSlotTypeCommand
|
|
640
762
|
*/
|
|
641
763
|
export declare const de_UpdateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotTypeCommandOutput>;
|
|
764
|
+
/**
|
|
765
|
+
* deserializeAws_restJson1UpdateTestSetCommand
|
|
766
|
+
*/
|
|
767
|
+
export declare const de_UpdateTestSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTestSetCommandOutput>;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
CreateSlotTypeCommandInput,
|
|
56
56
|
CreateSlotTypeCommandOutput,
|
|
57
57
|
} from "./commands/CreateSlotTypeCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateTestSetDiscrepancyReportCommandInput,
|
|
60
|
+
CreateTestSetDiscrepancyReportCommandOutput,
|
|
61
|
+
} from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
58
62
|
import {
|
|
59
63
|
CreateUploadUrlCommandInput,
|
|
60
64
|
CreateUploadUrlCommandOutput,
|
|
@@ -107,6 +111,10 @@ import {
|
|
|
107
111
|
DeleteSlotTypeCommandInput,
|
|
108
112
|
DeleteSlotTypeCommandOutput,
|
|
109
113
|
} from "./commands/DeleteSlotTypeCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteTestSetCommandInput,
|
|
116
|
+
DeleteTestSetCommandOutput,
|
|
117
|
+
} from "./commands/DeleteTestSetCommand";
|
|
110
118
|
import {
|
|
111
119
|
DeleteUtterancesCommandInput,
|
|
112
120
|
DeleteUtterancesCommandOutput,
|
|
@@ -159,6 +167,26 @@ import {
|
|
|
159
167
|
DescribeSlotTypeCommandInput,
|
|
160
168
|
DescribeSlotTypeCommandOutput,
|
|
161
169
|
} from "./commands/DescribeSlotTypeCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeTestExecutionCommandInput,
|
|
172
|
+
DescribeTestExecutionCommandOutput,
|
|
173
|
+
} from "./commands/DescribeTestExecutionCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeTestSetCommandInput,
|
|
176
|
+
DescribeTestSetCommandOutput,
|
|
177
|
+
} from "./commands/DescribeTestSetCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeTestSetDiscrepancyReportCommandInput,
|
|
180
|
+
DescribeTestSetDiscrepancyReportCommandOutput,
|
|
181
|
+
} from "./commands/DescribeTestSetDiscrepancyReportCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeTestSetGenerationCommandInput,
|
|
184
|
+
DescribeTestSetGenerationCommandOutput,
|
|
185
|
+
} from "./commands/DescribeTestSetGenerationCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetTestExecutionArtifactsUrlCommandInput,
|
|
188
|
+
GetTestExecutionArtifactsUrlCommandOutput,
|
|
189
|
+
} from "./commands/GetTestExecutionArtifactsUrlCommand";
|
|
162
190
|
import {
|
|
163
191
|
ListAggregatedUtterancesCommandInput,
|
|
164
192
|
ListAggregatedUtterancesCommandOutput,
|
|
@@ -223,6 +251,22 @@ import {
|
|
|
223
251
|
ListTagsForResourceCommandInput,
|
|
224
252
|
ListTagsForResourceCommandOutput,
|
|
225
253
|
} from "./commands/ListTagsForResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListTestExecutionResultItemsCommandInput,
|
|
256
|
+
ListTestExecutionResultItemsCommandOutput,
|
|
257
|
+
} from "./commands/ListTestExecutionResultItemsCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListTestExecutionsCommandInput,
|
|
260
|
+
ListTestExecutionsCommandOutput,
|
|
261
|
+
} from "./commands/ListTestExecutionsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListTestSetRecordsCommandInput,
|
|
264
|
+
ListTestSetRecordsCommandOutput,
|
|
265
|
+
} from "./commands/ListTestSetRecordsCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListTestSetsCommandInput,
|
|
268
|
+
ListTestSetsCommandOutput,
|
|
269
|
+
} from "./commands/ListTestSetsCommand";
|
|
226
270
|
import {
|
|
227
271
|
SearchAssociatedTranscriptsCommandInput,
|
|
228
272
|
SearchAssociatedTranscriptsCommandOutput,
|
|
@@ -235,6 +279,14 @@ import {
|
|
|
235
279
|
StartImportCommandInput,
|
|
236
280
|
StartImportCommandOutput,
|
|
237
281
|
} from "./commands/StartImportCommand";
|
|
282
|
+
import {
|
|
283
|
+
StartTestExecutionCommandInput,
|
|
284
|
+
StartTestExecutionCommandOutput,
|
|
285
|
+
} from "./commands/StartTestExecutionCommand";
|
|
286
|
+
import {
|
|
287
|
+
StartTestSetGenerationCommandInput,
|
|
288
|
+
StartTestSetGenerationCommandOutput,
|
|
289
|
+
} from "./commands/StartTestSetGenerationCommand";
|
|
238
290
|
import {
|
|
239
291
|
StopBotRecommendationCommandInput,
|
|
240
292
|
StopBotRecommendationCommandOutput,
|
|
@@ -283,6 +335,10 @@ import {
|
|
|
283
335
|
UpdateSlotTypeCommandInput,
|
|
284
336
|
UpdateSlotTypeCommandOutput,
|
|
285
337
|
} from "./commands/UpdateSlotTypeCommand";
|
|
338
|
+
import {
|
|
339
|
+
UpdateTestSetCommandInput,
|
|
340
|
+
UpdateTestSetCommandOutput,
|
|
341
|
+
} from "./commands/UpdateTestSetCommand";
|
|
286
342
|
import { LexModelsV2Client } from "./LexModelsV2Client";
|
|
287
343
|
export interface LexModelsV2 {
|
|
288
344
|
batchCreateCustomVocabularyItem(
|
|
@@ -467,6 +523,19 @@ export interface LexModelsV2 {
|
|
|
467
523
|
options: __HttpHandlerOptions,
|
|
468
524
|
cb: (err: any, data?: CreateSlotTypeCommandOutput) => void
|
|
469
525
|
): void;
|
|
526
|
+
createTestSetDiscrepancyReport(
|
|
527
|
+
args: CreateTestSetDiscrepancyReportCommandInput,
|
|
528
|
+
options?: __HttpHandlerOptions
|
|
529
|
+
): Promise<CreateTestSetDiscrepancyReportCommandOutput>;
|
|
530
|
+
createTestSetDiscrepancyReport(
|
|
531
|
+
args: CreateTestSetDiscrepancyReportCommandInput,
|
|
532
|
+
cb: (err: any, data?: CreateTestSetDiscrepancyReportCommandOutput) => void
|
|
533
|
+
): void;
|
|
534
|
+
createTestSetDiscrepancyReport(
|
|
535
|
+
args: CreateTestSetDiscrepancyReportCommandInput,
|
|
536
|
+
options: __HttpHandlerOptions,
|
|
537
|
+
cb: (err: any, data?: CreateTestSetDiscrepancyReportCommandOutput) => void
|
|
538
|
+
): void;
|
|
470
539
|
createUploadUrl(
|
|
471
540
|
args: CreateUploadUrlCommandInput,
|
|
472
541
|
options?: __HttpHandlerOptions
|
|
@@ -636,6 +705,19 @@ export interface LexModelsV2 {
|
|
|
636
705
|
options: __HttpHandlerOptions,
|
|
637
706
|
cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
|
|
638
707
|
): void;
|
|
708
|
+
deleteTestSet(
|
|
709
|
+
args: DeleteTestSetCommandInput,
|
|
710
|
+
options?: __HttpHandlerOptions
|
|
711
|
+
): Promise<DeleteTestSetCommandOutput>;
|
|
712
|
+
deleteTestSet(
|
|
713
|
+
args: DeleteTestSetCommandInput,
|
|
714
|
+
cb: (err: any, data?: DeleteTestSetCommandOutput) => void
|
|
715
|
+
): void;
|
|
716
|
+
deleteTestSet(
|
|
717
|
+
args: DeleteTestSetCommandInput,
|
|
718
|
+
options: __HttpHandlerOptions,
|
|
719
|
+
cb: (err: any, data?: DeleteTestSetCommandOutput) => void
|
|
720
|
+
): void;
|
|
639
721
|
deleteUtterances(
|
|
640
722
|
args: DeleteUtterancesCommandInput,
|
|
641
723
|
options?: __HttpHandlerOptions
|
|
@@ -805,6 +887,71 @@ export interface LexModelsV2 {
|
|
|
805
887
|
options: __HttpHandlerOptions,
|
|
806
888
|
cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void
|
|
807
889
|
): void;
|
|
890
|
+
describeTestExecution(
|
|
891
|
+
args: DescribeTestExecutionCommandInput,
|
|
892
|
+
options?: __HttpHandlerOptions
|
|
893
|
+
): Promise<DescribeTestExecutionCommandOutput>;
|
|
894
|
+
describeTestExecution(
|
|
895
|
+
args: DescribeTestExecutionCommandInput,
|
|
896
|
+
cb: (err: any, data?: DescribeTestExecutionCommandOutput) => void
|
|
897
|
+
): void;
|
|
898
|
+
describeTestExecution(
|
|
899
|
+
args: DescribeTestExecutionCommandInput,
|
|
900
|
+
options: __HttpHandlerOptions,
|
|
901
|
+
cb: (err: any, data?: DescribeTestExecutionCommandOutput) => void
|
|
902
|
+
): void;
|
|
903
|
+
describeTestSet(
|
|
904
|
+
args: DescribeTestSetCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<DescribeTestSetCommandOutput>;
|
|
907
|
+
describeTestSet(
|
|
908
|
+
args: DescribeTestSetCommandInput,
|
|
909
|
+
cb: (err: any, data?: DescribeTestSetCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
describeTestSet(
|
|
912
|
+
args: DescribeTestSetCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: DescribeTestSetCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
describeTestSetDiscrepancyReport(
|
|
917
|
+
args: DescribeTestSetDiscrepancyReportCommandInput,
|
|
918
|
+
options?: __HttpHandlerOptions
|
|
919
|
+
): Promise<DescribeTestSetDiscrepancyReportCommandOutput>;
|
|
920
|
+
describeTestSetDiscrepancyReport(
|
|
921
|
+
args: DescribeTestSetDiscrepancyReportCommandInput,
|
|
922
|
+
cb: (err: any, data?: DescribeTestSetDiscrepancyReportCommandOutput) => void
|
|
923
|
+
): void;
|
|
924
|
+
describeTestSetDiscrepancyReport(
|
|
925
|
+
args: DescribeTestSetDiscrepancyReportCommandInput,
|
|
926
|
+
options: __HttpHandlerOptions,
|
|
927
|
+
cb: (err: any, data?: DescribeTestSetDiscrepancyReportCommandOutput) => void
|
|
928
|
+
): void;
|
|
929
|
+
describeTestSetGeneration(
|
|
930
|
+
args: DescribeTestSetGenerationCommandInput,
|
|
931
|
+
options?: __HttpHandlerOptions
|
|
932
|
+
): Promise<DescribeTestSetGenerationCommandOutput>;
|
|
933
|
+
describeTestSetGeneration(
|
|
934
|
+
args: DescribeTestSetGenerationCommandInput,
|
|
935
|
+
cb: (err: any, data?: DescribeTestSetGenerationCommandOutput) => void
|
|
936
|
+
): void;
|
|
937
|
+
describeTestSetGeneration(
|
|
938
|
+
args: DescribeTestSetGenerationCommandInput,
|
|
939
|
+
options: __HttpHandlerOptions,
|
|
940
|
+
cb: (err: any, data?: DescribeTestSetGenerationCommandOutput) => void
|
|
941
|
+
): void;
|
|
942
|
+
getTestExecutionArtifactsUrl(
|
|
943
|
+
args: GetTestExecutionArtifactsUrlCommandInput,
|
|
944
|
+
options?: __HttpHandlerOptions
|
|
945
|
+
): Promise<GetTestExecutionArtifactsUrlCommandOutput>;
|
|
946
|
+
getTestExecutionArtifactsUrl(
|
|
947
|
+
args: GetTestExecutionArtifactsUrlCommandInput,
|
|
948
|
+
cb: (err: any, data?: GetTestExecutionArtifactsUrlCommandOutput) => void
|
|
949
|
+
): void;
|
|
950
|
+
getTestExecutionArtifactsUrl(
|
|
951
|
+
args: GetTestExecutionArtifactsUrlCommandInput,
|
|
952
|
+
options: __HttpHandlerOptions,
|
|
953
|
+
cb: (err: any, data?: GetTestExecutionArtifactsUrlCommandOutput) => void
|
|
954
|
+
): void;
|
|
808
955
|
listAggregatedUtterances(
|
|
809
956
|
args: ListAggregatedUtterancesCommandInput,
|
|
810
957
|
options?: __HttpHandlerOptions
|
|
@@ -1013,6 +1160,58 @@ export interface LexModelsV2 {
|
|
|
1013
1160
|
options: __HttpHandlerOptions,
|
|
1014
1161
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1015
1162
|
): void;
|
|
1163
|
+
listTestExecutionResultItems(
|
|
1164
|
+
args: ListTestExecutionResultItemsCommandInput,
|
|
1165
|
+
options?: __HttpHandlerOptions
|
|
1166
|
+
): Promise<ListTestExecutionResultItemsCommandOutput>;
|
|
1167
|
+
listTestExecutionResultItems(
|
|
1168
|
+
args: ListTestExecutionResultItemsCommandInput,
|
|
1169
|
+
cb: (err: any, data?: ListTestExecutionResultItemsCommandOutput) => void
|
|
1170
|
+
): void;
|
|
1171
|
+
listTestExecutionResultItems(
|
|
1172
|
+
args: ListTestExecutionResultItemsCommandInput,
|
|
1173
|
+
options: __HttpHandlerOptions,
|
|
1174
|
+
cb: (err: any, data?: ListTestExecutionResultItemsCommandOutput) => void
|
|
1175
|
+
): void;
|
|
1176
|
+
listTestExecutions(
|
|
1177
|
+
args: ListTestExecutionsCommandInput,
|
|
1178
|
+
options?: __HttpHandlerOptions
|
|
1179
|
+
): Promise<ListTestExecutionsCommandOutput>;
|
|
1180
|
+
listTestExecutions(
|
|
1181
|
+
args: ListTestExecutionsCommandInput,
|
|
1182
|
+
cb: (err: any, data?: ListTestExecutionsCommandOutput) => void
|
|
1183
|
+
): void;
|
|
1184
|
+
listTestExecutions(
|
|
1185
|
+
args: ListTestExecutionsCommandInput,
|
|
1186
|
+
options: __HttpHandlerOptions,
|
|
1187
|
+
cb: (err: any, data?: ListTestExecutionsCommandOutput) => void
|
|
1188
|
+
): void;
|
|
1189
|
+
listTestSetRecords(
|
|
1190
|
+
args: ListTestSetRecordsCommandInput,
|
|
1191
|
+
options?: __HttpHandlerOptions
|
|
1192
|
+
): Promise<ListTestSetRecordsCommandOutput>;
|
|
1193
|
+
listTestSetRecords(
|
|
1194
|
+
args: ListTestSetRecordsCommandInput,
|
|
1195
|
+
cb: (err: any, data?: ListTestSetRecordsCommandOutput) => void
|
|
1196
|
+
): void;
|
|
1197
|
+
listTestSetRecords(
|
|
1198
|
+
args: ListTestSetRecordsCommandInput,
|
|
1199
|
+
options: __HttpHandlerOptions,
|
|
1200
|
+
cb: (err: any, data?: ListTestSetRecordsCommandOutput) => void
|
|
1201
|
+
): void;
|
|
1202
|
+
listTestSets(
|
|
1203
|
+
args: ListTestSetsCommandInput,
|
|
1204
|
+
options?: __HttpHandlerOptions
|
|
1205
|
+
): Promise<ListTestSetsCommandOutput>;
|
|
1206
|
+
listTestSets(
|
|
1207
|
+
args: ListTestSetsCommandInput,
|
|
1208
|
+
cb: (err: any, data?: ListTestSetsCommandOutput) => void
|
|
1209
|
+
): void;
|
|
1210
|
+
listTestSets(
|
|
1211
|
+
args: ListTestSetsCommandInput,
|
|
1212
|
+
options: __HttpHandlerOptions,
|
|
1213
|
+
cb: (err: any, data?: ListTestSetsCommandOutput) => void
|
|
1214
|
+
): void;
|
|
1016
1215
|
searchAssociatedTranscripts(
|
|
1017
1216
|
args: SearchAssociatedTranscriptsCommandInput,
|
|
1018
1217
|
options?: __HttpHandlerOptions
|
|
@@ -1052,6 +1251,32 @@ export interface LexModelsV2 {
|
|
|
1052
1251
|
options: __HttpHandlerOptions,
|
|
1053
1252
|
cb: (err: any, data?: StartImportCommandOutput) => void
|
|
1054
1253
|
): void;
|
|
1254
|
+
startTestExecution(
|
|
1255
|
+
args: StartTestExecutionCommandInput,
|
|
1256
|
+
options?: __HttpHandlerOptions
|
|
1257
|
+
): Promise<StartTestExecutionCommandOutput>;
|
|
1258
|
+
startTestExecution(
|
|
1259
|
+
args: StartTestExecutionCommandInput,
|
|
1260
|
+
cb: (err: any, data?: StartTestExecutionCommandOutput) => void
|
|
1261
|
+
): void;
|
|
1262
|
+
startTestExecution(
|
|
1263
|
+
args: StartTestExecutionCommandInput,
|
|
1264
|
+
options: __HttpHandlerOptions,
|
|
1265
|
+
cb: (err: any, data?: StartTestExecutionCommandOutput) => void
|
|
1266
|
+
): void;
|
|
1267
|
+
startTestSetGeneration(
|
|
1268
|
+
args: StartTestSetGenerationCommandInput,
|
|
1269
|
+
options?: __HttpHandlerOptions
|
|
1270
|
+
): Promise<StartTestSetGenerationCommandOutput>;
|
|
1271
|
+
startTestSetGeneration(
|
|
1272
|
+
args: StartTestSetGenerationCommandInput,
|
|
1273
|
+
cb: (err: any, data?: StartTestSetGenerationCommandOutput) => void
|
|
1274
|
+
): void;
|
|
1275
|
+
startTestSetGeneration(
|
|
1276
|
+
args: StartTestSetGenerationCommandInput,
|
|
1277
|
+
options: __HttpHandlerOptions,
|
|
1278
|
+
cb: (err: any, data?: StartTestSetGenerationCommandOutput) => void
|
|
1279
|
+
): void;
|
|
1055
1280
|
stopBotRecommendation(
|
|
1056
1281
|
args: StopBotRecommendationCommandInput,
|
|
1057
1282
|
options?: __HttpHandlerOptions
|
|
@@ -1208,6 +1433,19 @@ export interface LexModelsV2 {
|
|
|
1208
1433
|
options: __HttpHandlerOptions,
|
|
1209
1434
|
cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void
|
|
1210
1435
|
): void;
|
|
1436
|
+
updateTestSet(
|
|
1437
|
+
args: UpdateTestSetCommandInput,
|
|
1438
|
+
options?: __HttpHandlerOptions
|
|
1439
|
+
): Promise<UpdateTestSetCommandOutput>;
|
|
1440
|
+
updateTestSet(
|
|
1441
|
+
args: UpdateTestSetCommandInput,
|
|
1442
|
+
cb: (err: any, data?: UpdateTestSetCommandOutput) => void
|
|
1443
|
+
): void;
|
|
1444
|
+
updateTestSet(
|
|
1445
|
+
args: UpdateTestSetCommandInput,
|
|
1446
|
+
options: __HttpHandlerOptions,
|
|
1447
|
+
cb: (err: any, data?: UpdateTestSetCommandOutput) => void
|
|
1448
|
+
): void;
|
|
1211
1449
|
}
|
|
1212
1450
|
export declare class LexModelsV2
|
|
1213
1451
|
extends LexModelsV2Client
|