aws-sdk-lexmodelsv2 1.32.0 → 1.34.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +918 -20
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +812 -0
- data/lib/aws-sdk-lexmodelsv2/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-lexmodelsv2/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-lexmodelsv2/endpoints.rb +196 -0
- data/lib/aws-sdk-lexmodelsv2/plugins/endpoints.rb +28 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +2424 -196
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +4 -4
@@ -13,7 +13,12 @@ module Aws::LexModelsV2
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
ActiveContext = Shapes::StructureShape.new(name: 'ActiveContext')
|
17
|
+
ActiveContextList = Shapes::ListShape.new(name: 'ActiveContextList')
|
18
|
+
ActiveContextName = Shapes::StringShape.new(name: 'ActiveContextName')
|
16
19
|
AdvancedRecognitionSetting = Shapes::StructureShape.new(name: 'AdvancedRecognitionSetting')
|
20
|
+
AgentTurnResult = Shapes::StructureShape.new(name: 'AgentTurnResult')
|
21
|
+
AgentTurnSpecification = Shapes::StructureShape.new(name: 'AgentTurnSpecification')
|
17
22
|
AggregatedUtterancesFilter = Shapes::StructureShape.new(name: 'AggregatedUtterancesFilter')
|
18
23
|
AggregatedUtterancesFilterName = Shapes::StringShape.new(name: 'AggregatedUtterancesFilterName')
|
19
24
|
AggregatedUtterancesFilterOperator = Shapes::StringShape.new(name: 'AggregatedUtterancesFilterOperator')
|
@@ -32,6 +37,7 @@ module Aws::LexModelsV2
|
|
32
37
|
AttachmentTitle = Shapes::StringShape.new(name: 'AttachmentTitle')
|
33
38
|
AttachmentUrl = Shapes::StringShape.new(name: 'AttachmentUrl')
|
34
39
|
AudioAndDTMFInputSpecification = Shapes::StructureShape.new(name: 'AudioAndDTMFInputSpecification')
|
40
|
+
AudioFileS3Location = Shapes::StringShape.new(name: 'AudioFileS3Location')
|
35
41
|
AudioLogDestination = Shapes::StructureShape.new(name: 'AudioLogDestination')
|
36
42
|
AudioLogSetting = Shapes::StructureShape.new(name: 'AudioLogSetting')
|
37
43
|
AudioLogSettingsList = Shapes::ListShape.new(name: 'AudioLogSettingsList')
|
@@ -53,6 +59,7 @@ module Aws::LexModelsV2
|
|
53
59
|
BotAliasStatus = Shapes::StringShape.new(name: 'BotAliasStatus')
|
54
60
|
BotAliasSummary = Shapes::StructureShape.new(name: 'BotAliasSummary')
|
55
61
|
BotAliasSummaryList = Shapes::ListShape.new(name: 'BotAliasSummaryList')
|
62
|
+
BotAliasTestExecutionTarget = Shapes::StructureShape.new(name: 'BotAliasTestExecutionTarget')
|
56
63
|
BotExportSpecification = Shapes::StructureShape.new(name: 'BotExportSpecification')
|
57
64
|
BotFilter = Shapes::StructureShape.new(name: 'BotFilter')
|
58
65
|
BotFilterName = Shapes::StringShape.new(name: 'BotFilterName')
|
@@ -130,7 +137,19 @@ module Aws::LexModelsV2
|
|
130
137
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
131
138
|
ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
|
132
139
|
ContextTurnsToLive = Shapes::IntegerShape.new(name: 'ContextTurnsToLive')
|
140
|
+
ConversationLevelIntentClassificationResultItem = Shapes::StructureShape.new(name: 'ConversationLevelIntentClassificationResultItem')
|
141
|
+
ConversationLevelIntentClassificationResults = Shapes::ListShape.new(name: 'ConversationLevelIntentClassificationResults')
|
142
|
+
ConversationLevelResultDetail = Shapes::StructureShape.new(name: 'ConversationLevelResultDetail')
|
143
|
+
ConversationLevelSlotResolutionResultItem = Shapes::StructureShape.new(name: 'ConversationLevelSlotResolutionResultItem')
|
144
|
+
ConversationLevelSlotResolutionResults = Shapes::ListShape.new(name: 'ConversationLevelSlotResolutionResults')
|
145
|
+
ConversationLevelTestResultItem = Shapes::StructureShape.new(name: 'ConversationLevelTestResultItem')
|
146
|
+
ConversationLevelTestResultItemList = Shapes::ListShape.new(name: 'ConversationLevelTestResultItemList')
|
147
|
+
ConversationLevelTestResults = Shapes::StructureShape.new(name: 'ConversationLevelTestResults')
|
148
|
+
ConversationLevelTestResultsFilterBy = Shapes::StructureShape.new(name: 'ConversationLevelTestResultsFilterBy')
|
133
149
|
ConversationLogSettings = Shapes::StructureShape.new(name: 'ConversationLogSettings')
|
150
|
+
ConversationLogsDataSource = Shapes::StructureShape.new(name: 'ConversationLogsDataSource')
|
151
|
+
ConversationLogsDataSourceFilterBy = Shapes::StructureShape.new(name: 'ConversationLogsDataSourceFilterBy')
|
152
|
+
ConversationLogsInputModeFilter = Shapes::StringShape.new(name: 'ConversationLogsInputModeFilter')
|
134
153
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
135
154
|
CreateBotAliasRequest = Shapes::StructureShape.new(name: 'CreateBotAliasRequest')
|
136
155
|
CreateBotAliasResponse = Shapes::StructureShape.new(name: 'CreateBotAliasResponse')
|
@@ -153,6 +172,8 @@ module Aws::LexModelsV2
|
|
153
172
|
CreateSlotResponse = Shapes::StructureShape.new(name: 'CreateSlotResponse')
|
154
173
|
CreateSlotTypeRequest = Shapes::StructureShape.new(name: 'CreateSlotTypeRequest')
|
155
174
|
CreateSlotTypeResponse = Shapes::StructureShape.new(name: 'CreateSlotTypeResponse')
|
175
|
+
CreateTestSetDiscrepancyReportRequest = Shapes::StructureShape.new(name: 'CreateTestSetDiscrepancyReportRequest')
|
176
|
+
CreateTestSetDiscrepancyReportResponse = Shapes::StructureShape.new(name: 'CreateTestSetDiscrepancyReportResponse')
|
156
177
|
CreateUploadUrlRequest = Shapes::StructureShape.new(name: 'CreateUploadUrlRequest')
|
157
178
|
CreateUploadUrlResponse = Shapes::StructureShape.new(name: 'CreateUploadUrlResponse')
|
158
179
|
CustomPayload = Shapes::StructureShape.new(name: 'CustomPayload')
|
@@ -190,6 +211,7 @@ module Aws::LexModelsV2
|
|
190
211
|
DeleteResourcePolicyStatementResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyStatementResponse')
|
191
212
|
DeleteSlotRequest = Shapes::StructureShape.new(name: 'DeleteSlotRequest')
|
192
213
|
DeleteSlotTypeRequest = Shapes::StructureShape.new(name: 'DeleteSlotTypeRequest')
|
214
|
+
DeleteTestSetRequest = Shapes::StructureShape.new(name: 'DeleteTestSetRequest')
|
193
215
|
DeleteUtterancesRequest = Shapes::StructureShape.new(name: 'DeleteUtterancesRequest')
|
194
216
|
DeleteUtterancesResponse = Shapes::StructureShape.new(name: 'DeleteUtterancesResponse')
|
195
217
|
DescribeBotAliasRequest = Shapes::StructureShape.new(name: 'DescribeBotAliasRequest')
|
@@ -216,6 +238,14 @@ module Aws::LexModelsV2
|
|
216
238
|
DescribeSlotResponse = Shapes::StructureShape.new(name: 'DescribeSlotResponse')
|
217
239
|
DescribeSlotTypeRequest = Shapes::StructureShape.new(name: 'DescribeSlotTypeRequest')
|
218
240
|
DescribeSlotTypeResponse = Shapes::StructureShape.new(name: 'DescribeSlotTypeResponse')
|
241
|
+
DescribeTestExecutionRequest = Shapes::StructureShape.new(name: 'DescribeTestExecutionRequest')
|
242
|
+
DescribeTestExecutionResponse = Shapes::StructureShape.new(name: 'DescribeTestExecutionResponse')
|
243
|
+
DescribeTestSetDiscrepancyReportRequest = Shapes::StructureShape.new(name: 'DescribeTestSetDiscrepancyReportRequest')
|
244
|
+
DescribeTestSetDiscrepancyReportResponse = Shapes::StructureShape.new(name: 'DescribeTestSetDiscrepancyReportResponse')
|
245
|
+
DescribeTestSetGenerationRequest = Shapes::StructureShape.new(name: 'DescribeTestSetGenerationRequest')
|
246
|
+
DescribeTestSetGenerationResponse = Shapes::StructureShape.new(name: 'DescribeTestSetGenerationResponse')
|
247
|
+
DescribeTestSetRequest = Shapes::StructureShape.new(name: 'DescribeTestSetRequest')
|
248
|
+
DescribeTestSetResponse = Shapes::StructureShape.new(name: 'DescribeTestSetResponse')
|
219
249
|
Description = Shapes::StringShape.new(name: 'Description')
|
220
250
|
DialogAction = Shapes::StructureShape.new(name: 'DialogAction')
|
221
251
|
DialogActionType = Shapes::StringShape.new(name: 'DialogActionType')
|
@@ -229,6 +259,7 @@ module Aws::LexModelsV2
|
|
229
259
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
230
260
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
231
261
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
262
|
+
ExecutionErrorDetails = Shapes::StructureShape.new(name: 'ExecutionErrorDetails')
|
232
263
|
ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
|
233
264
|
ExportFilterName = Shapes::StringShape.new(name: 'ExportFilterName')
|
234
265
|
ExportFilterOperator = Shapes::StringShape.new(name: 'ExportFilterOperator')
|
@@ -254,6 +285,8 @@ module Aws::LexModelsV2
|
|
254
285
|
FulfillmentUpdateResponseFrequency = Shapes::IntegerShape.new(name: 'FulfillmentUpdateResponseFrequency')
|
255
286
|
FulfillmentUpdateResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdateResponseSpecification')
|
256
287
|
FulfillmentUpdatesSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdatesSpecification')
|
288
|
+
GetTestExecutionArtifactsUrlRequest = Shapes::StructureShape.new(name: 'GetTestExecutionArtifactsUrlRequest')
|
289
|
+
GetTestExecutionArtifactsUrlResponse = Shapes::StructureShape.new(name: 'GetTestExecutionArtifactsUrlResponse')
|
257
290
|
GrammarSlotTypeSetting = Shapes::StructureShape.new(name: 'GrammarSlotTypeSetting')
|
258
291
|
GrammarSlotTypeSource = Shapes::StructureShape.new(name: 'GrammarSlotTypeSource')
|
259
292
|
HitCount = Shapes::IntegerShape.new(name: 'HitCount')
|
@@ -276,12 +309,20 @@ module Aws::LexModelsV2
|
|
276
309
|
InitialResponseSetting = Shapes::StructureShape.new(name: 'InitialResponseSetting')
|
277
310
|
InputContext = Shapes::StructureShape.new(name: 'InputContext')
|
278
311
|
InputContextsList = Shapes::ListShape.new(name: 'InputContextsList')
|
312
|
+
InputSessionStateSpecification = Shapes::StructureShape.new(name: 'InputSessionStateSpecification')
|
313
|
+
IntentClassificationTestResultItem = Shapes::StructureShape.new(name: 'IntentClassificationTestResultItem')
|
314
|
+
IntentClassificationTestResultItemCounts = Shapes::StructureShape.new(name: 'IntentClassificationTestResultItemCounts')
|
315
|
+
IntentClassificationTestResultItemList = Shapes::ListShape.new(name: 'IntentClassificationTestResultItemList')
|
316
|
+
IntentClassificationTestResults = Shapes::StructureShape.new(name: 'IntentClassificationTestResults')
|
279
317
|
IntentClosingSetting = Shapes::StructureShape.new(name: 'IntentClosingSetting')
|
280
318
|
IntentConfirmationSetting = Shapes::StructureShape.new(name: 'IntentConfirmationSetting')
|
281
319
|
IntentFilter = Shapes::StructureShape.new(name: 'IntentFilter')
|
282
320
|
IntentFilterName = Shapes::StringShape.new(name: 'IntentFilterName')
|
283
321
|
IntentFilterOperator = Shapes::StringShape.new(name: 'IntentFilterOperator')
|
284
322
|
IntentFilters = Shapes::ListShape.new(name: 'IntentFilters')
|
323
|
+
IntentLevelSlotResolutionTestResultItem = Shapes::StructureShape.new(name: 'IntentLevelSlotResolutionTestResultItem')
|
324
|
+
IntentLevelSlotResolutionTestResultItemList = Shapes::ListShape.new(name: 'IntentLevelSlotResolutionTestResultItemList')
|
325
|
+
IntentLevelSlotResolutionTestResults = Shapes::StructureShape.new(name: 'IntentLevelSlotResolutionTestResults')
|
285
326
|
IntentOverride = Shapes::StructureShape.new(name: 'IntentOverride')
|
286
327
|
IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
|
287
328
|
IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
|
@@ -329,6 +370,14 @@ module Aws::LexModelsV2
|
|
329
370
|
ListSlotsResponse = Shapes::StructureShape.new(name: 'ListSlotsResponse')
|
330
371
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
331
372
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
373
|
+
ListTestExecutionResultItemsRequest = Shapes::StructureShape.new(name: 'ListTestExecutionResultItemsRequest')
|
374
|
+
ListTestExecutionResultItemsResponse = Shapes::StructureShape.new(name: 'ListTestExecutionResultItemsResponse')
|
375
|
+
ListTestExecutionsRequest = Shapes::StructureShape.new(name: 'ListTestExecutionsRequest')
|
376
|
+
ListTestExecutionsResponse = Shapes::StructureShape.new(name: 'ListTestExecutionsResponse')
|
377
|
+
ListTestSetRecordsRequest = Shapes::StructureShape.new(name: 'ListTestSetRecordsRequest')
|
378
|
+
ListTestSetRecordsResponse = Shapes::StructureShape.new(name: 'ListTestSetRecordsResponse')
|
379
|
+
ListTestSetsRequest = Shapes::StructureShape.new(name: 'ListTestSetsRequest')
|
380
|
+
ListTestSetsResponse = Shapes::StructureShape.new(name: 'ListTestSetsResponse')
|
332
381
|
LocaleId = Shapes::StringShape.new(name: 'LocaleId')
|
333
382
|
LocaleName = Shapes::StringShape.new(name: 'LocaleName')
|
334
383
|
LogPrefix = Shapes::StringShape.new(name: 'LogPrefix')
|
@@ -356,6 +405,9 @@ module Aws::LexModelsV2
|
|
356
405
|
OperationList = Shapes::ListShape.new(name: 'OperationList')
|
357
406
|
OutputContext = Shapes::StructureShape.new(name: 'OutputContext')
|
358
407
|
OutputContextsList = Shapes::ListShape.new(name: 'OutputContextsList')
|
408
|
+
OverallTestResultItem = Shapes::StructureShape.new(name: 'OverallTestResultItem')
|
409
|
+
OverallTestResultItemList = Shapes::ListShape.new(name: 'OverallTestResultItemList')
|
410
|
+
OverallTestResults = Shapes::StructureShape.new(name: 'OverallTestResults')
|
359
411
|
ParentBotNetwork = Shapes::StructureShape.new(name: 'ParentBotNetwork')
|
360
412
|
ParentBotNetworks = Shapes::ListShape.new(name: 'ParentBotNetworks')
|
361
413
|
PathFormat = Shapes::StructureShape.new(name: 'PathFormat')
|
@@ -381,6 +433,7 @@ module Aws::LexModelsV2
|
|
381
433
|
RecommendedActions = Shapes::ListShape.new(name: 'RecommendedActions')
|
382
434
|
RecommendedIntentSummary = Shapes::StructureShape.new(name: 'RecommendedIntentSummary')
|
383
435
|
RecommendedIntentSummaryList = Shapes::ListShape.new(name: 'RecommendedIntentSummaryList')
|
436
|
+
RecordNumber = Shapes::IntegerShape.new(name: 'RecordNumber')
|
384
437
|
RegexPattern = Shapes::StringShape.new(name: 'RegexPattern')
|
385
438
|
RelativeAggregationDuration = Shapes::StructureShape.new(name: 'RelativeAggregationDuration')
|
386
439
|
ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
|
@@ -389,6 +442,11 @@ module Aws::LexModelsV2
|
|
389
442
|
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
390
443
|
RevisionId = Shapes::StringShape.new(name: 'RevisionId')
|
391
444
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
445
|
+
RuntimeHintDetails = Shapes::StructureShape.new(name: 'RuntimeHintDetails')
|
446
|
+
RuntimeHintPhrase = Shapes::StringShape.new(name: 'RuntimeHintPhrase')
|
447
|
+
RuntimeHintValue = Shapes::StructureShape.new(name: 'RuntimeHintValue')
|
448
|
+
RuntimeHintValuesList = Shapes::ListShape.new(name: 'RuntimeHintValuesList')
|
449
|
+
RuntimeHints = Shapes::StructureShape.new(name: 'RuntimeHints')
|
392
450
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
393
451
|
S3BucketLogDestination = Shapes::StructureShape.new(name: 'S3BucketLogDestination')
|
394
452
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
@@ -419,8 +477,13 @@ module Aws::LexModelsV2
|
|
419
477
|
SlotFilterName = Shapes::StringShape.new(name: 'SlotFilterName')
|
420
478
|
SlotFilterOperator = Shapes::StringShape.new(name: 'SlotFilterOperator')
|
421
479
|
SlotFilters = Shapes::ListShape.new(name: 'SlotFilters')
|
480
|
+
SlotHintsIntentMap = Shapes::MapShape.new(name: 'SlotHintsIntentMap')
|
481
|
+
SlotHintsSlotMap = Shapes::MapShape.new(name: 'SlotHintsSlotMap')
|
422
482
|
SlotPrioritiesList = Shapes::ListShape.new(name: 'SlotPrioritiesList')
|
423
483
|
SlotPriority = Shapes::StructureShape.new(name: 'SlotPriority')
|
484
|
+
SlotResolutionTestResultItem = Shapes::StructureShape.new(name: 'SlotResolutionTestResultItem')
|
485
|
+
SlotResolutionTestResultItemCounts = Shapes::StructureShape.new(name: 'SlotResolutionTestResultItemCounts')
|
486
|
+
SlotResolutionTestResultItems = Shapes::ListShape.new(name: 'SlotResolutionTestResultItems')
|
424
487
|
SlotShape = Shapes::StringShape.new(name: 'SlotShape')
|
425
488
|
SlotSortAttribute = Shapes::StringShape.new(name: 'SlotSortAttribute')
|
426
489
|
SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
|
@@ -453,6 +516,10 @@ module Aws::LexModelsV2
|
|
453
516
|
StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
|
454
517
|
StartImportRequest = Shapes::StructureShape.new(name: 'StartImportRequest')
|
455
518
|
StartImportResponse = Shapes::StructureShape.new(name: 'StartImportResponse')
|
519
|
+
StartTestExecutionRequest = Shapes::StructureShape.new(name: 'StartTestExecutionRequest')
|
520
|
+
StartTestExecutionResponse = Shapes::StructureShape.new(name: 'StartTestExecutionResponse')
|
521
|
+
StartTestSetGenerationRequest = Shapes::StructureShape.new(name: 'StartTestSetGenerationRequest')
|
522
|
+
StartTestSetGenerationResponse = Shapes::StructureShape.new(name: 'StartTestSetGenerationResponse')
|
456
523
|
StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
|
457
524
|
StillWaitingResponseSpecification = Shapes::StructureShape.new(name: 'StillWaitingResponseSpecification')
|
458
525
|
StillWaitingResponseTimeout = Shapes::IntegerShape.new(name: 'StillWaitingResponseTimeout')
|
@@ -473,6 +540,46 @@ module Aws::LexModelsV2
|
|
473
540
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
474
541
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
475
542
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
543
|
+
TestExecutionApiMode = Shapes::StringShape.new(name: 'TestExecutionApiMode')
|
544
|
+
TestExecutionModality = Shapes::StringShape.new(name: 'TestExecutionModality')
|
545
|
+
TestExecutionResultFilterBy = Shapes::StructureShape.new(name: 'TestExecutionResultFilterBy')
|
546
|
+
TestExecutionResultItems = Shapes::StructureShape.new(name: 'TestExecutionResultItems')
|
547
|
+
TestExecutionSortAttribute = Shapes::StringShape.new(name: 'TestExecutionSortAttribute')
|
548
|
+
TestExecutionSortBy = Shapes::StructureShape.new(name: 'TestExecutionSortBy')
|
549
|
+
TestExecutionStatus = Shapes::StringShape.new(name: 'TestExecutionStatus')
|
550
|
+
TestExecutionSummary = Shapes::StructureShape.new(name: 'TestExecutionSummary')
|
551
|
+
TestExecutionSummaryList = Shapes::ListShape.new(name: 'TestExecutionSummaryList')
|
552
|
+
TestExecutionTarget = Shapes::StructureShape.new(name: 'TestExecutionTarget')
|
553
|
+
TestResultMatchStatus = Shapes::StringShape.new(name: 'TestResultMatchStatus')
|
554
|
+
TestResultMatchStatusCountMap = Shapes::MapShape.new(name: 'TestResultMatchStatusCountMap')
|
555
|
+
TestResultSlotName = Shapes::StringShape.new(name: 'TestResultSlotName')
|
556
|
+
TestResultTypeFilter = Shapes::StringShape.new(name: 'TestResultTypeFilter')
|
557
|
+
TestSetAgentPrompt = Shapes::StringShape.new(name: 'TestSetAgentPrompt')
|
558
|
+
TestSetConversationId = Shapes::StringShape.new(name: 'TestSetConversationId')
|
559
|
+
TestSetDiscrepancyErrors = Shapes::StructureShape.new(name: 'TestSetDiscrepancyErrors')
|
560
|
+
TestSetDiscrepancyReportBotAliasTarget = Shapes::StructureShape.new(name: 'TestSetDiscrepancyReportBotAliasTarget')
|
561
|
+
TestSetDiscrepancyReportResourceTarget = Shapes::StructureShape.new(name: 'TestSetDiscrepancyReportResourceTarget')
|
562
|
+
TestSetDiscrepancyReportStatus = Shapes::StringShape.new(name: 'TestSetDiscrepancyReportStatus')
|
563
|
+
TestSetExportSpecification = Shapes::StructureShape.new(name: 'TestSetExportSpecification')
|
564
|
+
TestSetGenerationDataSource = Shapes::StructureShape.new(name: 'TestSetGenerationDataSource')
|
565
|
+
TestSetGenerationStatus = Shapes::StringShape.new(name: 'TestSetGenerationStatus')
|
566
|
+
TestSetImportInputLocation = Shapes::StructureShape.new(name: 'TestSetImportInputLocation')
|
567
|
+
TestSetImportResourceSpecification = Shapes::StructureShape.new(name: 'TestSetImportResourceSpecification')
|
568
|
+
TestSetIntentDiscrepancyItem = Shapes::StructureShape.new(name: 'TestSetIntentDiscrepancyItem')
|
569
|
+
TestSetIntentDiscrepancyList = Shapes::ListShape.new(name: 'TestSetIntentDiscrepancyList')
|
570
|
+
TestSetModality = Shapes::StringShape.new(name: 'TestSetModality')
|
571
|
+
TestSetSlotDiscrepancyItem = Shapes::StructureShape.new(name: 'TestSetSlotDiscrepancyItem')
|
572
|
+
TestSetSlotDiscrepancyList = Shapes::ListShape.new(name: 'TestSetSlotDiscrepancyList')
|
573
|
+
TestSetSortAttribute = Shapes::StringShape.new(name: 'TestSetSortAttribute')
|
574
|
+
TestSetSortBy = Shapes::StructureShape.new(name: 'TestSetSortBy')
|
575
|
+
TestSetStatus = Shapes::StringShape.new(name: 'TestSetStatus')
|
576
|
+
TestSetStorageLocation = Shapes::StructureShape.new(name: 'TestSetStorageLocation')
|
577
|
+
TestSetSummary = Shapes::StructureShape.new(name: 'TestSetSummary')
|
578
|
+
TestSetSummaryList = Shapes::ListShape.new(name: 'TestSetSummaryList')
|
579
|
+
TestSetTurnRecord = Shapes::StructureShape.new(name: 'TestSetTurnRecord')
|
580
|
+
TestSetTurnRecordList = Shapes::ListShape.new(name: 'TestSetTurnRecordList')
|
581
|
+
TestSetTurnResult = Shapes::StructureShape.new(name: 'TestSetTurnResult')
|
582
|
+
TestSetUtteranceText = Shapes::StringShape.new(name: 'TestSetUtteranceText')
|
476
583
|
TextInputSpecification = Shapes::StructureShape.new(name: 'TextInputSpecification')
|
477
584
|
TextLogDestination = Shapes::StructureShape.new(name: 'TextLogDestination')
|
478
585
|
TextLogSetting = Shapes::StructureShape.new(name: 'TextLogSetting')
|
@@ -486,6 +593,8 @@ module Aws::LexModelsV2
|
|
486
593
|
TranscriptFilter = Shapes::StructureShape.new(name: 'TranscriptFilter')
|
487
594
|
TranscriptFormat = Shapes::StringShape.new(name: 'TranscriptFormat')
|
488
595
|
TranscriptSourceSetting = Shapes::StructureShape.new(name: 'TranscriptSourceSetting')
|
596
|
+
TurnNumber = Shapes::IntegerShape.new(name: 'TurnNumber')
|
597
|
+
TurnSpecification = Shapes::StructureShape.new(name: 'TurnSpecification')
|
489
598
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
490
599
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
491
600
|
UpdateBotAliasRequest = Shapes::StructureShape.new(name: 'UpdateBotAliasRequest')
|
@@ -507,8 +616,23 @@ module Aws::LexModelsV2
|
|
507
616
|
UpdateSlotResponse = Shapes::StructureShape.new(name: 'UpdateSlotResponse')
|
508
617
|
UpdateSlotTypeRequest = Shapes::StructureShape.new(name: 'UpdateSlotTypeRequest')
|
509
618
|
UpdateSlotTypeResponse = Shapes::StructureShape.new(name: 'UpdateSlotTypeResponse')
|
619
|
+
UpdateTestSetRequest = Shapes::StructureShape.new(name: 'UpdateTestSetRequest')
|
620
|
+
UpdateTestSetResponse = Shapes::StructureShape.new(name: 'UpdateTestSetResponse')
|
621
|
+
UserTurnInputSpecification = Shapes::StructureShape.new(name: 'UserTurnInputSpecification')
|
622
|
+
UserTurnIntentOutput = Shapes::StructureShape.new(name: 'UserTurnIntentOutput')
|
623
|
+
UserTurnOutputSpecification = Shapes::StructureShape.new(name: 'UserTurnOutputSpecification')
|
624
|
+
UserTurnResult = Shapes::StructureShape.new(name: 'UserTurnResult')
|
625
|
+
UserTurnSlotOutput = Shapes::StructureShape.new(name: 'UserTurnSlotOutput')
|
626
|
+
UserTurnSlotOutputList = Shapes::ListShape.new(name: 'UserTurnSlotOutputList')
|
627
|
+
UserTurnSlotOutputMap = Shapes::MapShape.new(name: 'UserTurnSlotOutputMap')
|
628
|
+
UserTurnSpecification = Shapes::StructureShape.new(name: 'UserTurnSpecification')
|
510
629
|
Utterance = Shapes::StringShape.new(name: 'Utterance')
|
511
630
|
UtteranceAggregationDuration = Shapes::StructureShape.new(name: 'UtteranceAggregationDuration')
|
631
|
+
UtteranceAudioInputSpecification = Shapes::StructureShape.new(name: 'UtteranceAudioInputSpecification')
|
632
|
+
UtteranceInputSpecification = Shapes::StructureShape.new(name: 'UtteranceInputSpecification')
|
633
|
+
UtteranceLevelTestResultItem = Shapes::StructureShape.new(name: 'UtteranceLevelTestResultItem')
|
634
|
+
UtteranceLevelTestResultItemList = Shapes::ListShape.new(name: 'UtteranceLevelTestResultItemList')
|
635
|
+
UtteranceLevelTestResults = Shapes::StructureShape.new(name: 'UtteranceLevelTestResults')
|
512
636
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
513
637
|
Value = Shapes::StringShape.new(name: 'Value')
|
514
638
|
VoiceEngine = Shapes::StringShape.new(name: 'VoiceEngine')
|
@@ -517,9 +641,24 @@ module Aws::LexModelsV2
|
|
517
641
|
WaitAndContinueSpecification = Shapes::StructureShape.new(name: 'WaitAndContinueSpecification')
|
518
642
|
Weight = Shapes::IntegerShape.new(name: 'Weight')
|
519
643
|
|
644
|
+
ActiveContext.add_member(:name, Shapes::ShapeRef.new(shape: ActiveContextName, required: true, location_name: "name"))
|
645
|
+
ActiveContext.struct_class = Types::ActiveContext
|
646
|
+
|
647
|
+
ActiveContextList.member = Shapes::ShapeRef.new(shape: ActiveContext)
|
648
|
+
|
520
649
|
AdvancedRecognitionSetting.add_member(:audio_recognition_strategy, Shapes::ShapeRef.new(shape: AudioRecognitionStrategy, location_name: "audioRecognitionStrategy"))
|
521
650
|
AdvancedRecognitionSetting.struct_class = Types::AdvancedRecognitionSetting
|
522
651
|
|
652
|
+
AgentTurnResult.add_member(:expected_agent_prompt, Shapes::ShapeRef.new(shape: TestSetAgentPrompt, required: true, location_name: "expectedAgentPrompt"))
|
653
|
+
AgentTurnResult.add_member(:actual_agent_prompt, Shapes::ShapeRef.new(shape: TestSetAgentPrompt, location_name: "actualAgentPrompt"))
|
654
|
+
AgentTurnResult.add_member(:error_details, Shapes::ShapeRef.new(shape: ExecutionErrorDetails, location_name: "errorDetails"))
|
655
|
+
AgentTurnResult.add_member(:actual_elicited_slot, Shapes::ShapeRef.new(shape: TestResultSlotName, location_name: "actualElicitedSlot"))
|
656
|
+
AgentTurnResult.add_member(:actual_intent, Shapes::ShapeRef.new(shape: Name, location_name: "actualIntent"))
|
657
|
+
AgentTurnResult.struct_class = Types::AgentTurnResult
|
658
|
+
|
659
|
+
AgentTurnSpecification.add_member(:agent_prompt, Shapes::ShapeRef.new(shape: TestSetAgentPrompt, required: true, location_name: "agentPrompt"))
|
660
|
+
AgentTurnSpecification.struct_class = Types::AgentTurnSpecification
|
661
|
+
|
523
662
|
AggregatedUtterancesFilter.add_member(:name, Shapes::ShapeRef.new(shape: AggregatedUtterancesFilterName, required: true, location_name: "name"))
|
524
663
|
AggregatedUtterancesFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
525
664
|
AggregatedUtterancesFilter.add_member(:operator, Shapes::ShapeRef.new(shape: AggregatedUtterancesFilterOperator, required: true, location_name: "operator"))
|
@@ -638,6 +777,11 @@ module Aws::LexModelsV2
|
|
638
777
|
|
639
778
|
BotAliasSummaryList.member = Shapes::ShapeRef.new(shape: BotAliasSummary)
|
640
779
|
|
780
|
+
BotAliasTestExecutionTarget.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
|
781
|
+
BotAliasTestExecutionTarget.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location_name: "botAliasId"))
|
782
|
+
BotAliasTestExecutionTarget.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
|
783
|
+
BotAliasTestExecutionTarget.struct_class = Types::BotAliasTestExecutionTarget
|
784
|
+
|
641
785
|
BotExportSpecification.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
|
642
786
|
BotExportSpecification.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location_name: "botVersion"))
|
643
787
|
BotExportSpecification.struct_class = Types::BotExportSpecification
|
@@ -829,10 +973,53 @@ module Aws::LexModelsV2
|
|
829
973
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
830
974
|
ConflictException.struct_class = Types::ConflictException
|
831
975
|
|
976
|
+
ConversationLevelIntentClassificationResultItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
977
|
+
ConversationLevelIntentClassificationResultItem.add_member(:match_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, required: true, location_name: "matchResult"))
|
978
|
+
ConversationLevelIntentClassificationResultItem.struct_class = Types::ConversationLevelIntentClassificationResultItem
|
979
|
+
|
980
|
+
ConversationLevelIntentClassificationResults.member = Shapes::ShapeRef.new(shape: ConversationLevelIntentClassificationResultItem)
|
981
|
+
|
982
|
+
ConversationLevelResultDetail.add_member(:end_to_end_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, required: true, location_name: "endToEndResult"))
|
983
|
+
ConversationLevelResultDetail.add_member(:speech_transcription_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "speechTranscriptionResult"))
|
984
|
+
ConversationLevelResultDetail.struct_class = Types::ConversationLevelResultDetail
|
985
|
+
|
986
|
+
ConversationLevelSlotResolutionResultItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
987
|
+
ConversationLevelSlotResolutionResultItem.add_member(:slot_name, Shapes::ShapeRef.new(shape: TestResultSlotName, required: true, location_name: "slotName"))
|
988
|
+
ConversationLevelSlotResolutionResultItem.add_member(:match_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, required: true, location_name: "matchResult"))
|
989
|
+
ConversationLevelSlotResolutionResultItem.struct_class = Types::ConversationLevelSlotResolutionResultItem
|
990
|
+
|
991
|
+
ConversationLevelSlotResolutionResults.member = Shapes::ShapeRef.new(shape: ConversationLevelSlotResolutionResultItem)
|
992
|
+
|
993
|
+
ConversationLevelTestResultItem.add_member(:conversation_id, Shapes::ShapeRef.new(shape: TestSetConversationId, required: true, location_name: "conversationId"))
|
994
|
+
ConversationLevelTestResultItem.add_member(:end_to_end_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, required: true, location_name: "endToEndResult"))
|
995
|
+
ConversationLevelTestResultItem.add_member(:speech_transcription_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "speechTranscriptionResult"))
|
996
|
+
ConversationLevelTestResultItem.add_member(:intent_classification_results, Shapes::ShapeRef.new(shape: ConversationLevelIntentClassificationResults, required: true, location_name: "intentClassificationResults"))
|
997
|
+
ConversationLevelTestResultItem.add_member(:slot_resolution_results, Shapes::ShapeRef.new(shape: ConversationLevelSlotResolutionResults, required: true, location_name: "slotResolutionResults"))
|
998
|
+
ConversationLevelTestResultItem.struct_class = Types::ConversationLevelTestResultItem
|
999
|
+
|
1000
|
+
ConversationLevelTestResultItemList.member = Shapes::ShapeRef.new(shape: ConversationLevelTestResultItem)
|
1001
|
+
|
1002
|
+
ConversationLevelTestResults.add_member(:items, Shapes::ShapeRef.new(shape: ConversationLevelTestResultItemList, required: true, location_name: "items"))
|
1003
|
+
ConversationLevelTestResults.struct_class = Types::ConversationLevelTestResults
|
1004
|
+
|
1005
|
+
ConversationLevelTestResultsFilterBy.add_member(:end_to_end_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "endToEndResult"))
|
1006
|
+
ConversationLevelTestResultsFilterBy.struct_class = Types::ConversationLevelTestResultsFilterBy
|
1007
|
+
|
832
1008
|
ConversationLogSettings.add_member(:text_log_settings, Shapes::ShapeRef.new(shape: TextLogSettingsList, location_name: "textLogSettings"))
|
833
1009
|
ConversationLogSettings.add_member(:audio_log_settings, Shapes::ShapeRef.new(shape: AudioLogSettingsList, location_name: "audioLogSettings"))
|
834
1010
|
ConversationLogSettings.struct_class = Types::ConversationLogSettings
|
835
1011
|
|
1012
|
+
ConversationLogsDataSource.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
|
1013
|
+
ConversationLogsDataSource.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location_name: "botAliasId"))
|
1014
|
+
ConversationLogsDataSource.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
|
1015
|
+
ConversationLogsDataSource.add_member(:filter, Shapes::ShapeRef.new(shape: ConversationLogsDataSourceFilterBy, required: true, location_name: "filter"))
|
1016
|
+
ConversationLogsDataSource.struct_class = Types::ConversationLogsDataSource
|
1017
|
+
|
1018
|
+
ConversationLogsDataSourceFilterBy.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
1019
|
+
ConversationLogsDataSourceFilterBy.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
1020
|
+
ConversationLogsDataSourceFilterBy.add_member(:input_mode, Shapes::ShapeRef.new(shape: ConversationLogsInputModeFilter, required: true, location_name: "inputMode"))
|
1021
|
+
ConversationLogsDataSourceFilterBy.struct_class = Types::ConversationLogsDataSourceFilterBy
|
1022
|
+
|
836
1023
|
CreateBotAliasRequest.add_member(:bot_alias_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botAliasName"))
|
837
1024
|
CreateBotAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
838
1025
|
CreateBotAliasRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
|
@@ -1038,6 +1225,16 @@ module Aws::LexModelsV2
|
|
1038
1225
|
CreateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
|
1039
1226
|
CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
|
1040
1227
|
|
1228
|
+
CreateTestSetDiscrepancyReportRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
1229
|
+
CreateTestSetDiscrepancyReportRequest.add_member(:target, Shapes::ShapeRef.new(shape: TestSetDiscrepancyReportResourceTarget, required: true, location_name: "target"))
|
1230
|
+
CreateTestSetDiscrepancyReportRequest.struct_class = Types::CreateTestSetDiscrepancyReportRequest
|
1231
|
+
|
1232
|
+
CreateTestSetDiscrepancyReportResponse.add_member(:test_set_discrepancy_report_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetDiscrepancyReportId"))
|
1233
|
+
CreateTestSetDiscrepancyReportResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1234
|
+
CreateTestSetDiscrepancyReportResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
1235
|
+
CreateTestSetDiscrepancyReportResponse.add_member(:target, Shapes::ShapeRef.new(shape: TestSetDiscrepancyReportResourceTarget, location_name: "target"))
|
1236
|
+
CreateTestSetDiscrepancyReportResponse.struct_class = Types::CreateTestSetDiscrepancyReportResponse
|
1237
|
+
|
1041
1238
|
CreateUploadUrlRequest.struct_class = Types::CreateUploadUrlRequest
|
1042
1239
|
|
1043
1240
|
CreateUploadUrlResponse.add_member(:import_id, Shapes::ShapeRef.new(shape: Id, location_name: "importId"))
|
@@ -1188,6 +1385,9 @@ module Aws::LexModelsV2
|
|
1188
1385
|
DeleteSlotTypeRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
|
1189
1386
|
DeleteSlotTypeRequest.struct_class = Types::DeleteSlotTypeRequest
|
1190
1387
|
|
1388
|
+
DeleteTestSetRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
1389
|
+
DeleteTestSetRequest.struct_class = Types::DeleteTestSetRequest
|
1390
|
+
|
1191
1391
|
DeleteUtterancesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
|
1192
1392
|
DeleteUtterancesRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location: "querystring", location_name: "localeId"))
|
1193
1393
|
DeleteUtterancesRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location: "querystring", location_name: "sessionId"))
|
@@ -1411,6 +1611,66 @@ module Aws::LexModelsV2
|
|
1411
1611
|
DescribeSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
|
1412
1612
|
DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
|
1413
1613
|
|
1614
|
+
DescribeTestExecutionRequest.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testExecutionId"))
|
1615
|
+
DescribeTestExecutionRequest.struct_class = Types::DescribeTestExecutionRequest
|
1616
|
+
|
1617
|
+
DescribeTestExecutionResponse.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, location_name: "testExecutionId"))
|
1618
|
+
DescribeTestExecutionResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1619
|
+
DescribeTestExecutionResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1620
|
+
DescribeTestExecutionResponse.add_member(:test_execution_status, Shapes::ShapeRef.new(shape: TestExecutionStatus, location_name: "testExecutionStatus"))
|
1621
|
+
DescribeTestExecutionResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
1622
|
+
DescribeTestExecutionResponse.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
1623
|
+
DescribeTestExecutionResponse.add_member(:target, Shapes::ShapeRef.new(shape: TestExecutionTarget, location_name: "target"))
|
1624
|
+
DescribeTestExecutionResponse.add_member(:api_mode, Shapes::ShapeRef.new(shape: TestExecutionApiMode, location_name: "apiMode"))
|
1625
|
+
DescribeTestExecutionResponse.add_member(:test_execution_modality, Shapes::ShapeRef.new(shape: TestExecutionModality, location_name: "testExecutionModality"))
|
1626
|
+
DescribeTestExecutionResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1627
|
+
DescribeTestExecutionResponse.struct_class = Types::DescribeTestExecutionResponse
|
1628
|
+
|
1629
|
+
DescribeTestSetDiscrepancyReportRequest.add_member(:test_set_discrepancy_report_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetDiscrepancyReportId"))
|
1630
|
+
DescribeTestSetDiscrepancyReportRequest.struct_class = Types::DescribeTestSetDiscrepancyReportRequest
|
1631
|
+
|
1632
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:test_set_discrepancy_report_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetDiscrepancyReportId"))
|
1633
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
1634
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1635
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:target, Shapes::ShapeRef.new(shape: TestSetDiscrepancyReportResourceTarget, location_name: "target"))
|
1636
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:test_set_discrepancy_report_status, Shapes::ShapeRef.new(shape: TestSetDiscrepancyReportStatus, location_name: "testSetDiscrepancyReportStatus"))
|
1637
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:last_updated_data_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDataTime"))
|
1638
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:test_set_discrepancy_top_errors, Shapes::ShapeRef.new(shape: TestSetDiscrepancyErrors, location_name: "testSetDiscrepancyTopErrors"))
|
1639
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:test_set_discrepancy_raw_output_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "testSetDiscrepancyRawOutputUrl"))
|
1640
|
+
DescribeTestSetDiscrepancyReportResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1641
|
+
DescribeTestSetDiscrepancyReportResponse.struct_class = Types::DescribeTestSetDiscrepancyReportResponse
|
1642
|
+
|
1643
|
+
DescribeTestSetGenerationRequest.add_member(:test_set_generation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetGenerationId"))
|
1644
|
+
DescribeTestSetGenerationRequest.struct_class = Types::DescribeTestSetGenerationRequest
|
1645
|
+
|
1646
|
+
DescribeTestSetGenerationResponse.add_member(:test_set_generation_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetGenerationId"))
|
1647
|
+
DescribeTestSetGenerationResponse.add_member(:test_set_generation_status, Shapes::ShapeRef.new(shape: TestSetGenerationStatus, location_name: "testSetGenerationStatus"))
|
1648
|
+
DescribeTestSetGenerationResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
1649
|
+
DescribeTestSetGenerationResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
1650
|
+
DescribeTestSetGenerationResponse.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
1651
|
+
DescribeTestSetGenerationResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1652
|
+
DescribeTestSetGenerationResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, location_name: "storageLocation"))
|
1653
|
+
DescribeTestSetGenerationResponse.add_member(:generation_data_source, Shapes::ShapeRef.new(shape: TestSetGenerationDataSource, location_name: "generationDataSource"))
|
1654
|
+
DescribeTestSetGenerationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1655
|
+
DescribeTestSetGenerationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1656
|
+
DescribeTestSetGenerationResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1657
|
+
DescribeTestSetGenerationResponse.struct_class = Types::DescribeTestSetGenerationResponse
|
1658
|
+
|
1659
|
+
DescribeTestSetRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
1660
|
+
DescribeTestSetRequest.struct_class = Types::DescribeTestSetRequest
|
1661
|
+
|
1662
|
+
DescribeTestSetResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
1663
|
+
DescribeTestSetResponse.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
1664
|
+
DescribeTestSetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1665
|
+
DescribeTestSetResponse.add_member(:modality, Shapes::ShapeRef.new(shape: TestSetModality, location_name: "modality"))
|
1666
|
+
DescribeTestSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestSetStatus, location_name: "status"))
|
1667
|
+
DescribeTestSetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
1668
|
+
DescribeTestSetResponse.add_member(:num_turns, Shapes::ShapeRef.new(shape: Count, location_name: "numTurns"))
|
1669
|
+
DescribeTestSetResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, location_name: "storageLocation"))
|
1670
|
+
DescribeTestSetResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
1671
|
+
DescribeTestSetResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
1672
|
+
DescribeTestSetResponse.struct_class = Types::DescribeTestSetResponse
|
1673
|
+
|
1414
1674
|
DialogAction.add_member(:type, Shapes::ShapeRef.new(shape: DialogActionType, required: true, location_name: "type"))
|
1415
1675
|
DialogAction.add_member(:slot_to_elicit, Shapes::ShapeRef.new(shape: Name, location_name: "slotToElicit"))
|
1416
1676
|
DialogAction.add_member(:suppress_next_message, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "suppressNextMessage"))
|
@@ -1439,6 +1699,10 @@ module Aws::LexModelsV2
|
|
1439
1699
|
EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
|
1440
1700
|
EncryptionSetting.struct_class = Types::EncryptionSetting
|
1441
1701
|
|
1702
|
+
ExecutionErrorDetails.add_member(:error_code, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "errorCode"))
|
1703
|
+
ExecutionErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "errorMessage"))
|
1704
|
+
ExecutionErrorDetails.struct_class = Types::ExecutionErrorDetails
|
1705
|
+
|
1442
1706
|
ExportFilter.add_member(:name, Shapes::ShapeRef.new(shape: ExportFilterName, required: true, location_name: "name"))
|
1443
1707
|
ExportFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
|
1444
1708
|
ExportFilter.add_member(:operator, Shapes::ShapeRef.new(shape: ExportFilterOperator, required: true, location_name: "operator"))
|
@@ -1449,6 +1713,7 @@ module Aws::LexModelsV2
|
|
1449
1713
|
ExportResourceSpecification.add_member(:bot_export_specification, Shapes::ShapeRef.new(shape: BotExportSpecification, location_name: "botExportSpecification"))
|
1450
1714
|
ExportResourceSpecification.add_member(:bot_locale_export_specification, Shapes::ShapeRef.new(shape: BotLocaleExportSpecification, location_name: "botLocaleExportSpecification"))
|
1451
1715
|
ExportResourceSpecification.add_member(:custom_vocabulary_export_specification, Shapes::ShapeRef.new(shape: CustomVocabularyExportSpecification, location_name: "customVocabularyExportSpecification"))
|
1716
|
+
ExportResourceSpecification.add_member(:test_set_export_specification, Shapes::ShapeRef.new(shape: TestSetExportSpecification, location_name: "testSetExportSpecification"))
|
1452
1717
|
ExportResourceSpecification.struct_class = Types::ExportResourceSpecification
|
1453
1718
|
|
1454
1719
|
ExportSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: ExportSortAttribute, required: true, location_name: "attribute"))
|
@@ -1501,6 +1766,13 @@ module Aws::LexModelsV2
|
|
1501
1766
|
FulfillmentUpdatesSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentTimeout, location_name: "timeoutInSeconds"))
|
1502
1767
|
FulfillmentUpdatesSpecification.struct_class = Types::FulfillmentUpdatesSpecification
|
1503
1768
|
|
1769
|
+
GetTestExecutionArtifactsUrlRequest.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testExecutionId"))
|
1770
|
+
GetTestExecutionArtifactsUrlRequest.struct_class = Types::GetTestExecutionArtifactsUrlRequest
|
1771
|
+
|
1772
|
+
GetTestExecutionArtifactsUrlResponse.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, location_name: "testExecutionId"))
|
1773
|
+
GetTestExecutionArtifactsUrlResponse.add_member(:download_artifacts_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "downloadArtifactsUrl"))
|
1774
|
+
GetTestExecutionArtifactsUrlResponse.struct_class = Types::GetTestExecutionArtifactsUrlResponse
|
1775
|
+
|
1504
1776
|
GrammarSlotTypeSetting.add_member(:source, Shapes::ShapeRef.new(shape: GrammarSlotTypeSource, location_name: "source"))
|
1505
1777
|
GrammarSlotTypeSetting.struct_class = Types::GrammarSlotTypeSetting
|
1506
1778
|
|
@@ -1525,6 +1797,7 @@ module Aws::LexModelsV2
|
|
1525
1797
|
ImportResourceSpecification.add_member(:bot_import_specification, Shapes::ShapeRef.new(shape: BotImportSpecification, location_name: "botImportSpecification"))
|
1526
1798
|
ImportResourceSpecification.add_member(:bot_locale_import_specification, Shapes::ShapeRef.new(shape: BotLocaleImportSpecification, location_name: "botLocaleImportSpecification"))
|
1527
1799
|
ImportResourceSpecification.add_member(:custom_vocabulary_import_specification, Shapes::ShapeRef.new(shape: CustomVocabularyImportSpecification, location_name: "customVocabularyImportSpecification"))
|
1800
|
+
ImportResourceSpecification.add_member(:test_set_import_resource_specification, Shapes::ShapeRef.new(shape: TestSetImportResourceSpecification, location_name: "testSetImportResourceSpecification"))
|
1528
1801
|
ImportResourceSpecification.struct_class = Types::ImportResourceSpecification
|
1529
1802
|
|
1530
1803
|
ImportSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: ImportSortAttribute, required: true, location_name: "attribute"))
|
@@ -1554,6 +1827,26 @@ module Aws::LexModelsV2
|
|
1554
1827
|
|
1555
1828
|
InputContextsList.member = Shapes::ShapeRef.new(shape: InputContext)
|
1556
1829
|
|
1830
|
+
InputSessionStateSpecification.add_member(:session_attributes, Shapes::ShapeRef.new(shape: StringMap, location_name: "sessionAttributes"))
|
1831
|
+
InputSessionStateSpecification.add_member(:active_contexts, Shapes::ShapeRef.new(shape: ActiveContextList, location_name: "activeContexts"))
|
1832
|
+
InputSessionStateSpecification.add_member(:runtime_hints, Shapes::ShapeRef.new(shape: RuntimeHints, location_name: "runtimeHints"))
|
1833
|
+
InputSessionStateSpecification.struct_class = Types::InputSessionStateSpecification
|
1834
|
+
|
1835
|
+
IntentClassificationTestResultItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
1836
|
+
IntentClassificationTestResultItem.add_member(:multi_turn_conversation, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "multiTurnConversation"))
|
1837
|
+
IntentClassificationTestResultItem.add_member(:result_counts, Shapes::ShapeRef.new(shape: IntentClassificationTestResultItemCounts, required: true, location_name: "resultCounts"))
|
1838
|
+
IntentClassificationTestResultItem.struct_class = Types::IntentClassificationTestResultItem
|
1839
|
+
|
1840
|
+
IntentClassificationTestResultItemCounts.add_member(:total_result_count, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "totalResultCount"))
|
1841
|
+
IntentClassificationTestResultItemCounts.add_member(:speech_transcription_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, location_name: "speechTranscriptionResultCounts"))
|
1842
|
+
IntentClassificationTestResultItemCounts.add_member(:intent_match_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, required: true, location_name: "intentMatchResultCounts"))
|
1843
|
+
IntentClassificationTestResultItemCounts.struct_class = Types::IntentClassificationTestResultItemCounts
|
1844
|
+
|
1845
|
+
IntentClassificationTestResultItemList.member = Shapes::ShapeRef.new(shape: IntentClassificationTestResultItem)
|
1846
|
+
|
1847
|
+
IntentClassificationTestResults.add_member(:items, Shapes::ShapeRef.new(shape: IntentClassificationTestResultItemList, required: true, location_name: "items"))
|
1848
|
+
IntentClassificationTestResults.struct_class = Types::IntentClassificationTestResults
|
1849
|
+
|
1557
1850
|
IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "closingResponse"))
|
1558
1851
|
IntentClosingSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
|
1559
1852
|
IntentClosingSetting.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
|
@@ -1582,6 +1875,16 @@ module Aws::LexModelsV2
|
|
1582
1875
|
|
1583
1876
|
IntentFilters.member = Shapes::ShapeRef.new(shape: IntentFilter)
|
1584
1877
|
|
1878
|
+
IntentLevelSlotResolutionTestResultItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
1879
|
+
IntentLevelSlotResolutionTestResultItem.add_member(:multi_turn_conversation, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "multiTurnConversation"))
|
1880
|
+
IntentLevelSlotResolutionTestResultItem.add_member(:slot_resolution_results, Shapes::ShapeRef.new(shape: SlotResolutionTestResultItems, required: true, location_name: "slotResolutionResults"))
|
1881
|
+
IntentLevelSlotResolutionTestResultItem.struct_class = Types::IntentLevelSlotResolutionTestResultItem
|
1882
|
+
|
1883
|
+
IntentLevelSlotResolutionTestResultItemList.member = Shapes::ShapeRef.new(shape: IntentLevelSlotResolutionTestResultItem)
|
1884
|
+
|
1885
|
+
IntentLevelSlotResolutionTestResults.add_member(:items, Shapes::ShapeRef.new(shape: IntentLevelSlotResolutionTestResultItemList, required: true, location_name: "items"))
|
1886
|
+
IntentLevelSlotResolutionTestResults.struct_class = Types::IntentLevelSlotResolutionTestResults
|
1887
|
+
|
1585
1888
|
IntentOverride.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
1586
1889
|
IntentOverride.add_member(:slots, Shapes::ShapeRef.new(shape: SlotValueOverrideMap, location_name: "slots"))
|
1587
1890
|
IntentOverride.struct_class = Types::IntentOverride
|
@@ -1841,6 +2144,43 @@ module Aws::LexModelsV2
|
|
1841
2144
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1842
2145
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1843
2146
|
|
2147
|
+
ListTestExecutionResultItemsRequest.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testExecutionId"))
|
2148
|
+
ListTestExecutionResultItemsRequest.add_member(:result_filter_by, Shapes::ShapeRef.new(shape: TestExecutionResultFilterBy, required: true, location_name: "resultFilterBy"))
|
2149
|
+
ListTestExecutionResultItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2150
|
+
ListTestExecutionResultItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2151
|
+
ListTestExecutionResultItemsRequest.struct_class = Types::ListTestExecutionResultItemsRequest
|
2152
|
+
|
2153
|
+
ListTestExecutionResultItemsResponse.add_member(:test_execution_results, Shapes::ShapeRef.new(shape: TestExecutionResultItems, location_name: "testExecutionResults"))
|
2154
|
+
ListTestExecutionResultItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2155
|
+
ListTestExecutionResultItemsResponse.struct_class = Types::ListTestExecutionResultItemsResponse
|
2156
|
+
|
2157
|
+
ListTestExecutionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TestExecutionSortBy, location_name: "sortBy"))
|
2158
|
+
ListTestExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2159
|
+
ListTestExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2160
|
+
ListTestExecutionsRequest.struct_class = Types::ListTestExecutionsRequest
|
2161
|
+
|
2162
|
+
ListTestExecutionsResponse.add_member(:test_executions, Shapes::ShapeRef.new(shape: TestExecutionSummaryList, location_name: "testExecutions"))
|
2163
|
+
ListTestExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2164
|
+
ListTestExecutionsResponse.struct_class = Types::ListTestExecutionsResponse
|
2165
|
+
|
2166
|
+
ListTestSetRecordsRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
2167
|
+
ListTestSetRecordsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2168
|
+
ListTestSetRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2169
|
+
ListTestSetRecordsRequest.struct_class = Types::ListTestSetRecordsRequest
|
2170
|
+
|
2171
|
+
ListTestSetRecordsResponse.add_member(:test_set_records, Shapes::ShapeRef.new(shape: TestSetTurnRecordList, location_name: "testSetRecords"))
|
2172
|
+
ListTestSetRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2173
|
+
ListTestSetRecordsResponse.struct_class = Types::ListTestSetRecordsResponse
|
2174
|
+
|
2175
|
+
ListTestSetsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TestSetSortBy, location_name: "sortBy"))
|
2176
|
+
ListTestSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2177
|
+
ListTestSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2178
|
+
ListTestSetsRequest.struct_class = Types::ListTestSetsRequest
|
2179
|
+
|
2180
|
+
ListTestSetsResponse.add_member(:test_sets, Shapes::ShapeRef.new(shape: TestSetSummaryList, location_name: "testSets"))
|
2181
|
+
ListTestSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2182
|
+
ListTestSetsResponse.struct_class = Types::ListTestSetsResponse
|
2183
|
+
|
1844
2184
|
Message.add_member(:plain_text_message, Shapes::ShapeRef.new(shape: PlainTextMessage, location_name: "plainTextMessage"))
|
1845
2185
|
Message.add_member(:custom_payload, Shapes::ShapeRef.new(shape: CustomPayload, location_name: "customPayload"))
|
1846
2186
|
Message.add_member(:ssml_message, Shapes::ShapeRef.new(shape: SSMLMessage, location_name: "ssmlMessage"))
|
@@ -1877,6 +2217,17 @@ module Aws::LexModelsV2
|
|
1877
2217
|
|
1878
2218
|
OutputContextsList.member = Shapes::ShapeRef.new(shape: OutputContext)
|
1879
2219
|
|
2220
|
+
OverallTestResultItem.add_member(:multi_turn_conversation, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "multiTurnConversation"))
|
2221
|
+
OverallTestResultItem.add_member(:total_result_count, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "totalResultCount"))
|
2222
|
+
OverallTestResultItem.add_member(:speech_transcription_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, location_name: "speechTranscriptionResultCounts"))
|
2223
|
+
OverallTestResultItem.add_member(:end_to_end_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, required: true, location_name: "endToEndResultCounts"))
|
2224
|
+
OverallTestResultItem.struct_class = Types::OverallTestResultItem
|
2225
|
+
|
2226
|
+
OverallTestResultItemList.member = Shapes::ShapeRef.new(shape: OverallTestResultItem)
|
2227
|
+
|
2228
|
+
OverallTestResults.add_member(:items, Shapes::ShapeRef.new(shape: OverallTestResultItemList, required: true, location_name: "items"))
|
2229
|
+
OverallTestResults.struct_class = Types::OverallTestResults
|
2230
|
+
|
1880
2231
|
ParentBotNetwork.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
|
1881
2232
|
ParentBotNetwork.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location_name: "botVersion"))
|
1882
2233
|
ParentBotNetwork.struct_class = Types::ParentBotNetwork
|
@@ -1956,6 +2307,18 @@ module Aws::LexModelsV2
|
|
1956
2307
|
ResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
|
1957
2308
|
ResponseSpecification.struct_class = Types::ResponseSpecification
|
1958
2309
|
|
2310
|
+
RuntimeHintDetails.add_member(:runtime_hint_values, Shapes::ShapeRef.new(shape: RuntimeHintValuesList, location_name: "runtimeHintValues"))
|
2311
|
+
RuntimeHintDetails.add_member(:sub_slot_hints, Shapes::ShapeRef.new(shape: SlotHintsSlotMap, location_name: "subSlotHints"))
|
2312
|
+
RuntimeHintDetails.struct_class = Types::RuntimeHintDetails
|
2313
|
+
|
2314
|
+
RuntimeHintValue.add_member(:phrase, Shapes::ShapeRef.new(shape: RuntimeHintPhrase, required: true, location_name: "phrase"))
|
2315
|
+
RuntimeHintValue.struct_class = Types::RuntimeHintValue
|
2316
|
+
|
2317
|
+
RuntimeHintValuesList.member = Shapes::ShapeRef.new(shape: RuntimeHintValue)
|
2318
|
+
|
2319
|
+
RuntimeHints.add_member(:slot_hints, Shapes::ShapeRef.new(shape: SlotHintsIntentMap, location_name: "slotHints"))
|
2320
|
+
RuntimeHints.struct_class = Types::RuntimeHints
|
2321
|
+
|
1959
2322
|
S3BucketLogDestination.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1960
2323
|
S3BucketLogDestination.add_member(:s3_bucket_arn, Shapes::ShapeRef.new(shape: S3BucketArn, required: true, location_name: "s3BucketArn"))
|
1961
2324
|
S3BucketLogDestination.add_member(:log_prefix, Shapes::ShapeRef.new(shape: LogPrefix, required: true, location_name: "logPrefix"))
|
@@ -2029,12 +2392,29 @@ module Aws::LexModelsV2
|
|
2029
2392
|
|
2030
2393
|
SlotFilters.member = Shapes::ShapeRef.new(shape: SlotFilter)
|
2031
2394
|
|
2395
|
+
SlotHintsIntentMap.key = Shapes::ShapeRef.new(shape: Name)
|
2396
|
+
SlotHintsIntentMap.value = Shapes::ShapeRef.new(shape: SlotHintsSlotMap)
|
2397
|
+
|
2398
|
+
SlotHintsSlotMap.key = Shapes::ShapeRef.new(shape: Name)
|
2399
|
+
SlotHintsSlotMap.value = Shapes::ShapeRef.new(shape: RuntimeHintDetails)
|
2400
|
+
|
2032
2401
|
SlotPrioritiesList.member = Shapes::ShapeRef.new(shape: SlotPriority)
|
2033
2402
|
|
2034
2403
|
SlotPriority.add_member(:priority, Shapes::ShapeRef.new(shape: PriorityValue, required: true, location_name: "priority"))
|
2035
2404
|
SlotPriority.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "slotId"))
|
2036
2405
|
SlotPriority.struct_class = Types::SlotPriority
|
2037
2406
|
|
2407
|
+
SlotResolutionTestResultItem.add_member(:slot_name, Shapes::ShapeRef.new(shape: TestResultSlotName, required: true, location_name: "slotName"))
|
2408
|
+
SlotResolutionTestResultItem.add_member(:result_counts, Shapes::ShapeRef.new(shape: SlotResolutionTestResultItemCounts, required: true, location_name: "resultCounts"))
|
2409
|
+
SlotResolutionTestResultItem.struct_class = Types::SlotResolutionTestResultItem
|
2410
|
+
|
2411
|
+
SlotResolutionTestResultItemCounts.add_member(:total_result_count, Shapes::ShapeRef.new(shape: Count, required: true, location_name: "totalResultCount"))
|
2412
|
+
SlotResolutionTestResultItemCounts.add_member(:speech_transcription_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, location_name: "speechTranscriptionResultCounts"))
|
2413
|
+
SlotResolutionTestResultItemCounts.add_member(:slot_match_result_counts, Shapes::ShapeRef.new(shape: TestResultMatchStatusCountMap, required: true, location_name: "slotMatchResultCounts"))
|
2414
|
+
SlotResolutionTestResultItemCounts.struct_class = Types::SlotResolutionTestResultItemCounts
|
2415
|
+
|
2416
|
+
SlotResolutionTestResultItems.member = Shapes::ShapeRef.new(shape: SlotResolutionTestResultItem)
|
2417
|
+
|
2038
2418
|
SlotSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: SlotSortAttribute, required: true, location_name: "attribute"))
|
2039
2419
|
SlotSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
2040
2420
|
SlotSortBy.struct_class = Types::SlotSortBy
|
@@ -2143,6 +2523,39 @@ module Aws::LexModelsV2
|
|
2143
2523
|
StartImportResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2144
2524
|
StartImportResponse.struct_class = Types::StartImportResponse
|
2145
2525
|
|
2526
|
+
StartTestExecutionRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
2527
|
+
StartTestExecutionRequest.add_member(:target, Shapes::ShapeRef.new(shape: TestExecutionTarget, required: true, location_name: "target"))
|
2528
|
+
StartTestExecutionRequest.add_member(:api_mode, Shapes::ShapeRef.new(shape: TestExecutionApiMode, required: true, location_name: "apiMode"))
|
2529
|
+
StartTestExecutionRequest.add_member(:test_execution_modality, Shapes::ShapeRef.new(shape: TestExecutionModality, location_name: "testExecutionModality"))
|
2530
|
+
StartTestExecutionRequest.struct_class = Types::StartTestExecutionRequest
|
2531
|
+
|
2532
|
+
StartTestExecutionResponse.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, location_name: "testExecutionId"))
|
2533
|
+
StartTestExecutionResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2534
|
+
StartTestExecutionResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
2535
|
+
StartTestExecutionResponse.add_member(:target, Shapes::ShapeRef.new(shape: TestExecutionTarget, location_name: "target"))
|
2536
|
+
StartTestExecutionResponse.add_member(:api_mode, Shapes::ShapeRef.new(shape: TestExecutionApiMode, location_name: "apiMode"))
|
2537
|
+
StartTestExecutionResponse.add_member(:test_execution_modality, Shapes::ShapeRef.new(shape: TestExecutionModality, location_name: "testExecutionModality"))
|
2538
|
+
StartTestExecutionResponse.struct_class = Types::StartTestExecutionResponse
|
2539
|
+
|
2540
|
+
StartTestSetGenerationRequest.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "testSetName"))
|
2541
|
+
StartTestSetGenerationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2542
|
+
StartTestSetGenerationRequest.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, required: true, location_name: "storageLocation"))
|
2543
|
+
StartTestSetGenerationRequest.add_member(:generation_data_source, Shapes::ShapeRef.new(shape: TestSetGenerationDataSource, required: true, location_name: "generationDataSource"))
|
2544
|
+
StartTestSetGenerationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
2545
|
+
StartTestSetGenerationRequest.add_member(:test_set_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "testSetTags"))
|
2546
|
+
StartTestSetGenerationRequest.struct_class = Types::StartTestSetGenerationRequest
|
2547
|
+
|
2548
|
+
StartTestSetGenerationResponse.add_member(:test_set_generation_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetGenerationId"))
|
2549
|
+
StartTestSetGenerationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2550
|
+
StartTestSetGenerationResponse.add_member(:test_set_generation_status, Shapes::ShapeRef.new(shape: TestSetGenerationStatus, location_name: "testSetGenerationStatus"))
|
2551
|
+
StartTestSetGenerationResponse.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
2552
|
+
StartTestSetGenerationResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2553
|
+
StartTestSetGenerationResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, location_name: "storageLocation"))
|
2554
|
+
StartTestSetGenerationResponse.add_member(:generation_data_source, Shapes::ShapeRef.new(shape: TestSetGenerationDataSource, location_name: "generationDataSource"))
|
2555
|
+
StartTestSetGenerationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
2556
|
+
StartTestSetGenerationResponse.add_member(:test_set_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "testSetTags"))
|
2557
|
+
StartTestSetGenerationResponse.struct_class = Types::StartTestSetGenerationResponse
|
2558
|
+
|
2146
2559
|
StillWaitingResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
|
2147
2560
|
StillWaitingResponseSpecification.add_member(:frequency_in_seconds, Shapes::ShapeRef.new(shape: StillWaitingResponseFrequency, required: true, location_name: "frequencyInSeconds"))
|
2148
2561
|
StillWaitingResponseSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: StillWaitingResponseTimeout, required: true, location_name: "timeoutInSeconds"))
|
@@ -2197,6 +2610,119 @@ module Aws::LexModelsV2
|
|
2197
2610
|
|
2198
2611
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
2199
2612
|
|
2613
|
+
TestExecutionResultFilterBy.add_member(:result_type_filter, Shapes::ShapeRef.new(shape: TestResultTypeFilter, required: true, location_name: "resultTypeFilter"))
|
2614
|
+
TestExecutionResultFilterBy.add_member(:conversation_level_test_results_filter_by, Shapes::ShapeRef.new(shape: ConversationLevelTestResultsFilterBy, location_name: "conversationLevelTestResultsFilterBy"))
|
2615
|
+
TestExecutionResultFilterBy.struct_class = Types::TestExecutionResultFilterBy
|
2616
|
+
|
2617
|
+
TestExecutionResultItems.add_member(:overall_test_results, Shapes::ShapeRef.new(shape: OverallTestResults, location_name: "overallTestResults"))
|
2618
|
+
TestExecutionResultItems.add_member(:conversation_level_test_results, Shapes::ShapeRef.new(shape: ConversationLevelTestResults, location_name: "conversationLevelTestResults"))
|
2619
|
+
TestExecutionResultItems.add_member(:intent_classification_test_results, Shapes::ShapeRef.new(shape: IntentClassificationTestResults, location_name: "intentClassificationTestResults"))
|
2620
|
+
TestExecutionResultItems.add_member(:intent_level_slot_resolution_test_results, Shapes::ShapeRef.new(shape: IntentLevelSlotResolutionTestResults, location_name: "intentLevelSlotResolutionTestResults"))
|
2621
|
+
TestExecutionResultItems.add_member(:utterance_level_test_results, Shapes::ShapeRef.new(shape: UtteranceLevelTestResults, location_name: "utteranceLevelTestResults"))
|
2622
|
+
TestExecutionResultItems.struct_class = Types::TestExecutionResultItems
|
2623
|
+
|
2624
|
+
TestExecutionSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: TestExecutionSortAttribute, required: true, location_name: "attribute"))
|
2625
|
+
TestExecutionSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
2626
|
+
TestExecutionSortBy.struct_class = Types::TestExecutionSortBy
|
2627
|
+
|
2628
|
+
TestExecutionSummary.add_member(:test_execution_id, Shapes::ShapeRef.new(shape: Id, location_name: "testExecutionId"))
|
2629
|
+
TestExecutionSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2630
|
+
TestExecutionSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
2631
|
+
TestExecutionSummary.add_member(:test_execution_status, Shapes::ShapeRef.new(shape: TestExecutionStatus, location_name: "testExecutionStatus"))
|
2632
|
+
TestExecutionSummary.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
2633
|
+
TestExecutionSummary.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
2634
|
+
TestExecutionSummary.add_member(:target, Shapes::ShapeRef.new(shape: TestExecutionTarget, location_name: "target"))
|
2635
|
+
TestExecutionSummary.add_member(:api_mode, Shapes::ShapeRef.new(shape: TestExecutionApiMode, location_name: "apiMode"))
|
2636
|
+
TestExecutionSummary.add_member(:test_execution_modality, Shapes::ShapeRef.new(shape: TestExecutionModality, location_name: "testExecutionModality"))
|
2637
|
+
TestExecutionSummary.struct_class = Types::TestExecutionSummary
|
2638
|
+
|
2639
|
+
TestExecutionSummaryList.member = Shapes::ShapeRef.new(shape: TestExecutionSummary)
|
2640
|
+
|
2641
|
+
TestExecutionTarget.add_member(:bot_alias_target, Shapes::ShapeRef.new(shape: BotAliasTestExecutionTarget, location_name: "botAliasTarget"))
|
2642
|
+
TestExecutionTarget.struct_class = Types::TestExecutionTarget
|
2643
|
+
|
2644
|
+
TestResultMatchStatusCountMap.key = Shapes::ShapeRef.new(shape: TestResultMatchStatus)
|
2645
|
+
TestResultMatchStatusCountMap.value = Shapes::ShapeRef.new(shape: Count)
|
2646
|
+
|
2647
|
+
TestSetDiscrepancyErrors.add_member(:intent_discrepancies, Shapes::ShapeRef.new(shape: TestSetIntentDiscrepancyList, required: true, location_name: "intentDiscrepancies"))
|
2648
|
+
TestSetDiscrepancyErrors.add_member(:slot_discrepancies, Shapes::ShapeRef.new(shape: TestSetSlotDiscrepancyList, required: true, location_name: "slotDiscrepancies"))
|
2649
|
+
TestSetDiscrepancyErrors.struct_class = Types::TestSetDiscrepancyErrors
|
2650
|
+
|
2651
|
+
TestSetDiscrepancyReportBotAliasTarget.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
|
2652
|
+
TestSetDiscrepancyReportBotAliasTarget.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location_name: "botAliasId"))
|
2653
|
+
TestSetDiscrepancyReportBotAliasTarget.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
|
2654
|
+
TestSetDiscrepancyReportBotAliasTarget.struct_class = Types::TestSetDiscrepancyReportBotAliasTarget
|
2655
|
+
|
2656
|
+
TestSetDiscrepancyReportResourceTarget.add_member(:bot_alias_target, Shapes::ShapeRef.new(shape: TestSetDiscrepancyReportBotAliasTarget, location_name: "botAliasTarget"))
|
2657
|
+
TestSetDiscrepancyReportResourceTarget.struct_class = Types::TestSetDiscrepancyReportResourceTarget
|
2658
|
+
|
2659
|
+
TestSetExportSpecification.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "testSetId"))
|
2660
|
+
TestSetExportSpecification.struct_class = Types::TestSetExportSpecification
|
2661
|
+
|
2662
|
+
TestSetGenerationDataSource.add_member(:conversation_logs_data_source, Shapes::ShapeRef.new(shape: ConversationLogsDataSource, location_name: "conversationLogsDataSource"))
|
2663
|
+
TestSetGenerationDataSource.struct_class = Types::TestSetGenerationDataSource
|
2664
|
+
|
2665
|
+
TestSetImportInputLocation.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
|
2666
|
+
TestSetImportInputLocation.add_member(:s3_path, Shapes::ShapeRef.new(shape: S3ObjectPath, required: true, location_name: "s3Path"))
|
2667
|
+
TestSetImportInputLocation.struct_class = Types::TestSetImportInputLocation
|
2668
|
+
|
2669
|
+
TestSetImportResourceSpecification.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "testSetName"))
|
2670
|
+
TestSetImportResourceSpecification.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2671
|
+
TestSetImportResourceSpecification.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
2672
|
+
TestSetImportResourceSpecification.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, required: true, location_name: "storageLocation"))
|
2673
|
+
TestSetImportResourceSpecification.add_member(:import_input_location, Shapes::ShapeRef.new(shape: TestSetImportInputLocation, required: true, location_name: "importInputLocation"))
|
2674
|
+
TestSetImportResourceSpecification.add_member(:modality, Shapes::ShapeRef.new(shape: TestSetModality, required: true, location_name: "modality"))
|
2675
|
+
TestSetImportResourceSpecification.add_member(:test_set_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "testSetTags"))
|
2676
|
+
TestSetImportResourceSpecification.struct_class = Types::TestSetImportResourceSpecification
|
2677
|
+
|
2678
|
+
TestSetIntentDiscrepancyItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
2679
|
+
TestSetIntentDiscrepancyItem.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
|
2680
|
+
TestSetIntentDiscrepancyItem.struct_class = Types::TestSetIntentDiscrepancyItem
|
2681
|
+
|
2682
|
+
TestSetIntentDiscrepancyList.member = Shapes::ShapeRef.new(shape: TestSetIntentDiscrepancyItem)
|
2683
|
+
|
2684
|
+
TestSetSlotDiscrepancyItem.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "intentName"))
|
2685
|
+
TestSetSlotDiscrepancyItem.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotName"))
|
2686
|
+
TestSetSlotDiscrepancyItem.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
|
2687
|
+
TestSetSlotDiscrepancyItem.struct_class = Types::TestSetSlotDiscrepancyItem
|
2688
|
+
|
2689
|
+
TestSetSlotDiscrepancyList.member = Shapes::ShapeRef.new(shape: TestSetSlotDiscrepancyItem)
|
2690
|
+
|
2691
|
+
TestSetSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: TestSetSortAttribute, required: true, location_name: "attribute"))
|
2692
|
+
TestSetSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
|
2693
|
+
TestSetSortBy.struct_class = Types::TestSetSortBy
|
2694
|
+
|
2695
|
+
TestSetStorageLocation.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
|
2696
|
+
TestSetStorageLocation.add_member(:s3_path, Shapes::ShapeRef.new(shape: S3ObjectPath, required: true, location_name: "s3Path"))
|
2697
|
+
TestSetStorageLocation.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
2698
|
+
TestSetStorageLocation.struct_class = Types::TestSetStorageLocation
|
2699
|
+
|
2700
|
+
TestSetSummary.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
2701
|
+
TestSetSummary.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
2702
|
+
TestSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2703
|
+
TestSetSummary.add_member(:modality, Shapes::ShapeRef.new(shape: TestSetModality, location_name: "modality"))
|
2704
|
+
TestSetSummary.add_member(:status, Shapes::ShapeRef.new(shape: TestSetStatus, location_name: "status"))
|
2705
|
+
TestSetSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
2706
|
+
TestSetSummary.add_member(:num_turns, Shapes::ShapeRef.new(shape: Count, location_name: "numTurns"))
|
2707
|
+
TestSetSummary.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, location_name: "storageLocation"))
|
2708
|
+
TestSetSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2709
|
+
TestSetSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
2710
|
+
TestSetSummary.struct_class = Types::TestSetSummary
|
2711
|
+
|
2712
|
+
TestSetSummaryList.member = Shapes::ShapeRef.new(shape: TestSetSummary)
|
2713
|
+
|
2714
|
+
TestSetTurnRecord.add_member(:record_number, Shapes::ShapeRef.new(shape: RecordNumber, required: true, location_name: "recordNumber"))
|
2715
|
+
TestSetTurnRecord.add_member(:conversation_id, Shapes::ShapeRef.new(shape: TestSetConversationId, location_name: "conversationId"))
|
2716
|
+
TestSetTurnRecord.add_member(:turn_number, Shapes::ShapeRef.new(shape: TurnNumber, location_name: "turnNumber"))
|
2717
|
+
TestSetTurnRecord.add_member(:turn_specification, Shapes::ShapeRef.new(shape: TurnSpecification, required: true, location_name: "turnSpecification"))
|
2718
|
+
TestSetTurnRecord.struct_class = Types::TestSetTurnRecord
|
2719
|
+
|
2720
|
+
TestSetTurnRecordList.member = Shapes::ShapeRef.new(shape: TestSetTurnRecord)
|
2721
|
+
|
2722
|
+
TestSetTurnResult.add_member(:agent, Shapes::ShapeRef.new(shape: AgentTurnResult, location_name: "agent"))
|
2723
|
+
TestSetTurnResult.add_member(:user, Shapes::ShapeRef.new(shape: UserTurnResult, location_name: "user"))
|
2724
|
+
TestSetTurnResult.struct_class = Types::TestSetTurnResult
|
2725
|
+
|
2200
2726
|
TextInputSpecification.add_member(:start_timeout_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "startTimeoutMs"))
|
2201
2727
|
TextInputSpecification.struct_class = Types::TextInputSpecification
|
2202
2728
|
|
@@ -2219,6 +2745,10 @@ module Aws::LexModelsV2
|
|
2219
2745
|
TranscriptSourceSetting.add_member(:s3_bucket_transcript_source, Shapes::ShapeRef.new(shape: S3BucketTranscriptSource, location_name: "s3BucketTranscriptSource"))
|
2220
2746
|
TranscriptSourceSetting.struct_class = Types::TranscriptSourceSetting
|
2221
2747
|
|
2748
|
+
TurnSpecification.add_member(:agent_turn, Shapes::ShapeRef.new(shape: AgentTurnSpecification, location_name: "agentTurn"))
|
2749
|
+
TurnSpecification.add_member(:user_turn, Shapes::ShapeRef.new(shape: UserTurnSpecification, location_name: "userTurn"))
|
2750
|
+
TurnSpecification.struct_class = Types::TurnSpecification
|
2751
|
+
|
2222
2752
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
|
2223
2753
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
2224
2754
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -2432,9 +2962,82 @@ module Aws::LexModelsV2
|
|
2432
2962
|
UpdateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
|
2433
2963
|
UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
|
2434
2964
|
|
2965
|
+
UpdateTestSetRequest.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "testSetId"))
|
2966
|
+
UpdateTestSetRequest.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "testSetName"))
|
2967
|
+
UpdateTestSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2968
|
+
UpdateTestSetRequest.struct_class = Types::UpdateTestSetRequest
|
2969
|
+
|
2970
|
+
UpdateTestSetResponse.add_member(:test_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "testSetId"))
|
2971
|
+
UpdateTestSetResponse.add_member(:test_set_name, Shapes::ShapeRef.new(shape: Name, location_name: "testSetName"))
|
2972
|
+
UpdateTestSetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2973
|
+
UpdateTestSetResponse.add_member(:modality, Shapes::ShapeRef.new(shape: TestSetModality, location_name: "modality"))
|
2974
|
+
UpdateTestSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TestSetStatus, location_name: "status"))
|
2975
|
+
UpdateTestSetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
2976
|
+
UpdateTestSetResponse.add_member(:num_turns, Shapes::ShapeRef.new(shape: Count, location_name: "numTurns"))
|
2977
|
+
UpdateTestSetResponse.add_member(:storage_location, Shapes::ShapeRef.new(shape: TestSetStorageLocation, location_name: "storageLocation"))
|
2978
|
+
UpdateTestSetResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
2979
|
+
UpdateTestSetResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
|
2980
|
+
UpdateTestSetResponse.struct_class = Types::UpdateTestSetResponse
|
2981
|
+
|
2982
|
+
UserTurnInputSpecification.add_member(:utterance_input, Shapes::ShapeRef.new(shape: UtteranceInputSpecification, required: true, location_name: "utteranceInput"))
|
2983
|
+
UserTurnInputSpecification.add_member(:request_attributes, Shapes::ShapeRef.new(shape: StringMap, location_name: "requestAttributes"))
|
2984
|
+
UserTurnInputSpecification.add_member(:session_state, Shapes::ShapeRef.new(shape: InputSessionStateSpecification, location_name: "sessionState"))
|
2985
|
+
UserTurnInputSpecification.struct_class = Types::UserTurnInputSpecification
|
2986
|
+
|
2987
|
+
UserTurnIntentOutput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
2988
|
+
UserTurnIntentOutput.add_member(:slots, Shapes::ShapeRef.new(shape: UserTurnSlotOutputMap, location_name: "slots"))
|
2989
|
+
UserTurnIntentOutput.struct_class = Types::UserTurnIntentOutput
|
2990
|
+
|
2991
|
+
UserTurnOutputSpecification.add_member(:intent, Shapes::ShapeRef.new(shape: UserTurnIntentOutput, required: true, location_name: "intent"))
|
2992
|
+
UserTurnOutputSpecification.add_member(:active_contexts, Shapes::ShapeRef.new(shape: ActiveContextList, location_name: "activeContexts"))
|
2993
|
+
UserTurnOutputSpecification.add_member(:transcript, Shapes::ShapeRef.new(shape: TestSetUtteranceText, location_name: "transcript"))
|
2994
|
+
UserTurnOutputSpecification.struct_class = Types::UserTurnOutputSpecification
|
2995
|
+
|
2996
|
+
UserTurnResult.add_member(:input, Shapes::ShapeRef.new(shape: UserTurnInputSpecification, required: true, location_name: "input"))
|
2997
|
+
UserTurnResult.add_member(:expected_output, Shapes::ShapeRef.new(shape: UserTurnOutputSpecification, required: true, location_name: "expectedOutput"))
|
2998
|
+
UserTurnResult.add_member(:actual_output, Shapes::ShapeRef.new(shape: UserTurnOutputSpecification, location_name: "actualOutput"))
|
2999
|
+
UserTurnResult.add_member(:error_details, Shapes::ShapeRef.new(shape: ExecutionErrorDetails, location_name: "errorDetails"))
|
3000
|
+
UserTurnResult.add_member(:end_to_end_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "endToEndResult"))
|
3001
|
+
UserTurnResult.add_member(:intent_match_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "intentMatchResult"))
|
3002
|
+
UserTurnResult.add_member(:slot_match_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "slotMatchResult"))
|
3003
|
+
UserTurnResult.add_member(:speech_transcription_result, Shapes::ShapeRef.new(shape: TestResultMatchStatus, location_name: "speechTranscriptionResult"))
|
3004
|
+
UserTurnResult.add_member(:conversation_level_result, Shapes::ShapeRef.new(shape: ConversationLevelResultDetail, location_name: "conversationLevelResult"))
|
3005
|
+
UserTurnResult.struct_class = Types::UserTurnResult
|
3006
|
+
|
3007
|
+
UserTurnSlotOutput.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "value"))
|
3008
|
+
UserTurnSlotOutput.add_member(:values, Shapes::ShapeRef.new(shape: UserTurnSlotOutputList, location_name: "values"))
|
3009
|
+
UserTurnSlotOutput.add_member(:sub_slots, Shapes::ShapeRef.new(shape: UserTurnSlotOutputMap, location_name: "subSlots"))
|
3010
|
+
UserTurnSlotOutput.struct_class = Types::UserTurnSlotOutput
|
3011
|
+
|
3012
|
+
UserTurnSlotOutputList.member = Shapes::ShapeRef.new(shape: UserTurnSlotOutput)
|
3013
|
+
|
3014
|
+
UserTurnSlotOutputMap.key = Shapes::ShapeRef.new(shape: Name)
|
3015
|
+
UserTurnSlotOutputMap.value = Shapes::ShapeRef.new(shape: UserTurnSlotOutput)
|
3016
|
+
|
3017
|
+
UserTurnSpecification.add_member(:input, Shapes::ShapeRef.new(shape: UserTurnInputSpecification, required: true, location_name: "input"))
|
3018
|
+
UserTurnSpecification.add_member(:expected, Shapes::ShapeRef.new(shape: UserTurnOutputSpecification, required: true, location_name: "expected"))
|
3019
|
+
UserTurnSpecification.struct_class = Types::UserTurnSpecification
|
3020
|
+
|
2435
3021
|
UtteranceAggregationDuration.add_member(:relative_aggregation_duration, Shapes::ShapeRef.new(shape: RelativeAggregationDuration, required: true, location_name: "relativeAggregationDuration"))
|
2436
3022
|
UtteranceAggregationDuration.struct_class = Types::UtteranceAggregationDuration
|
2437
3023
|
|
3024
|
+
UtteranceAudioInputSpecification.add_member(:audio_file_s3_location, Shapes::ShapeRef.new(shape: AudioFileS3Location, required: true, location_name: "audioFileS3Location"))
|
3025
|
+
UtteranceAudioInputSpecification.struct_class = Types::UtteranceAudioInputSpecification
|
3026
|
+
|
3027
|
+
UtteranceInputSpecification.add_member(:text_input, Shapes::ShapeRef.new(shape: TestSetUtteranceText, location_name: "textInput"))
|
3028
|
+
UtteranceInputSpecification.add_member(:audio_input, Shapes::ShapeRef.new(shape: UtteranceAudioInputSpecification, location_name: "audioInput"))
|
3029
|
+
UtteranceInputSpecification.struct_class = Types::UtteranceInputSpecification
|
3030
|
+
|
3031
|
+
UtteranceLevelTestResultItem.add_member(:record_number, Shapes::ShapeRef.new(shape: RecordNumber, required: true, location_name: "recordNumber"))
|
3032
|
+
UtteranceLevelTestResultItem.add_member(:conversation_id, Shapes::ShapeRef.new(shape: TestSetConversationId, location_name: "conversationId"))
|
3033
|
+
UtteranceLevelTestResultItem.add_member(:turn_result, Shapes::ShapeRef.new(shape: TestSetTurnResult, required: true, location_name: "turnResult"))
|
3034
|
+
UtteranceLevelTestResultItem.struct_class = Types::UtteranceLevelTestResultItem
|
3035
|
+
|
3036
|
+
UtteranceLevelTestResultItemList.member = Shapes::ShapeRef.new(shape: UtteranceLevelTestResultItem)
|
3037
|
+
|
3038
|
+
UtteranceLevelTestResults.add_member(:items, Shapes::ShapeRef.new(shape: UtteranceLevelTestResultItemList, required: true, location_name: "items"))
|
3039
|
+
UtteranceLevelTestResults.struct_class = Types::UtteranceLevelTestResults
|
3040
|
+
|
2438
3041
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
2439
3042
|
ValidationException.struct_class = Types::ValidationException
|
2440
3043
|
|
@@ -2661,6 +3264,20 @@ module Aws::LexModelsV2
|
|
2661
3264
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2662
3265
|
end)
|
2663
3266
|
|
3267
|
+
api.add_operation(:create_test_set_discrepancy_report, Seahorse::Model::Operation.new.tap do |o|
|
3268
|
+
o.name = "CreateTestSetDiscrepancyReport"
|
3269
|
+
o.http_method = "POST"
|
3270
|
+
o.http_request_uri = "/testsets/{testSetId}/testsetdiscrepancy"
|
3271
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTestSetDiscrepancyReportRequest)
|
3272
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTestSetDiscrepancyReportResponse)
|
3273
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3275
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3278
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3279
|
+
end)
|
3280
|
+
|
2664
3281
|
api.add_operation(:create_upload_url, Seahorse::Model::Operation.new.tap do |o|
|
2665
3282
|
o.name = "CreateUploadUrl"
|
2666
3283
|
o.http_method = "POST"
|
@@ -2836,6 +3453,20 @@ module Aws::LexModelsV2
|
|
2836
3453
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2837
3454
|
end)
|
2838
3455
|
|
3456
|
+
api.add_operation(:delete_test_set, Seahorse::Model::Operation.new.tap do |o|
|
3457
|
+
o.name = "DeleteTestSet"
|
3458
|
+
o.http_method = "DELETE"
|
3459
|
+
o.http_request_uri = "/testsets/{testSetId}"
|
3460
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTestSetRequest)
|
3461
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3462
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3463
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3464
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3465
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3466
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
3467
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3468
|
+
end)
|
3469
|
+
|
2839
3470
|
api.add_operation(:delete_utterances, Seahorse::Model::Operation.new.tap do |o|
|
2840
3471
|
o.name = "DeleteUtterances"
|
2841
3472
|
o.http_method = "DELETE"
|
@@ -2998,6 +3629,71 @@ module Aws::LexModelsV2
|
|
2998
3629
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2999
3630
|
end)
|
3000
3631
|
|
3632
|
+
api.add_operation(:describe_test_execution, Seahorse::Model::Operation.new.tap do |o|
|
3633
|
+
o.name = "DescribeTestExecution"
|
3634
|
+
o.http_method = "GET"
|
3635
|
+
o.http_request_uri = "/testexecutions/{testExecutionId}"
|
3636
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTestExecutionRequest)
|
3637
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTestExecutionResponse)
|
3638
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3639
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3640
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3641
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3642
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3643
|
+
end)
|
3644
|
+
|
3645
|
+
api.add_operation(:describe_test_set, Seahorse::Model::Operation.new.tap do |o|
|
3646
|
+
o.name = "DescribeTestSet"
|
3647
|
+
o.http_method = "GET"
|
3648
|
+
o.http_request_uri = "/testsets/{testSetId}"
|
3649
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTestSetRequest)
|
3650
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTestSetResponse)
|
3651
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3652
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3653
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3654
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3655
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3656
|
+
end)
|
3657
|
+
|
3658
|
+
api.add_operation(:describe_test_set_discrepancy_report, Seahorse::Model::Operation.new.tap do |o|
|
3659
|
+
o.name = "DescribeTestSetDiscrepancyReport"
|
3660
|
+
o.http_method = "GET"
|
3661
|
+
o.http_request_uri = "/testsetdiscrepancy/{testSetDiscrepancyReportId}"
|
3662
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTestSetDiscrepancyReportRequest)
|
3663
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTestSetDiscrepancyReportResponse)
|
3664
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3665
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3666
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3667
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3668
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3669
|
+
end)
|
3670
|
+
|
3671
|
+
api.add_operation(:describe_test_set_generation, Seahorse::Model::Operation.new.tap do |o|
|
3672
|
+
o.name = "DescribeTestSetGeneration"
|
3673
|
+
o.http_method = "GET"
|
3674
|
+
o.http_request_uri = "/testsetgenerations/{testSetGenerationId}"
|
3675
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTestSetGenerationRequest)
|
3676
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTestSetGenerationResponse)
|
3677
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3678
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3679
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3680
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3681
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3682
|
+
end)
|
3683
|
+
|
3684
|
+
api.add_operation(:get_test_execution_artifacts_url, Seahorse::Model::Operation.new.tap do |o|
|
3685
|
+
o.name = "GetTestExecutionArtifactsUrl"
|
3686
|
+
o.http_method = "GET"
|
3687
|
+
o.http_request_uri = "/testexecutions/{testExecutionId}/artifacturl"
|
3688
|
+
o.input = Shapes::ShapeRef.new(shape: GetTestExecutionArtifactsUrlRequest)
|
3689
|
+
o.output = Shapes::ShapeRef.new(shape: GetTestExecutionArtifactsUrlResponse)
|
3690
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3691
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3692
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3693
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3694
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3695
|
+
end)
|
3696
|
+
|
3001
3697
|
api.add_operation(:list_aggregated_utterances, Seahorse::Model::Operation.new.tap do |o|
|
3002
3698
|
o.name = "ListAggregatedUtterances"
|
3003
3699
|
o.http_method = "POST"
|
@@ -3280,6 +3976,80 @@ module Aws::LexModelsV2
|
|
3280
3976
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3281
3977
|
end)
|
3282
3978
|
|
3979
|
+
api.add_operation(:list_test_execution_result_items, Seahorse::Model::Operation.new.tap do |o|
|
3980
|
+
o.name = "ListTestExecutionResultItems"
|
3981
|
+
o.http_method = "POST"
|
3982
|
+
o.http_request_uri = "/testexecutions/{testExecutionId}/results"
|
3983
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestExecutionResultItemsRequest)
|
3984
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestExecutionResultItemsResponse)
|
3985
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3986
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3988
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3990
|
+
o[:pager] = Aws::Pager.new(
|
3991
|
+
limit_key: "max_results",
|
3992
|
+
tokens: {
|
3993
|
+
"next_token" => "next_token"
|
3994
|
+
}
|
3995
|
+
)
|
3996
|
+
end)
|
3997
|
+
|
3998
|
+
api.add_operation(:list_test_executions, Seahorse::Model::Operation.new.tap do |o|
|
3999
|
+
o.name = "ListTestExecutions"
|
4000
|
+
o.http_method = "POST"
|
4001
|
+
o.http_request_uri = "/testexecutions"
|
4002
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestExecutionsRequest)
|
4003
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestExecutionsResponse)
|
4004
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4005
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4006
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4007
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4008
|
+
o[:pager] = Aws::Pager.new(
|
4009
|
+
limit_key: "max_results",
|
4010
|
+
tokens: {
|
4011
|
+
"next_token" => "next_token"
|
4012
|
+
}
|
4013
|
+
)
|
4014
|
+
end)
|
4015
|
+
|
4016
|
+
api.add_operation(:list_test_set_records, Seahorse::Model::Operation.new.tap do |o|
|
4017
|
+
o.name = "ListTestSetRecords"
|
4018
|
+
o.http_method = "POST"
|
4019
|
+
o.http_request_uri = "/testsets/{testSetId}/records"
|
4020
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestSetRecordsRequest)
|
4021
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestSetRecordsResponse)
|
4022
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4023
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4024
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4025
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4026
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4027
|
+
o[:pager] = Aws::Pager.new(
|
4028
|
+
limit_key: "max_results",
|
4029
|
+
tokens: {
|
4030
|
+
"next_token" => "next_token"
|
4031
|
+
}
|
4032
|
+
)
|
4033
|
+
end)
|
4034
|
+
|
4035
|
+
api.add_operation(:list_test_sets, Seahorse::Model::Operation.new.tap do |o|
|
4036
|
+
o.name = "ListTestSets"
|
4037
|
+
o.http_method = "POST"
|
4038
|
+
o.http_request_uri = "/testsets"
|
4039
|
+
o.input = Shapes::ShapeRef.new(shape: ListTestSetsRequest)
|
4040
|
+
o.output = Shapes::ShapeRef.new(shape: ListTestSetsResponse)
|
4041
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4042
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4043
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4044
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4045
|
+
o[:pager] = Aws::Pager.new(
|
4046
|
+
limit_key: "max_results",
|
4047
|
+
tokens: {
|
4048
|
+
"next_token" => "next_token"
|
4049
|
+
}
|
4050
|
+
)
|
4051
|
+
end)
|
4052
|
+
|
3283
4053
|
api.add_operation(:search_associated_transcripts, Seahorse::Model::Operation.new.tap do |o|
|
3284
4054
|
o.name = "SearchAssociatedTranscripts"
|
3285
4055
|
o.http_method = "POST"
|
@@ -3323,6 +4093,34 @@ module Aws::LexModelsV2
|
|
3323
4093
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3324
4094
|
end)
|
3325
4095
|
|
4096
|
+
api.add_operation(:start_test_execution, Seahorse::Model::Operation.new.tap do |o|
|
4097
|
+
o.name = "StartTestExecution"
|
4098
|
+
o.http_method = "POST"
|
4099
|
+
o.http_request_uri = "/testsets/{testSetId}/testexecutions"
|
4100
|
+
o.input = Shapes::ShapeRef.new(shape: StartTestExecutionRequest)
|
4101
|
+
o.output = Shapes::ShapeRef.new(shape: StartTestExecutionResponse)
|
4102
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4103
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4104
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4105
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4106
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4107
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4108
|
+
end)
|
4109
|
+
|
4110
|
+
api.add_operation(:start_test_set_generation, Seahorse::Model::Operation.new.tap do |o|
|
4111
|
+
o.name = "StartTestSetGeneration"
|
4112
|
+
o.http_method = "PUT"
|
4113
|
+
o.http_request_uri = "/testsetgenerations"
|
4114
|
+
o.input = Shapes::ShapeRef.new(shape: StartTestSetGenerationRequest)
|
4115
|
+
o.output = Shapes::ShapeRef.new(shape: StartTestSetGenerationResponse)
|
4116
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4117
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4118
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4119
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4120
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4121
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4122
|
+
end)
|
4123
|
+
|
3326
4124
|
api.add_operation(:stop_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
3327
4125
|
o.name = "StopBotRecommendation"
|
3328
4126
|
o.http_method = "PUT"
|
@@ -3490,6 +4288,20 @@ module Aws::LexModelsV2
|
|
3490
4288
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3491
4289
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3492
4290
|
end)
|
4291
|
+
|
4292
|
+
api.add_operation(:update_test_set, Seahorse::Model::Operation.new.tap do |o|
|
4293
|
+
o.name = "UpdateTestSet"
|
4294
|
+
o.http_method = "PUT"
|
4295
|
+
o.http_request_uri = "/testsets/{testSetId}"
|
4296
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTestSetRequest)
|
4297
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTestSetResponse)
|
4298
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4299
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
4300
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
4301
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
4302
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
4304
|
+
end)
|
3493
4305
|
end
|
3494
4306
|
|
3495
4307
|
end
|