aws-sdk-lexmodelsv2 1.16.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,7 @@ module Aws::LexModelsV2
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AdvancedRecognitionSetting = Shapes::StructureShape.new(name: 'AdvancedRecognitionSetting')
16
17
  AggregatedUtterancesFilter = Shapes::StructureShape.new(name: 'AggregatedUtterancesFilter')
17
18
  AggregatedUtterancesFilterName = Shapes::StringShape.new(name: 'AggregatedUtterancesFilterName')
18
19
  AggregatedUtterancesFilterOperator = Shapes::StringShape.new(name: 'AggregatedUtterancesFilterOperator')
@@ -22,11 +23,17 @@ module Aws::LexModelsV2
22
23
  AggregatedUtterancesSummary = Shapes::StructureShape.new(name: 'AggregatedUtterancesSummary')
23
24
  AggregatedUtterancesSummaryList = Shapes::ListShape.new(name: 'AggregatedUtterancesSummaryList')
24
25
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
26
+ AssociatedTranscript = Shapes::StructureShape.new(name: 'AssociatedTranscript')
27
+ AssociatedTranscriptFilter = Shapes::StructureShape.new(name: 'AssociatedTranscriptFilter')
28
+ AssociatedTranscriptFilterName = Shapes::StringShape.new(name: 'AssociatedTranscriptFilterName')
29
+ AssociatedTranscriptFilters = Shapes::ListShape.new(name: 'AssociatedTranscriptFilters')
30
+ AssociatedTranscriptList = Shapes::ListShape.new(name: 'AssociatedTranscriptList')
25
31
  AttachmentTitle = Shapes::StringShape.new(name: 'AttachmentTitle')
26
32
  AttachmentUrl = Shapes::StringShape.new(name: 'AttachmentUrl')
27
33
  AudioLogDestination = Shapes::StructureShape.new(name: 'AudioLogDestination')
28
34
  AudioLogSetting = Shapes::StructureShape.new(name: 'AudioLogSetting')
29
35
  AudioLogSettingsList = Shapes::ListShape.new(name: 'AudioLogSettingsList')
36
+ AudioRecognitionStrategy = Shapes::StringShape.new(name: 'AudioRecognitionStrategy')
30
37
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
31
38
  BotAliasHistoryEvent = Shapes::StructureShape.new(name: 'BotAliasHistoryEvent')
32
39
  BotAliasHistoryEventsList = Shapes::ListShape.new(name: 'BotAliasHistoryEventsList')
@@ -56,6 +63,11 @@ module Aws::LexModelsV2
56
63
  BotLocaleStatus = Shapes::StringShape.new(name: 'BotLocaleStatus')
57
64
  BotLocaleSummary = Shapes::StructureShape.new(name: 'BotLocaleSummary')
58
65
  BotLocaleSummaryList = Shapes::ListShape.new(name: 'BotLocaleSummaryList')
66
+ BotRecommendationResultStatistics = Shapes::StructureShape.new(name: 'BotRecommendationResultStatistics')
67
+ BotRecommendationResults = Shapes::StructureShape.new(name: 'BotRecommendationResults')
68
+ BotRecommendationStatus = Shapes::StringShape.new(name: 'BotRecommendationStatus')
69
+ BotRecommendationSummary = Shapes::StructureShape.new(name: 'BotRecommendationSummary')
70
+ BotRecommendationSummaryList = Shapes::ListShape.new(name: 'BotRecommendationSummaryList')
59
71
  BotSortAttribute = Shapes::StringShape.new(name: 'BotSortAttribute')
60
72
  BotSortBy = Shapes::StructureShape.new(name: 'BotSortBy')
61
73
  BotStatus = Shapes::StringShape.new(name: 'BotStatus')
@@ -100,6 +112,7 @@ module Aws::LexModelsV2
100
112
  ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
101
113
  ContextTurnsToLive = Shapes::IntegerShape.new(name: 'ContextTurnsToLive')
102
114
  ConversationLogSettings = Shapes::StructureShape.new(name: 'ConversationLogSettings')
115
+ Count = Shapes::IntegerShape.new(name: 'Count')
103
116
  CreateBotAliasRequest = Shapes::StructureShape.new(name: 'CreateBotAliasRequest')
104
117
  CreateBotAliasResponse = Shapes::StructureShape.new(name: 'CreateBotAliasResponse')
105
118
  CreateBotLocaleRequest = Shapes::StructureShape.new(name: 'CreateBotLocaleRequest')
@@ -124,7 +137,11 @@ module Aws::LexModelsV2
124
137
  CreateUploadUrlResponse = Shapes::StructureShape.new(name: 'CreateUploadUrlResponse')
125
138
  CustomPayload = Shapes::StructureShape.new(name: 'CustomPayload')
126
139
  CustomPayloadValue = Shapes::StringShape.new(name: 'CustomPayloadValue')
140
+ CustomVocabularyExportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyExportSpecification')
141
+ CustomVocabularyImportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyImportSpecification')
142
+ CustomVocabularyStatus = Shapes::StringShape.new(name: 'CustomVocabularyStatus')
127
143
  DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
144
+ DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
128
145
  DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
129
146
  DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
130
147
  DeleteBotLocaleRequest = Shapes::StructureShape.new(name: 'DeleteBotLocaleRequest')
@@ -133,6 +150,8 @@ module Aws::LexModelsV2
133
150
  DeleteBotResponse = Shapes::StructureShape.new(name: 'DeleteBotResponse')
134
151
  DeleteBotVersionRequest = Shapes::StructureShape.new(name: 'DeleteBotVersionRequest')
135
152
  DeleteBotVersionResponse = Shapes::StructureShape.new(name: 'DeleteBotVersionResponse')
153
+ DeleteCustomVocabularyRequest = Shapes::StructureShape.new(name: 'DeleteCustomVocabularyRequest')
154
+ DeleteCustomVocabularyResponse = Shapes::StructureShape.new(name: 'DeleteCustomVocabularyResponse')
136
155
  DeleteExportRequest = Shapes::StructureShape.new(name: 'DeleteExportRequest')
137
156
  DeleteExportResponse = Shapes::StructureShape.new(name: 'DeleteExportResponse')
138
157
  DeleteImportRequest = Shapes::StructureShape.new(name: 'DeleteImportRequest')
@@ -150,10 +169,14 @@ module Aws::LexModelsV2
150
169
  DescribeBotAliasResponse = Shapes::StructureShape.new(name: 'DescribeBotAliasResponse')
151
170
  DescribeBotLocaleRequest = Shapes::StructureShape.new(name: 'DescribeBotLocaleRequest')
152
171
  DescribeBotLocaleResponse = Shapes::StructureShape.new(name: 'DescribeBotLocaleResponse')
172
+ DescribeBotRecommendationRequest = Shapes::StructureShape.new(name: 'DescribeBotRecommendationRequest')
173
+ DescribeBotRecommendationResponse = Shapes::StructureShape.new(name: 'DescribeBotRecommendationResponse')
153
174
  DescribeBotRequest = Shapes::StructureShape.new(name: 'DescribeBotRequest')
154
175
  DescribeBotResponse = Shapes::StructureShape.new(name: 'DescribeBotResponse')
155
176
  DescribeBotVersionRequest = Shapes::StructureShape.new(name: 'DescribeBotVersionRequest')
156
177
  DescribeBotVersionResponse = Shapes::StructureShape.new(name: 'DescribeBotVersionResponse')
178
+ DescribeCustomVocabularyMetadataRequest = Shapes::StructureShape.new(name: 'DescribeCustomVocabularyMetadataRequest')
179
+ DescribeCustomVocabularyMetadataResponse = Shapes::StructureShape.new(name: 'DescribeCustomVocabularyMetadataResponse')
157
180
  DescribeExportRequest = Shapes::StructureShape.new(name: 'DescribeExportRequest')
158
181
  DescribeExportResponse = Shapes::StructureShape.new(name: 'DescribeExportResponse')
159
182
  DescribeImportRequest = Shapes::StructureShape.new(name: 'DescribeImportRequest')
@@ -170,6 +193,7 @@ module Aws::LexModelsV2
170
193
  DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
171
194
  DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
172
195
  Effect = Shapes::StringShape.new(name: 'Effect')
196
+ EncryptionSetting = Shapes::StructureShape.new(name: 'EncryptionSetting')
173
197
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
174
198
  ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
175
199
  ExportFilterName = Shapes::StringShape.new(name: 'ExportFilterName')
@@ -181,8 +205,10 @@ module Aws::LexModelsV2
181
205
  ExportStatus = Shapes::StringShape.new(name: 'ExportStatus')
182
206
  ExportSummary = Shapes::StructureShape.new(name: 'ExportSummary')
183
207
  ExportSummaryList = Shapes::ListShape.new(name: 'ExportSummaryList')
208
+ ExternalSourceSetting = Shapes::StructureShape.new(name: 'ExternalSourceSetting')
184
209
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
185
210
  FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
211
+ FilePassword = Shapes::StringShape.new(name: 'FilePassword')
186
212
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
187
213
  FilterValues = Shapes::ListShape.new(name: 'FilterValues')
188
214
  FulfillmentCodeHookSettings = Shapes::StructureShape.new(name: 'FulfillmentCodeHookSettings')
@@ -192,6 +218,8 @@ module Aws::LexModelsV2
192
218
  FulfillmentUpdateResponseFrequency = Shapes::IntegerShape.new(name: 'FulfillmentUpdateResponseFrequency')
193
219
  FulfillmentUpdateResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdateResponseSpecification')
194
220
  FulfillmentUpdatesSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdatesSpecification')
221
+ GrammarSlotTypeSetting = Shapes::StructureShape.new(name: 'GrammarSlotTypeSetting')
222
+ GrammarSlotTypeSource = Shapes::StructureShape.new(name: 'GrammarSlotTypeSource')
195
223
  HitCount = Shapes::IntegerShape.new(name: 'HitCount')
196
224
  Id = Shapes::StringShape.new(name: 'Id')
197
225
  ImageResponseCard = Shapes::StructureShape.new(name: 'ImageResponseCard')
@@ -202,6 +230,7 @@ module Aws::LexModelsV2
202
230
  ImportFilterOperator = Shapes::StringShape.new(name: 'ImportFilterOperator')
203
231
  ImportFilters = Shapes::ListShape.new(name: 'ImportFilters')
204
232
  ImportResourceSpecification = Shapes::StructureShape.new(name: 'ImportResourceSpecification')
233
+ ImportResourceType = Shapes::StringShape.new(name: 'ImportResourceType')
205
234
  ImportSortAttribute = Shapes::StringShape.new(name: 'ImportSortAttribute')
206
235
  ImportSortBy = Shapes::StructureShape.new(name: 'ImportSortBy')
207
236
  ImportStatus = Shapes::StringShape.new(name: 'ImportStatus')
@@ -219,6 +248,7 @@ module Aws::LexModelsV2
219
248
  IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
220
249
  IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
221
250
  IntentSortBy = Shapes::StructureShape.new(name: 'IntentSortBy')
251
+ IntentStatistics = Shapes::StructureShape.new(name: 'IntentStatistics')
222
252
  IntentSummary = Shapes::StructureShape.new(name: 'IntentSummary')
223
253
  IntentSummaryList = Shapes::ListShape.new(name: 'IntentSummaryList')
224
254
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
@@ -227,12 +257,15 @@ module Aws::LexModelsV2
227
257
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
228
258
  LambdaARN = Shapes::StringShape.new(name: 'LambdaARN')
229
259
  LambdaCodeHook = Shapes::StructureShape.new(name: 'LambdaCodeHook')
260
+ LexTranscriptFilter = Shapes::StructureShape.new(name: 'LexTranscriptFilter')
230
261
  ListAggregatedUtterancesRequest = Shapes::StructureShape.new(name: 'ListAggregatedUtterancesRequest')
231
262
  ListAggregatedUtterancesResponse = Shapes::StructureShape.new(name: 'ListAggregatedUtterancesResponse')
232
263
  ListBotAliasesRequest = Shapes::StructureShape.new(name: 'ListBotAliasesRequest')
233
264
  ListBotAliasesResponse = Shapes::StructureShape.new(name: 'ListBotAliasesResponse')
234
265
  ListBotLocalesRequest = Shapes::StructureShape.new(name: 'ListBotLocalesRequest')
235
266
  ListBotLocalesResponse = Shapes::StructureShape.new(name: 'ListBotLocalesResponse')
267
+ ListBotRecommendationsRequest = Shapes::StructureShape.new(name: 'ListBotRecommendationsRequest')
268
+ ListBotRecommendationsResponse = Shapes::StructureShape.new(name: 'ListBotRecommendationsResponse')
236
269
  ListBotVersionsRequest = Shapes::StructureShape.new(name: 'ListBotVersionsRequest')
237
270
  ListBotVersionsResponse = Shapes::StructureShape.new(name: 'ListBotVersionsResponse')
238
271
  ListBotsRequest = Shapes::StructureShape.new(name: 'ListBotsRequest')
@@ -247,6 +280,8 @@ module Aws::LexModelsV2
247
280
  ListImportsResponse = Shapes::StructureShape.new(name: 'ListImportsResponse')
248
281
  ListIntentsRequest = Shapes::StructureShape.new(name: 'ListIntentsRequest')
249
282
  ListIntentsResponse = Shapes::StructureShape.new(name: 'ListIntentsResponse')
283
+ ListRecommendedIntentsRequest = Shapes::StructureShape.new(name: 'ListRecommendedIntentsRequest')
284
+ ListRecommendedIntentsResponse = Shapes::StructureShape.new(name: 'ListRecommendedIntentsResponse')
250
285
  ListSlotTypesRequest = Shapes::StructureShape.new(name: 'ListSlotTypesRequest')
251
286
  ListSlotTypesResponse = Shapes::StructureShape.new(name: 'ListSlotTypesResponse')
252
287
  ListSlotsRequest = Shapes::StructureShape.new(name: 'ListSlotsRequest')
@@ -265,14 +300,18 @@ module Aws::LexModelsV2
265
300
  MissedCount = Shapes::IntegerShape.new(name: 'MissedCount')
266
301
  MultipleValuesSetting = Shapes::StructureShape.new(name: 'MultipleValuesSetting')
267
302
  Name = Shapes::StringShape.new(name: 'Name')
303
+ NextIndex = Shapes::IntegerShape.new(name: 'NextIndex')
268
304
  NextToken = Shapes::StringShape.new(name: 'NextToken')
269
305
  NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
270
306
  ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
271
307
  ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
308
+ ObjectPrefix = Shapes::StringShape.new(name: 'ObjectPrefix')
309
+ ObjectPrefixes = Shapes::ListShape.new(name: 'ObjectPrefixes')
272
310
  Operation = Shapes::StringShape.new(name: 'Operation')
273
311
  OperationList = Shapes::ListShape.new(name: 'OperationList')
274
312
  OutputContext = Shapes::StructureShape.new(name: 'OutputContext')
275
313
  OutputContextsList = Shapes::ListShape.new(name: 'OutputContextsList')
314
+ PathFormat = Shapes::StructureShape.new(name: 'PathFormat')
276
315
  PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
277
316
  PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
278
317
  Policy = Shapes::StringShape.new(name: 'Policy')
@@ -286,6 +325,10 @@ module Aws::LexModelsV2
286
325
  PromptMaxRetries = Shapes::IntegerShape.new(name: 'PromptMaxRetries')
287
326
  PromptSpecification = Shapes::StructureShape.new(name: 'PromptSpecification')
288
327
  QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
328
+ RecommendedAction = Shapes::StringShape.new(name: 'RecommendedAction')
329
+ RecommendedActions = Shapes::ListShape.new(name: 'RecommendedActions')
330
+ RecommendedIntentSummary = Shapes::StructureShape.new(name: 'RecommendedIntentSummary')
331
+ RecommendedIntentSummaryList = Shapes::ListShape.new(name: 'RecommendedIntentSummaryList')
289
332
  RegexPattern = Shapes::StringShape.new(name: 'RegexPattern')
290
333
  RelativeAggregationDuration = Shapes::StructureShape.new(name: 'RelativeAggregationDuration')
291
334
  ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
@@ -296,11 +339,18 @@ module Aws::LexModelsV2
296
339
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
297
340
  S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
298
341
  S3BucketLogDestination = Shapes::StructureShape.new(name: 'S3BucketLogDestination')
342
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
343
+ S3BucketTranscriptSource = Shapes::StructureShape.new(name: 'S3BucketTranscriptSource')
344
+ S3ObjectPath = Shapes::StringShape.new(name: 'S3ObjectPath')
299
345
  SSMLMessage = Shapes::StructureShape.new(name: 'SSMLMessage')
300
346
  SSMLMessageValue = Shapes::StringShape.new(name: 'SSMLMessageValue')
301
347
  SampleUtterance = Shapes::StructureShape.new(name: 'SampleUtterance')
348
+ SampleUtterancesCount = Shapes::IntegerShape.new(name: 'SampleUtterancesCount')
302
349
  SampleUtterancesList = Shapes::ListShape.new(name: 'SampleUtterancesList')
303
350
  SampleValue = Shapes::StructureShape.new(name: 'SampleValue')
351
+ SearchAssociatedTranscriptsRequest = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsRequest')
352
+ SearchAssociatedTranscriptsResponse = Shapes::StructureShape.new(name: 'SearchAssociatedTranscriptsResponse')
353
+ SearchOrder = Shapes::StringShape.new(name: 'SearchOrder')
304
354
  SentimentAnalysisSettings = Shapes::StructureShape.new(name: 'SentimentAnalysisSettings')
305
355
  ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
306
356
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
@@ -322,6 +372,7 @@ module Aws::LexModelsV2
322
372
  SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
323
373
  SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
324
374
  SlotSummaryList = Shapes::ListShape.new(name: 'SlotSummaryList')
375
+ SlotTypeCategory = Shapes::StringShape.new(name: 'SlotTypeCategory')
325
376
  SlotTypeFilter = Shapes::StructureShape.new(name: 'SlotTypeFilter')
326
377
  SlotTypeFilterName = Shapes::StringShape.new(name: 'SlotTypeFilterName')
327
378
  SlotTypeFilterOperator = Shapes::StringShape.new(name: 'SlotTypeFilterOperator')
@@ -329,6 +380,7 @@ module Aws::LexModelsV2
329
380
  SlotTypeSignature = Shapes::StringShape.new(name: 'SlotTypeSignature')
330
381
  SlotTypeSortAttribute = Shapes::StringShape.new(name: 'SlotTypeSortAttribute')
331
382
  SlotTypeSortBy = Shapes::StructureShape.new(name: 'SlotTypeSortBy')
383
+ SlotTypeStatistics = Shapes::StructureShape.new(name: 'SlotTypeStatistics')
332
384
  SlotTypeSummary = Shapes::StructureShape.new(name: 'SlotTypeSummary')
333
385
  SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
334
386
  SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
@@ -338,6 +390,8 @@ module Aws::LexModelsV2
338
390
  SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
339
391
  SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
340
392
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
393
+ StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
394
+ StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
341
395
  StartImportRequest = Shapes::StructureShape.new(name: 'StartImportRequest')
342
396
  StartImportResponse = Shapes::StructureShape.new(name: 'StartImportResponse')
343
397
  StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
@@ -357,12 +411,18 @@ module Aws::LexModelsV2
357
411
  TimeDimension = Shapes::StringShape.new(name: 'TimeDimension')
358
412
  TimeValue = Shapes::IntegerShape.new(name: 'TimeValue')
359
413
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
414
+ Transcript = Shapes::StringShape.new(name: 'Transcript')
415
+ TranscriptFilter = Shapes::StructureShape.new(name: 'TranscriptFilter')
416
+ TranscriptFormat = Shapes::StringShape.new(name: 'TranscriptFormat')
417
+ TranscriptSourceSetting = Shapes::StructureShape.new(name: 'TranscriptSourceSetting')
360
418
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
361
419
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
362
420
  UpdateBotAliasRequest = Shapes::StructureShape.new(name: 'UpdateBotAliasRequest')
363
421
  UpdateBotAliasResponse = Shapes::StructureShape.new(name: 'UpdateBotAliasResponse')
364
422
  UpdateBotLocaleRequest = Shapes::StructureShape.new(name: 'UpdateBotLocaleRequest')
365
423
  UpdateBotLocaleResponse = Shapes::StructureShape.new(name: 'UpdateBotLocaleResponse')
424
+ UpdateBotRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateBotRecommendationRequest')
425
+ UpdateBotRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateBotRecommendationResponse')
366
426
  UpdateBotRequest = Shapes::StructureShape.new(name: 'UpdateBotRequest')
367
427
  UpdateBotResponse = Shapes::StructureShape.new(name: 'UpdateBotResponse')
368
428
  UpdateExportRequest = Shapes::StructureShape.new(name: 'UpdateExportRequest')
@@ -384,6 +444,9 @@ module Aws::LexModelsV2
384
444
  VoiceSettings = Shapes::StructureShape.new(name: 'VoiceSettings')
385
445
  WaitAndContinueSpecification = Shapes::StructureShape.new(name: 'WaitAndContinueSpecification')
386
446
 
447
+ AdvancedRecognitionSetting.add_member(:audio_recognition_strategy, Shapes::ShapeRef.new(shape: AudioRecognitionStrategy, location_name: "audioRecognitionStrategy"))
448
+ AdvancedRecognitionSetting.struct_class = Types::AdvancedRecognitionSetting
449
+
387
450
  AggregatedUtterancesFilter.add_member(:name, Shapes::ShapeRef.new(shape: AggregatedUtterancesFilterName, required: true, location_name: "name"))
388
451
  AggregatedUtterancesFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
389
452
  AggregatedUtterancesFilter.add_member(:operator, Shapes::ShapeRef.new(shape: AggregatedUtterancesFilterOperator, required: true, location_name: "operator"))
@@ -405,6 +468,17 @@ module Aws::LexModelsV2
405
468
 
406
469
  AggregatedUtterancesSummaryList.member = Shapes::ShapeRef.new(shape: AggregatedUtterancesSummary)
407
470
 
471
+ AssociatedTranscript.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "transcript"))
472
+ AssociatedTranscript.struct_class = Types::AssociatedTranscript
473
+
474
+ AssociatedTranscriptFilter.add_member(:name, Shapes::ShapeRef.new(shape: AssociatedTranscriptFilterName, required: true, location_name: "name"))
475
+ AssociatedTranscriptFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
476
+ AssociatedTranscriptFilter.struct_class = Types::AssociatedTranscriptFilter
477
+
478
+ AssociatedTranscriptFilters.member = Shapes::ShapeRef.new(shape: AssociatedTranscriptFilter)
479
+
480
+ AssociatedTranscriptList.member = Shapes::ShapeRef.new(shape: AssociatedTranscript)
481
+
408
482
  AudioLogDestination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketLogDestination, required: true, location_name: "s3Bucket"))
409
483
  AudioLogDestination.struct_class = Types::AudioLogDestination
410
484
 
@@ -497,6 +571,23 @@ module Aws::LexModelsV2
497
571
 
498
572
  BotLocaleSummaryList.member = Shapes::ShapeRef.new(shape: BotLocaleSummary)
499
573
 
574
+ BotRecommendationResultStatistics.add_member(:intents, Shapes::ShapeRef.new(shape: IntentStatistics, location_name: "intents"))
575
+ BotRecommendationResultStatistics.add_member(:slot_types, Shapes::ShapeRef.new(shape: SlotTypeStatistics, location_name: "slotTypes"))
576
+ BotRecommendationResultStatistics.struct_class = Types::BotRecommendationResultStatistics
577
+
578
+ BotRecommendationResults.add_member(:bot_locale_export_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "botLocaleExportUrl"))
579
+ BotRecommendationResults.add_member(:associated_transcripts_url, Shapes::ShapeRef.new(shape: PresignedS3Url, location_name: "associatedTranscriptsUrl"))
580
+ BotRecommendationResults.add_member(:statistics, Shapes::ShapeRef.new(shape: BotRecommendationResultStatistics, location_name: "statistics"))
581
+ BotRecommendationResults.struct_class = Types::BotRecommendationResults
582
+
583
+ BotRecommendationSummary.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, required: true, location_name: "botRecommendationStatus"))
584
+ BotRecommendationSummary.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botRecommendationId"))
585
+ BotRecommendationSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
586
+ BotRecommendationSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
587
+ BotRecommendationSummary.struct_class = Types::BotRecommendationSummary
588
+
589
+ BotRecommendationSummaryList.member = Shapes::ShapeRef.new(shape: BotRecommendationSummary)
590
+
500
591
  BotSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: BotSortAttribute, required: true, location_name: "attribute"))
501
592
  BotSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
502
593
  BotSortBy.struct_class = Types::BotSortBy
@@ -760,11 +851,12 @@ module Aws::LexModelsV2
760
851
  CreateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
761
852
  CreateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
762
853
  CreateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
763
- CreateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, required: true, location_name: "valueSelectionSetting"))
854
+ CreateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
764
855
  CreateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
765
856
  CreateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
766
857
  CreateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
767
858
  CreateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
859
+ CreateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
768
860
  CreateSlotTypeRequest.struct_class = Types::CreateSlotTypeRequest
769
861
 
770
862
  CreateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
@@ -777,6 +869,7 @@ module Aws::LexModelsV2
777
869
  CreateSlotTypeResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
778
870
  CreateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
779
871
  CreateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
872
+ CreateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
780
873
  CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
781
874
 
782
875
  CreateUploadUrlRequest.struct_class = Types::CreateUploadUrlRequest
@@ -788,9 +881,23 @@ module Aws::LexModelsV2
788
881
  CustomPayload.add_member(:value, Shapes::ShapeRef.new(shape: CustomPayloadValue, required: true, location_name: "value"))
789
882
  CustomPayload.struct_class = Types::CustomPayload
790
883
 
884
+ CustomVocabularyExportSpecification.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
885
+ CustomVocabularyExportSpecification.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location_name: "botVersion"))
886
+ CustomVocabularyExportSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
887
+ CustomVocabularyExportSpecification.struct_class = Types::CustomVocabularyExportSpecification
888
+
889
+ CustomVocabularyImportSpecification.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "botId"))
890
+ CustomVocabularyImportSpecification.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location_name: "botVersion"))
891
+ CustomVocabularyImportSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
892
+ CustomVocabularyImportSpecification.struct_class = Types::CustomVocabularyImportSpecification
893
+
791
894
  DataPrivacy.add_member(:child_directed, Shapes::ShapeRef.new(shape: ChildDirected, required: true, location_name: "childDirected"))
792
895
  DataPrivacy.struct_class = Types::DataPrivacy
793
896
 
897
+ DateRangeFilter.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDateTime"))
898
+ DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
899
+ DateRangeFilter.struct_class = Types::DateRangeFilter
900
+
794
901
  DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
795
902
  DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
796
903
  DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
@@ -830,6 +937,17 @@ module Aws::LexModelsV2
830
937
  DeleteBotVersionResponse.add_member(:bot_status, Shapes::ShapeRef.new(shape: BotStatus, location_name: "botStatus"))
831
938
  DeleteBotVersionResponse.struct_class = Types::DeleteBotVersionResponse
832
939
 
940
+ DeleteCustomVocabularyRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
941
+ DeleteCustomVocabularyRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
942
+ DeleteCustomVocabularyRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
943
+ DeleteCustomVocabularyRequest.struct_class = Types::DeleteCustomVocabularyRequest
944
+
945
+ DeleteCustomVocabularyResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
946
+ DeleteCustomVocabularyResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
947
+ DeleteCustomVocabularyResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
948
+ DeleteCustomVocabularyResponse.add_member(:custom_vocabulary_status, Shapes::ShapeRef.new(shape: CustomVocabularyStatus, location_name: "customVocabularyStatus"))
949
+ DeleteCustomVocabularyResponse.struct_class = Types::DeleteCustomVocabularyResponse
950
+
833
951
  DeleteExportRequest.add_member(:export_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "exportId"))
834
952
  DeleteExportRequest.struct_class = Types::DeleteExportRequest
835
953
 
@@ -926,8 +1044,28 @@ module Aws::LexModelsV2
926
1044
  DescribeBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
927
1045
  DescribeBotLocaleResponse.add_member(:last_build_submitted_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastBuildSubmittedDateTime"))
928
1046
  DescribeBotLocaleResponse.add_member(:bot_locale_history_events, Shapes::ShapeRef.new(shape: BotLocaleHistoryEventsList, location_name: "botLocaleHistoryEvents"))
1047
+ DescribeBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
929
1048
  DescribeBotLocaleResponse.struct_class = Types::DescribeBotLocaleResponse
930
1049
 
1050
+ DescribeBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1051
+ DescribeBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1052
+ DescribeBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1053
+ DescribeBotRecommendationRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
1054
+ DescribeBotRecommendationRequest.struct_class = Types::DescribeBotRecommendationRequest
1055
+
1056
+ DescribeBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1057
+ DescribeBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1058
+ DescribeBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1059
+ DescribeBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
1060
+ DescribeBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1061
+ DescribeBotRecommendationResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
1062
+ DescribeBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1063
+ DescribeBotRecommendationResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1064
+ DescribeBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
1065
+ DescribeBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
1066
+ DescribeBotRecommendationResponse.add_member(:bot_recommendation_results, Shapes::ShapeRef.new(shape: BotRecommendationResults, location_name: "botRecommendationResults"))
1067
+ DescribeBotRecommendationResponse.struct_class = Types::DescribeBotRecommendationResponse
1068
+
931
1069
  DescribeBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
932
1070
  DescribeBotRequest.struct_class = Types::DescribeBotRequest
933
1071
 
@@ -958,6 +1096,19 @@ module Aws::LexModelsV2
958
1096
  DescribeBotVersionResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
959
1097
  DescribeBotVersionResponse.struct_class = Types::DescribeBotVersionResponse
960
1098
 
1099
+ DescribeCustomVocabularyMetadataRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1100
+ DescribeCustomVocabularyMetadataRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
1101
+ DescribeCustomVocabularyMetadataRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1102
+ DescribeCustomVocabularyMetadataRequest.struct_class = Types::DescribeCustomVocabularyMetadataRequest
1103
+
1104
+ DescribeCustomVocabularyMetadataResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1105
+ DescribeCustomVocabularyMetadataResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
1106
+ DescribeCustomVocabularyMetadataResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1107
+ DescribeCustomVocabularyMetadataResponse.add_member(:custom_vocabulary_status, Shapes::ShapeRef.new(shape: CustomVocabularyStatus, location_name: "customVocabularyStatus"))
1108
+ DescribeCustomVocabularyMetadataResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1109
+ DescribeCustomVocabularyMetadataResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1110
+ DescribeCustomVocabularyMetadataResponse.struct_class = Types::DescribeCustomVocabularyMetadataResponse
1111
+
961
1112
  DescribeExportRequest.add_member(:export_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "exportId"))
962
1113
  DescribeExportRequest.struct_class = Types::DescribeExportRequest
963
1114
 
@@ -1058,11 +1209,17 @@ module Aws::LexModelsV2
1058
1209
  DescribeSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1059
1210
  DescribeSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1060
1211
  DescribeSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1212
+ DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1061
1213
  DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
1062
1214
 
1063
1215
  DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1064
1216
  DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
1065
1217
 
1218
+ EncryptionSetting.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1219
+ EncryptionSetting.add_member(:bot_locale_export_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "botLocaleExportPassword"))
1220
+ EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
1221
+ EncryptionSetting.struct_class = Types::EncryptionSetting
1222
+
1066
1223
  ExportFilter.add_member(:name, Shapes::ShapeRef.new(shape: ExportFilterName, required: true, location_name: "name"))
1067
1224
  ExportFilter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "values"))
1068
1225
  ExportFilter.add_member(:operator, Shapes::ShapeRef.new(shape: ExportFilterOperator, required: true, location_name: "operator"))
@@ -1072,6 +1229,7 @@ module Aws::LexModelsV2
1072
1229
 
1073
1230
  ExportResourceSpecification.add_member(:bot_export_specification, Shapes::ShapeRef.new(shape: BotExportSpecification, location_name: "botExportSpecification"))
1074
1231
  ExportResourceSpecification.add_member(:bot_locale_export_specification, Shapes::ShapeRef.new(shape: BotLocaleExportSpecification, location_name: "botLocaleExportSpecification"))
1232
+ ExportResourceSpecification.add_member(:custom_vocabulary_export_specification, Shapes::ShapeRef.new(shape: CustomVocabularyExportSpecification, location_name: "customVocabularyExportSpecification"))
1075
1233
  ExportResourceSpecification.struct_class = Types::ExportResourceSpecification
1076
1234
 
1077
1235
  ExportSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: ExportSortAttribute, required: true, location_name: "attribute"))
@@ -1088,6 +1246,9 @@ module Aws::LexModelsV2
1088
1246
 
1089
1247
  ExportSummaryList.member = Shapes::ShapeRef.new(shape: ExportSummary)
1090
1248
 
1249
+ ExternalSourceSetting.add_member(:grammar_slot_type_setting, Shapes::ShapeRef.new(shape: GrammarSlotTypeSetting, location_name: "grammarSlotTypeSetting"))
1250
+ ExternalSourceSetting.struct_class = Types::ExternalSourceSetting
1251
+
1091
1252
  FailureReasons.member = Shapes::ShapeRef.new(shape: FailureReason)
1092
1253
 
1093
1254
  FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
@@ -1113,6 +1274,14 @@ module Aws::LexModelsV2
1113
1274
  FulfillmentUpdatesSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentTimeout, location_name: "timeoutInSeconds"))
1114
1275
  FulfillmentUpdatesSpecification.struct_class = Types::FulfillmentUpdatesSpecification
1115
1276
 
1277
+ GrammarSlotTypeSetting.add_member(:source, Shapes::ShapeRef.new(shape: GrammarSlotTypeSource, location_name: "source"))
1278
+ GrammarSlotTypeSetting.struct_class = Types::GrammarSlotTypeSetting
1279
+
1280
+ GrammarSlotTypeSource.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
1281
+ GrammarSlotTypeSource.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: S3ObjectPath, required: true, location_name: "s3ObjectKey"))
1282
+ GrammarSlotTypeSource.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1283
+ GrammarSlotTypeSource.struct_class = Types::GrammarSlotTypeSource
1284
+
1116
1285
  ImageResponseCard.add_member(:title, Shapes::ShapeRef.new(shape: AttachmentTitle, required: true, location_name: "title"))
1117
1286
  ImageResponseCard.add_member(:subtitle, Shapes::ShapeRef.new(shape: AttachmentTitle, location_name: "subtitle"))
1118
1287
  ImageResponseCard.add_member(:image_url, Shapes::ShapeRef.new(shape: AttachmentUrl, location_name: "imageUrl"))
@@ -1128,6 +1297,7 @@ module Aws::LexModelsV2
1128
1297
 
1129
1298
  ImportResourceSpecification.add_member(:bot_import_specification, Shapes::ShapeRef.new(shape: BotImportSpecification, location_name: "botImportSpecification"))
1130
1299
  ImportResourceSpecification.add_member(:bot_locale_import_specification, Shapes::ShapeRef.new(shape: BotLocaleImportSpecification, location_name: "botLocaleImportSpecification"))
1300
+ ImportResourceSpecification.add_member(:custom_vocabulary_import_specification, Shapes::ShapeRef.new(shape: CustomVocabularyImportSpecification, location_name: "customVocabularyImportSpecification"))
1131
1301
  ImportResourceSpecification.struct_class = Types::ImportResourceSpecification
1132
1302
 
1133
1303
  ImportSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: ImportSortAttribute, required: true, location_name: "attribute"))
@@ -1141,6 +1311,7 @@ module Aws::LexModelsV2
1141
1311
  ImportSummary.add_member(:merge_strategy, Shapes::ShapeRef.new(shape: MergeStrategy, location_name: "mergeStrategy"))
1142
1312
  ImportSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1143
1313
  ImportSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1314
+ ImportSummary.add_member(:imported_resource_type, Shapes::ShapeRef.new(shape: ImportResourceType, location_name: "importedResourceType"))
1144
1315
  ImportSummary.struct_class = Types::ImportSummary
1145
1316
 
1146
1317
  ImportSummaryList.member = Shapes::ShapeRef.new(shape: ImportSummary)
@@ -1170,6 +1341,9 @@ module Aws::LexModelsV2
1170
1341
  IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1171
1342
  IntentSortBy.struct_class = Types::IntentSortBy
1172
1343
 
1344
+ IntentStatistics.add_member(:discovered_intent_count, Shapes::ShapeRef.new(shape: Count, location_name: "discoveredIntentCount"))
1345
+ IntentStatistics.struct_class = Types::IntentStatistics
1346
+
1173
1347
  IntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
1174
1348
  IntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
1175
1349
  IntentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -1193,6 +1367,9 @@ module Aws::LexModelsV2
1193
1367
  LambdaCodeHook.add_member(:code_hook_interface_version, Shapes::ShapeRef.new(shape: CodeHookInterfaceVersion, required: true, location_name: "codeHookInterfaceVersion"))
1194
1368
  LambdaCodeHook.struct_class = Types::LambdaCodeHook
1195
1369
 
1370
+ LexTranscriptFilter.add_member(:date_range_filter, Shapes::ShapeRef.new(shape: DateRangeFilter, location_name: "dateRangeFilter"))
1371
+ LexTranscriptFilter.struct_class = Types::LexTranscriptFilter
1372
+
1196
1373
  ListAggregatedUtterancesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1197
1374
  ListAggregatedUtterancesRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
1198
1375
  ListAggregatedUtterancesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
@@ -1240,6 +1417,20 @@ module Aws::LexModelsV2
1240
1417
  ListBotLocalesResponse.add_member(:bot_locale_summaries, Shapes::ShapeRef.new(shape: BotLocaleSummaryList, location_name: "botLocaleSummaries"))
1241
1418
  ListBotLocalesResponse.struct_class = Types::ListBotLocalesResponse
1242
1419
 
1420
+ ListBotRecommendationsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1421
+ ListBotRecommendationsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1422
+ ListBotRecommendationsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1423
+ ListBotRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1424
+ ListBotRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1425
+ ListBotRecommendationsRequest.struct_class = Types::ListBotRecommendationsRequest
1426
+
1427
+ ListBotRecommendationsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1428
+ ListBotRecommendationsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1429
+ ListBotRecommendationsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1430
+ ListBotRecommendationsResponse.add_member(:bot_recommendation_summaries, Shapes::ShapeRef.new(shape: BotRecommendationSummaryList, location_name: "botRecommendationSummaries"))
1431
+ ListBotRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1432
+ ListBotRecommendationsResponse.struct_class = Types::ListBotRecommendationsResponse
1433
+
1243
1434
  ListBotVersionsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1244
1435
  ListBotVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: BotVersionSortBy, location_name: "sortBy"))
1245
1436
  ListBotVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
@@ -1289,12 +1480,14 @@ module Aws::LexModelsV2
1289
1480
  ListExportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ExportFilters, location_name: "filters"))
1290
1481
  ListExportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1291
1482
  ListExportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1483
+ ListExportsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1292
1484
  ListExportsRequest.struct_class = Types::ListExportsRequest
1293
1485
 
1294
1486
  ListExportsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1295
1487
  ListExportsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
1296
1488
  ListExportsResponse.add_member(:export_summaries, Shapes::ShapeRef.new(shape: ExportSummaryList, location_name: "exportSummaries"))
1297
1489
  ListExportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1490
+ ListExportsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1298
1491
  ListExportsResponse.struct_class = Types::ListExportsResponse
1299
1492
 
1300
1493
  ListImportsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
@@ -1303,12 +1496,14 @@ module Aws::LexModelsV2
1303
1496
  ListImportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ImportFilters, location_name: "filters"))
1304
1497
  ListImportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1305
1498
  ListImportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1499
+ ListImportsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1306
1500
  ListImportsRequest.struct_class = Types::ListImportsRequest
1307
1501
 
1308
1502
  ListImportsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1309
1503
  ListImportsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1310
1504
  ListImportsResponse.add_member(:import_summaries, Shapes::ShapeRef.new(shape: ImportSummaryList, location_name: "importSummaries"))
1311
1505
  ListImportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1506
+ ListImportsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1312
1507
  ListImportsResponse.struct_class = Types::ListImportsResponse
1313
1508
 
1314
1509
  ListIntentsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
@@ -1327,6 +1522,22 @@ module Aws::LexModelsV2
1327
1522
  ListIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1328
1523
  ListIntentsResponse.struct_class = Types::ListIntentsResponse
1329
1524
 
1525
+ ListRecommendedIntentsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1526
+ ListRecommendedIntentsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1527
+ ListRecommendedIntentsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1528
+ ListRecommendedIntentsRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
1529
+ ListRecommendedIntentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1530
+ ListRecommendedIntentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1531
+ ListRecommendedIntentsRequest.struct_class = Types::ListRecommendedIntentsRequest
1532
+
1533
+ ListRecommendedIntentsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1534
+ ListRecommendedIntentsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1535
+ ListRecommendedIntentsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1536
+ ListRecommendedIntentsResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1537
+ ListRecommendedIntentsResponse.add_member(:summary_list, Shapes::ShapeRef.new(shape: RecommendedIntentSummaryList, location_name: "summaryList"))
1538
+ ListRecommendedIntentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1539
+ ListRecommendedIntentsResponse.struct_class = Types::ListRecommendedIntentsResponse
1540
+
1330
1541
  ListSlotTypesRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1331
1542
  ListSlotTypesRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
1332
1543
  ListSlotTypesRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
@@ -1387,6 +1598,8 @@ module Aws::LexModelsV2
1387
1598
  ObfuscationSetting.add_member(:obfuscation_setting_type, Shapes::ShapeRef.new(shape: ObfuscationSettingType, required: true, location_name: "obfuscationSettingType"))
1388
1599
  ObfuscationSetting.struct_class = Types::ObfuscationSetting
1389
1600
 
1601
+ ObjectPrefixes.member = Shapes::ShapeRef.new(shape: ObjectPrefix)
1602
+
1390
1603
  OperationList.member = Shapes::ShapeRef.new(shape: Operation)
1391
1604
 
1392
1605
  OutputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
@@ -1396,6 +1609,9 @@ module Aws::LexModelsV2
1396
1609
 
1397
1610
  OutputContextsList.member = Shapes::ShapeRef.new(shape: OutputContext)
1398
1611
 
1612
+ PathFormat.add_member(:object_prefixes, Shapes::ShapeRef.new(shape: ObjectPrefixes, location_name: "objectPrefixes"))
1613
+ PathFormat.struct_class = Types::PathFormat
1614
+
1399
1615
  PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1400
1616
  PlainTextMessage.struct_class = Types::PlainTextMessage
1401
1617
 
@@ -1418,6 +1634,15 @@ module Aws::LexModelsV2
1418
1634
  PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1419
1635
  PromptSpecification.struct_class = Types::PromptSpecification
1420
1636
 
1637
+ RecommendedActions.member = Shapes::ShapeRef.new(shape: RecommendedAction)
1638
+
1639
+ RecommendedIntentSummary.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
1640
+ RecommendedIntentSummary.add_member(:intent_name, Shapes::ShapeRef.new(shape: Name, location_name: "intentName"))
1641
+ RecommendedIntentSummary.add_member(:sample_utterances_count, Shapes::ShapeRef.new(shape: SampleUtterancesCount, location_name: "sampleUtterancesCount"))
1642
+ RecommendedIntentSummary.struct_class = Types::RecommendedIntentSummary
1643
+
1644
+ RecommendedIntentSummaryList.member = Shapes::ShapeRef.new(shape: RecommendedIntentSummary)
1645
+
1421
1646
  RelativeAggregationDuration.add_member(:time_dimension, Shapes::ShapeRef.new(shape: TimeDimension, required: true, location_name: "timeDimension"))
1422
1647
  RelativeAggregationDuration.add_member(:time_value, Shapes::ShapeRef.new(shape: TimeValue, required: true, location_name: "timeValue"))
1423
1648
  RelativeAggregationDuration.struct_class = Types::RelativeAggregationDuration
@@ -1434,6 +1659,13 @@ module Aws::LexModelsV2
1434
1659
  S3BucketLogDestination.add_member(:log_prefix, Shapes::ShapeRef.new(shape: LogPrefix, required: true, location_name: "logPrefix"))
1435
1660
  S3BucketLogDestination.struct_class = Types::S3BucketLogDestination
1436
1661
 
1662
+ S3BucketTranscriptSource.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
1663
+ S3BucketTranscriptSource.add_member(:path_format, Shapes::ShapeRef.new(shape: PathFormat, location_name: "pathFormat"))
1664
+ S3BucketTranscriptSource.add_member(:transcript_format, Shapes::ShapeRef.new(shape: TranscriptFormat, required: true, location_name: "transcriptFormat"))
1665
+ S3BucketTranscriptSource.add_member(:transcript_filter, Shapes::ShapeRef.new(shape: TranscriptFilter, location_name: "transcriptFilter"))
1666
+ S3BucketTranscriptSource.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1667
+ S3BucketTranscriptSource.struct_class = Types::S3BucketTranscriptSource
1668
+
1437
1669
  SSMLMessage.add_member(:value, Shapes::ShapeRef.new(shape: SSMLMessageValue, required: true, location_name: "value"))
1438
1670
  SSMLMessage.struct_class = Types::SSMLMessage
1439
1671
 
@@ -1445,6 +1677,25 @@ module Aws::LexModelsV2
1445
1677
  SampleValue.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "value"))
1446
1678
  SampleValue.struct_class = Types::SampleValue
1447
1679
 
1680
+ SearchAssociatedTranscriptsRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1681
+ SearchAssociatedTranscriptsRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, required: true, location: "uri", location_name: "botVersion"))
1682
+ SearchAssociatedTranscriptsRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1683
+ SearchAssociatedTranscriptsRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
1684
+ SearchAssociatedTranscriptsRequest.add_member(:search_order, Shapes::ShapeRef.new(shape: SearchOrder, location_name: "searchOrder"))
1685
+ SearchAssociatedTranscriptsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AssociatedTranscriptFilters, required: true, location_name: "filters"))
1686
+ SearchAssociatedTranscriptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1687
+ SearchAssociatedTranscriptsRequest.add_member(:next_index, Shapes::ShapeRef.new(shape: NextIndex, location_name: "nextIndex"))
1688
+ SearchAssociatedTranscriptsRequest.struct_class = Types::SearchAssociatedTranscriptsRequest
1689
+
1690
+ SearchAssociatedTranscriptsResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1691
+ SearchAssociatedTranscriptsResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
1692
+ SearchAssociatedTranscriptsResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1693
+ SearchAssociatedTranscriptsResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1694
+ SearchAssociatedTranscriptsResponse.add_member(:next_index, Shapes::ShapeRef.new(shape: NextIndex, location_name: "nextIndex"))
1695
+ SearchAssociatedTranscriptsResponse.add_member(:associated_transcripts, Shapes::ShapeRef.new(shape: AssociatedTranscriptList, location_name: "associatedTranscripts"))
1696
+ SearchAssociatedTranscriptsResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "totalResults"))
1697
+ SearchAssociatedTranscriptsResponse.struct_class = Types::SearchAssociatedTranscriptsResponse
1698
+
1448
1699
  SentimentAnalysisSettings.add_member(:detect_sentiment, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "detectSentiment"))
1449
1700
  SentimentAnalysisSettings.struct_class = Types::SentimentAnalysisSettings
1450
1701
 
@@ -1498,11 +1749,15 @@ module Aws::LexModelsV2
1498
1749
  SlotTypeSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1499
1750
  SlotTypeSortBy.struct_class = Types::SlotTypeSortBy
1500
1751
 
1752
+ SlotTypeStatistics.add_member(:discovered_slot_type_count, Shapes::ShapeRef.new(shape: Count, location_name: "discoveredSlotTypeCount"))
1753
+ SlotTypeStatistics.struct_class = Types::SlotTypeStatistics
1754
+
1501
1755
  SlotTypeSummary.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
1502
1756
  SlotTypeSummary.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, location_name: "slotTypeName"))
1503
1757
  SlotTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1504
1758
  SlotTypeSummary.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
1505
1759
  SlotTypeSummary.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1760
+ SlotTypeSummary.add_member(:slot_type_category, Shapes::ShapeRef.new(shape: SlotTypeCategory, location_name: "slotTypeCategory"))
1506
1761
  SlotTypeSummary.struct_class = Types::SlotTypeSummary
1507
1762
 
1508
1763
  SlotTypeSummaryList.member = Shapes::ShapeRef.new(shape: SlotTypeSummary)
@@ -1525,8 +1780,26 @@ module Aws::LexModelsV2
1525
1780
 
1526
1781
  SlotValueSelectionSetting.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: SlotValueResolutionStrategy, required: true, location_name: "resolutionStrategy"))
1527
1782
  SlotValueSelectionSetting.add_member(:regex_filter, Shapes::ShapeRef.new(shape: SlotValueRegexFilter, location_name: "regexFilter"))
1783
+ SlotValueSelectionSetting.add_member(:advanced_recognition_setting, Shapes::ShapeRef.new(shape: AdvancedRecognitionSetting, location_name: "advancedRecognitionSetting"))
1528
1784
  SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
1529
1785
 
1786
+ StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1787
+ StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1788
+ StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1789
+ StartBotRecommendationRequest.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, required: true, location_name: "transcriptSourceSetting"))
1790
+ StartBotRecommendationRequest.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
1791
+ StartBotRecommendationRequest.struct_class = Types::StartBotRecommendationRequest
1792
+
1793
+ StartBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1794
+ StartBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1795
+ StartBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1796
+ StartBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
1797
+ StartBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1798
+ StartBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1799
+ StartBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
1800
+ StartBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
1801
+ StartBotRecommendationResponse.struct_class = Types::StartBotRecommendationResponse
1802
+
1530
1803
  StartImportRequest.add_member(:import_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "importId"))
1531
1804
  StartImportRequest.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ImportResourceSpecification, required: true, location_name: "resourceSpecification"))
1532
1805
  StartImportRequest.add_member(:merge_strategy, Shapes::ShapeRef.new(shape: MergeStrategy, required: true, location_name: "mergeStrategy"))
@@ -1572,6 +1845,12 @@ module Aws::LexModelsV2
1572
1845
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1573
1846
  ThrottlingException.struct_class = Types::ThrottlingException
1574
1847
 
1848
+ TranscriptFilter.add_member(:lex_transcript_filter, Shapes::ShapeRef.new(shape: LexTranscriptFilter, location_name: "lexTranscriptFilter"))
1849
+ TranscriptFilter.struct_class = Types::TranscriptFilter
1850
+
1851
+ TranscriptSourceSetting.add_member(:s3_bucket_transcript_source, Shapes::ShapeRef.new(shape: S3BucketTranscriptSource, location_name: "s3BucketTranscriptSource"))
1852
+ TranscriptSourceSetting.struct_class = Types::TranscriptSourceSetting
1853
+
1575
1854
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceARN"))
1576
1855
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1577
1856
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1620,8 +1899,27 @@ module Aws::LexModelsV2
1620
1899
  UpdateBotLocaleResponse.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
1621
1900
  UpdateBotLocaleResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1622
1901
  UpdateBotLocaleResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1902
+ UpdateBotLocaleResponse.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
1623
1903
  UpdateBotLocaleResponse.struct_class = Types::UpdateBotLocaleResponse
1624
1904
 
1905
+ UpdateBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1906
+ UpdateBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1907
+ UpdateBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1908
+ UpdateBotRecommendationRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
1909
+ UpdateBotRecommendationRequest.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, required: true, location_name: "encryptionSetting"))
1910
+ UpdateBotRecommendationRequest.struct_class = Types::UpdateBotRecommendationRequest
1911
+
1912
+ UpdateBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1913
+ UpdateBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1914
+ UpdateBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1915
+ UpdateBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
1916
+ UpdateBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1917
+ UpdateBotRecommendationResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1918
+ UpdateBotRecommendationResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1919
+ UpdateBotRecommendationResponse.add_member(:transcript_source_setting, Shapes::ShapeRef.new(shape: TranscriptSourceSetting, location_name: "transcriptSourceSetting"))
1920
+ UpdateBotRecommendationResponse.add_member(:encryption_setting, Shapes::ShapeRef.new(shape: EncryptionSetting, location_name: "encryptionSetting"))
1921
+ UpdateBotRecommendationResponse.struct_class = Types::UpdateBotRecommendationResponse
1922
+
1625
1923
  UpdateBotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1626
1924
  UpdateBotRequest.add_member(:bot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "botName"))
1627
1925
  UpdateBotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -1732,11 +2030,12 @@ module Aws::LexModelsV2
1732
2030
  UpdateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
1733
2031
  UpdateSlotTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1734
2032
  UpdateSlotTypeRequest.add_member(:slot_type_values, Shapes::ShapeRef.new(shape: SlotTypeValues, location_name: "slotTypeValues"))
1735
- UpdateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, required: true, location_name: "valueSelectionSetting"))
2033
+ UpdateSlotTypeRequest.add_member(:value_selection_setting, Shapes::ShapeRef.new(shape: SlotValueSelectionSetting, location_name: "valueSelectionSetting"))
1736
2034
  UpdateSlotTypeRequest.add_member(:parent_slot_type_signature, Shapes::ShapeRef.new(shape: SlotTypeSignature, location_name: "parentSlotTypeSignature"))
1737
2035
  UpdateSlotTypeRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1738
2036
  UpdateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1739
2037
  UpdateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
2038
+ UpdateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1740
2039
  UpdateSlotTypeRequest.struct_class = Types::UpdateSlotTypeRequest
1741
2040
 
1742
2041
  UpdateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
@@ -1750,6 +2049,7 @@ module Aws::LexModelsV2
1750
2049
  UpdateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1751
2050
  UpdateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1752
2051
  UpdateSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
2052
+ UpdateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1753
2053
  UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
1754
2054
 
1755
2055
  UtteranceAggregationDuration.add_member(:relative_aggregation_duration, Shapes::ShapeRef.new(shape: RelativeAggregationDuration, required: true, location_name: "relativeAggregationDuration"))
@@ -2011,6 +2311,20 @@ module Aws::LexModelsV2
2011
2311
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2012
2312
  end)
2013
2313
 
2314
+ api.add_operation(:delete_custom_vocabulary, Seahorse::Model::Operation.new.tap do |o|
2315
+ o.name = "DeleteCustomVocabulary"
2316
+ o.http_method = "DELETE"
2317
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary"
2318
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomVocabularyRequest)
2319
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomVocabularyResponse)
2320
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2322
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2323
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
2324
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2325
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2326
+ end)
2327
+
2014
2328
  api.add_operation(:delete_export, Seahorse::Model::Operation.new.tap do |o|
2015
2329
  o.name = "DeleteExport"
2016
2330
  o.http_method = "DELETE"
@@ -2153,6 +2467,18 @@ module Aws::LexModelsV2
2153
2467
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2154
2468
  end)
2155
2469
 
2470
+ api.add_operation(:describe_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
2471
+ o.name = "DescribeBotRecommendation"
2472
+ o.http_method = "GET"
2473
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/"
2474
+ o.input = Shapes::ShapeRef.new(shape: DescribeBotRecommendationRequest)
2475
+ o.output = Shapes::ShapeRef.new(shape: DescribeBotRecommendationResponse)
2476
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2477
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2478
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2479
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2480
+ end)
2481
+
2156
2482
  api.add_operation(:describe_bot_version, Seahorse::Model::Operation.new.tap do |o|
2157
2483
  o.name = "DescribeBotVersion"
2158
2484
  o.http_method = "GET"
@@ -2166,6 +2492,19 @@ module Aws::LexModelsV2
2166
2492
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2167
2493
  end)
2168
2494
 
2495
+ api.add_operation(:describe_custom_vocabulary_metadata, Seahorse::Model::Operation.new.tap do |o|
2496
+ o.name = "DescribeCustomVocabularyMetadata"
2497
+ o.http_method = "GET"
2498
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/metadata"
2499
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomVocabularyMetadataRequest)
2500
+ o.output = Shapes::ShapeRef.new(shape: DescribeCustomVocabularyMetadataResponse)
2501
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2502
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2503
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2504
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2505
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2506
+ end)
2507
+
2169
2508
  api.add_operation(:describe_export, Seahorse::Model::Operation.new.tap do |o|
2170
2509
  o.name = "DescribeExport"
2171
2510
  o.http_method = "GET"
@@ -2294,6 +2633,24 @@ module Aws::LexModelsV2
2294
2633
  )
2295
2634
  end)
2296
2635
 
2636
+ api.add_operation(:list_bot_recommendations, Seahorse::Model::Operation.new.tap do |o|
2637
+ o.name = "ListBotRecommendations"
2638
+ o.http_method = "POST"
2639
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/"
2640
+ o.input = Shapes::ShapeRef.new(shape: ListBotRecommendationsRequest)
2641
+ o.output = Shapes::ShapeRef.new(shape: ListBotRecommendationsResponse)
2642
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2643
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2645
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2646
+ o[:pager] = Aws::Pager.new(
2647
+ limit_key: "max_results",
2648
+ tokens: {
2649
+ "next_token" => "next_token"
2650
+ }
2651
+ )
2652
+ end)
2653
+
2297
2654
  api.add_operation(:list_bot_versions, Seahorse::Model::Operation.new.tap do |o|
2298
2655
  o.name = "ListBotVersions"
2299
2656
  o.http_method = "POST"
@@ -2418,6 +2775,25 @@ module Aws::LexModelsV2
2418
2775
  )
2419
2776
  end)
2420
2777
 
2778
+ api.add_operation(:list_recommended_intents, Seahorse::Model::Operation.new.tap do |o|
2779
+ o.name = "ListRecommendedIntents"
2780
+ o.http_method = "POST"
2781
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/intents"
2782
+ o.input = Shapes::ShapeRef.new(shape: ListRecommendedIntentsRequest)
2783
+ o.output = Shapes::ShapeRef.new(shape: ListRecommendedIntentsResponse)
2784
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2785
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2786
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2787
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2788
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2789
+ o[:pager] = Aws::Pager.new(
2790
+ limit_key: "max_results",
2791
+ tokens: {
2792
+ "next_token" => "next_token"
2793
+ }
2794
+ )
2795
+ end)
2796
+
2421
2797
  api.add_operation(:list_slot_types, Seahorse::Model::Operation.new.tap do |o|
2422
2798
  o.name = "ListSlotTypes"
2423
2799
  o.http_method = "POST"
@@ -2466,6 +2842,35 @@ module Aws::LexModelsV2
2466
2842
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2467
2843
  end)
2468
2844
 
2845
+ api.add_operation(:search_associated_transcripts, Seahorse::Model::Operation.new.tap do |o|
2846
+ o.name = "SearchAssociatedTranscripts"
2847
+ o.http_method = "POST"
2848
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts"
2849
+ o.input = Shapes::ShapeRef.new(shape: SearchAssociatedTranscriptsRequest)
2850
+ o.output = Shapes::ShapeRef.new(shape: SearchAssociatedTranscriptsResponse)
2851
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2852
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2853
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2854
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2855
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2856
+ end)
2857
+
2858
+ api.add_operation(:start_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
2859
+ o.name = "StartBotRecommendation"
2860
+ o.http_method = "PUT"
2861
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/"
2862
+ o.input = Shapes::ShapeRef.new(shape: StartBotRecommendationRequest)
2863
+ o.output = Shapes::ShapeRef.new(shape: StartBotRecommendationResponse)
2864
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2865
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2866
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2868
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2869
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
2870
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2871
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2872
+ end)
2873
+
2469
2874
  api.add_operation(:start_import, Seahorse::Model::Operation.new.tap do |o|
2470
2875
  o.name = "StartImport"
2471
2876
  o.http_method = "PUT"
@@ -2546,6 +2951,22 @@ module Aws::LexModelsV2
2546
2951
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2547
2952
  end)
2548
2953
 
2954
+ api.add_operation(:update_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
2955
+ o.name = "UpdateBotRecommendation"
2956
+ o.http_method = "PUT"
2957
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/"
2958
+ o.input = Shapes::ShapeRef.new(shape: UpdateBotRecommendationRequest)
2959
+ o.output = Shapes::ShapeRef.new(shape: UpdateBotRecommendationResponse)
2960
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2961
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2962
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2963
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2964
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2965
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
2966
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2967
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2968
+ end)
2969
+
2549
2970
  api.add_operation(:update_export, Seahorse::Model::Operation.new.tap do |o|
2550
2971
  o.name = "UpdateExport"
2551
2972
  o.http_method = "PUT"