aws-sdk-lexmodelsv2 1.22.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -102,11 +102,16 @@ module Aws::LexModelsV2
102
102
  CloudWatchLogGroupLogDestination = Shapes::StructureShape.new(name: 'CloudWatchLogGroupLogDestination')
103
103
  CodeHookInterfaceVersion = Shapes::StringShape.new(name: 'CodeHookInterfaceVersion')
104
104
  CodeHookSpecification = Shapes::StructureShape.new(name: 'CodeHookSpecification')
105
+ Condition = Shapes::StructureShape.new(name: 'Condition')
106
+ ConditionExpression = Shapes::StringShape.new(name: 'ConditionExpression')
105
107
  ConditionKey = Shapes::StringShape.new(name: 'ConditionKey')
106
108
  ConditionKeyValueMap = Shapes::MapShape.new(name: 'ConditionKeyValueMap')
107
109
  ConditionMap = Shapes::MapShape.new(name: 'ConditionMap')
108
110
  ConditionOperator = Shapes::StringShape.new(name: 'ConditionOperator')
109
111
  ConditionValue = Shapes::StringShape.new(name: 'ConditionValue')
112
+ ConditionalBranch = Shapes::StructureShape.new(name: 'ConditionalBranch')
113
+ ConditionalBranches = Shapes::ListShape.new(name: 'ConditionalBranches')
114
+ ConditionalSpecification = Shapes::StructureShape.new(name: 'ConditionalSpecification')
110
115
  ConfidenceThreshold = Shapes::FloatShape.new(name: 'ConfidenceThreshold')
111
116
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
112
117
  ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
@@ -142,6 +147,7 @@ module Aws::LexModelsV2
142
147
  CustomVocabularyStatus = Shapes::StringShape.new(name: 'CustomVocabularyStatus')
143
148
  DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
144
149
  DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
150
+ DefaultConditionalBranch = Shapes::StructureShape.new(name: 'DefaultConditionalBranch')
145
151
  DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
146
152
  DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
147
153
  DeleteBotLocaleRequest = Shapes::StructureShape.new(name: 'DeleteBotLocaleRequest')
@@ -190,9 +196,14 @@ module Aws::LexModelsV2
190
196
  DescribeSlotTypeRequest = Shapes::StructureShape.new(name: 'DescribeSlotTypeRequest')
191
197
  DescribeSlotTypeResponse = Shapes::StructureShape.new(name: 'DescribeSlotTypeResponse')
192
198
  Description = Shapes::StringShape.new(name: 'Description')
199
+ DialogAction = Shapes::StructureShape.new(name: 'DialogAction')
200
+ DialogActionType = Shapes::StringShape.new(name: 'DialogActionType')
201
+ DialogCodeHookInvocationSetting = Shapes::StructureShape.new(name: 'DialogCodeHookInvocationSetting')
193
202
  DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
203
+ DialogState = Shapes::StructureShape.new(name: 'DialogState')
194
204
  DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
195
205
  Effect = Shapes::StringShape.new(name: 'Effect')
206
+ ElicitationCodeHookInvocationSetting = Shapes::StructureShape.new(name: 'ElicitationCodeHookInvocationSetting')
196
207
  EncryptionSetting = Shapes::StructureShape.new(name: 'EncryptionSetting')
197
208
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
198
209
  ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
@@ -237,6 +248,7 @@ module Aws::LexModelsV2
237
248
  ImportSummary = Shapes::StructureShape.new(name: 'ImportSummary')
238
249
  ImportSummaryList = Shapes::ListShape.new(name: 'ImportSummaryList')
239
250
  ImportedResourceId = Shapes::StringShape.new(name: 'ImportedResourceId')
251
+ InitialResponseSetting = Shapes::StructureShape.new(name: 'InitialResponseSetting')
240
252
  InputContext = Shapes::StructureShape.new(name: 'InputContext')
241
253
  InputContextsList = Shapes::ListShape.new(name: 'InputContextsList')
242
254
  IntentClosingSetting = Shapes::StructureShape.new(name: 'IntentClosingSetting')
@@ -245,6 +257,7 @@ module Aws::LexModelsV2
245
257
  IntentFilterName = Shapes::StringShape.new(name: 'IntentFilterName')
246
258
  IntentFilterOperator = Shapes::StringShape.new(name: 'IntentFilterOperator')
247
259
  IntentFilters = Shapes::ListShape.new(name: 'IntentFilters')
260
+ IntentOverride = Shapes::StructureShape.new(name: 'IntentOverride')
248
261
  IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
249
262
  IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
250
263
  IntentSortBy = Shapes::StructureShape.new(name: 'IntentSortBy')
@@ -296,12 +309,14 @@ module Aws::LexModelsV2
296
309
  Message = Shapes::StructureShape.new(name: 'Message')
297
310
  MessageGroup = Shapes::StructureShape.new(name: 'MessageGroup')
298
311
  MessageGroupsList = Shapes::ListShape.new(name: 'MessageGroupsList')
312
+ MessageSelectionStrategy = Shapes::StringShape.new(name: 'MessageSelectionStrategy')
299
313
  MessageVariationsList = Shapes::ListShape.new(name: 'MessageVariationsList')
300
314
  MissedCount = Shapes::IntegerShape.new(name: 'MissedCount')
301
315
  MultipleValuesSetting = Shapes::StructureShape.new(name: 'MultipleValuesSetting')
302
316
  Name = Shapes::StringShape.new(name: 'Name')
303
317
  NextIndex = Shapes::IntegerShape.new(name: 'NextIndex')
304
318
  NextToken = Shapes::StringShape.new(name: 'NextToken')
319
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
305
320
  NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
306
321
  ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
307
322
  ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
@@ -315,6 +330,7 @@ module Aws::LexModelsV2
315
330
  PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
316
331
  PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
317
332
  Policy = Shapes::StringShape.new(name: 'Policy')
333
+ PostDialogCodeHookInvocationSpecification = Shapes::StructureShape.new(name: 'PostDialogCodeHookInvocationSpecification')
318
334
  PostFulfillmentStatusSpecification = Shapes::StructureShape.new(name: 'PostFulfillmentStatusSpecification')
319
335
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
320
336
  PresignedS3Url = Shapes::StringShape.new(name: 'PresignedS3Url')
@@ -357,6 +373,7 @@ module Aws::LexModelsV2
357
373
  SessionId = Shapes::StringShape.new(name: 'SessionId')
358
374
  SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
359
375
  SkipResourceInUseCheck = Shapes::BooleanShape.new(name: 'SkipResourceInUseCheck')
376
+ SlotCaptureSetting = Shapes::StructureShape.new(name: 'SlotCaptureSetting')
360
377
  SlotConstraint = Shapes::StringShape.new(name: 'SlotConstraint')
361
378
  SlotDefaultValue = Shapes::StructureShape.new(name: 'SlotDefaultValue')
362
379
  SlotDefaultValueList = Shapes::ListShape.new(name: 'SlotDefaultValueList')
@@ -368,6 +385,7 @@ module Aws::LexModelsV2
368
385
  SlotFilters = Shapes::ListShape.new(name: 'SlotFilters')
369
386
  SlotPrioritiesList = Shapes::ListShape.new(name: 'SlotPrioritiesList')
370
387
  SlotPriority = Shapes::StructureShape.new(name: 'SlotPriority')
388
+ SlotShape = Shapes::StringShape.new(name: 'SlotShape')
371
389
  SlotSortAttribute = Shapes::StringShape.new(name: 'SlotSortAttribute')
372
390
  SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
373
391
  SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
@@ -385,10 +403,14 @@ module Aws::LexModelsV2
385
403
  SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
386
404
  SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
387
405
  SlotTypeValues = Shapes::ListShape.new(name: 'SlotTypeValues')
406
+ SlotValue = Shapes::StructureShape.new(name: 'SlotValue')
388
407
  SlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SlotValueElicitationSetting')
408
+ SlotValueOverride = Shapes::StructureShape.new(name: 'SlotValueOverride')
409
+ SlotValueOverrideMap = Shapes::MapShape.new(name: 'SlotValueOverrideMap')
389
410
  SlotValueRegexFilter = Shapes::StructureShape.new(name: 'SlotValueRegexFilter')
390
411
  SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
391
412
  SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
413
+ SlotValues = Shapes::ListShape.new(name: 'SlotValues')
392
414
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
393
415
  StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
394
416
  StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
@@ -397,6 +419,8 @@ module Aws::LexModelsV2
397
419
  StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
398
420
  StillWaitingResponseSpecification = Shapes::StructureShape.new(name: 'StillWaitingResponseSpecification')
399
421
  StillWaitingResponseTimeout = Shapes::IntegerShape.new(name: 'StillWaitingResponseTimeout')
422
+ String = Shapes::StringShape.new(name: 'String')
423
+ StringMap = Shapes::MapShape.new(name: 'StringMap')
400
424
  SynonymList = Shapes::ListShape.new(name: 'SynonymList')
401
425
  TagKey = Shapes::StringShape.new(name: 'TagKey')
402
426
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -666,12 +690,28 @@ module Aws::LexModelsV2
666
690
  CodeHookSpecification.add_member(:lambda_code_hook, Shapes::ShapeRef.new(shape: LambdaCodeHook, required: true, location_name: "lambdaCodeHook"))
667
691
  CodeHookSpecification.struct_class = Types::CodeHookSpecification
668
692
 
693
+ Condition.add_member(:expression_string, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "expressionString"))
694
+ Condition.struct_class = Types::Condition
695
+
669
696
  ConditionKeyValueMap.key = Shapes::ShapeRef.new(shape: ConditionKey)
670
697
  ConditionKeyValueMap.value = Shapes::ShapeRef.new(shape: ConditionValue)
671
698
 
672
699
  ConditionMap.key = Shapes::ShapeRef.new(shape: ConditionOperator)
673
700
  ConditionMap.value = Shapes::ShapeRef.new(shape: ConditionKeyValueMap)
674
701
 
702
+ ConditionalBranch.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
703
+ ConditionalBranch.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, required: true, location_name: "condition"))
704
+ ConditionalBranch.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, required: true, location_name: "nextStep"))
705
+ ConditionalBranch.add_member(:response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "response"))
706
+ ConditionalBranch.struct_class = Types::ConditionalBranch
707
+
708
+ ConditionalBranches.member = Shapes::ShapeRef.new(shape: ConditionalBranch)
709
+
710
+ ConditionalSpecification.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
711
+ ConditionalSpecification.add_member(:conditional_branches, Shapes::ShapeRef.new(shape: ConditionalBranches, required: true, location_name: "conditionalBranches"))
712
+ ConditionalSpecification.add_member(:default_branch, Shapes::ShapeRef.new(shape: DefaultConditionalBranch, required: true, location_name: "defaultBranch"))
713
+ ConditionalSpecification.struct_class = Types::ConditionalSpecification
714
+
675
715
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
676
716
  ConflictException.struct_class = Types::ConflictException
677
717
 
@@ -781,6 +821,7 @@ module Aws::LexModelsV2
781
821
  CreateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
782
822
  CreateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
783
823
  CreateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
824
+ CreateIntentRequest.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
784
825
  CreateIntentRequest.struct_class = Types::CreateIntentRequest
785
826
 
786
827
  CreateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -799,6 +840,7 @@ module Aws::LexModelsV2
799
840
  CreateIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
800
841
  CreateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
801
842
  CreateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
843
+ CreateIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
802
844
  CreateIntentResponse.struct_class = Types::CreateIntentResponse
803
845
 
804
846
  CreateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -824,7 +866,7 @@ module Aws::LexModelsV2
824
866
 
825
867
  CreateSlotRequest.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotName"))
826
868
  CreateSlotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
827
- CreateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
869
+ CreateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
828
870
  CreateSlotRequest.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
829
871
  CreateSlotRequest.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
830
872
  CreateSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
@@ -898,6 +940,10 @@ module Aws::LexModelsV2
898
940
  DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
899
941
  DateRangeFilter.struct_class = Types::DateRangeFilter
900
942
 
943
+ DefaultConditionalBranch.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
944
+ DefaultConditionalBranch.add_member(:response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "response"))
945
+ DefaultConditionalBranch.struct_class = Types::DefaultConditionalBranch
946
+
901
947
  DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
902
948
  DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
903
949
  DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
@@ -1160,6 +1206,7 @@ module Aws::LexModelsV2
1160
1206
  DescribeIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1161
1207
  DescribeIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1162
1208
  DescribeIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1209
+ DescribeIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1163
1210
  DescribeIntentResponse.struct_class = Types::DescribeIntentResponse
1164
1211
 
1165
1212
  DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -1212,9 +1259,29 @@ module Aws::LexModelsV2
1212
1259
  DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1213
1260
  DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
1214
1261
 
1262
+ DialogAction.add_member(:type, Shapes::ShapeRef.new(shape: DialogActionType, required: true, location_name: "type"))
1263
+ DialogAction.add_member(:slot_to_elicit, Shapes::ShapeRef.new(shape: Name, location_name: "slotToElicit"))
1264
+ DialogAction.add_member(:suppress_next_message, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "suppressNextMessage"))
1265
+ DialogAction.struct_class = Types::DialogAction
1266
+
1267
+ DialogCodeHookInvocationSetting.add_member(:enable_code_hook_invocation, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "enableCodeHookInvocation"))
1268
+ DialogCodeHookInvocationSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
1269
+ DialogCodeHookInvocationSetting.add_member(:invocation_label, Shapes::ShapeRef.new(shape: Name, location_name: "invocationLabel"))
1270
+ DialogCodeHookInvocationSetting.add_member(:post_code_hook_specification, Shapes::ShapeRef.new(shape: PostDialogCodeHookInvocationSpecification, required: true, location_name: "postCodeHookSpecification"))
1271
+ DialogCodeHookInvocationSetting.struct_class = Types::DialogCodeHookInvocationSetting
1272
+
1215
1273
  DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1216
1274
  DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
1217
1275
 
1276
+ DialogState.add_member(:dialog_action, Shapes::ShapeRef.new(shape: DialogAction, location_name: "dialogAction"))
1277
+ DialogState.add_member(:intent, Shapes::ShapeRef.new(shape: IntentOverride, location_name: "intent"))
1278
+ DialogState.add_member(:session_attributes, Shapes::ShapeRef.new(shape: StringMap, location_name: "sessionAttributes"))
1279
+ DialogState.struct_class = Types::DialogState
1280
+
1281
+ ElicitationCodeHookInvocationSetting.add_member(:enable_code_hook_invocation, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "enableCodeHookInvocation"))
1282
+ ElicitationCodeHookInvocationSetting.add_member(:invocation_label, Shapes::ShapeRef.new(shape: Name, location_name: "invocationLabel"))
1283
+ ElicitationCodeHookInvocationSetting.struct_class = Types::ElicitationCodeHookInvocationSetting
1284
+
1218
1285
  EncryptionSetting.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1219
1286
  EncryptionSetting.add_member(:bot_locale_export_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "botLocaleExportPassword"))
1220
1287
  EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
@@ -1256,6 +1323,7 @@ module Aws::LexModelsV2
1256
1323
  FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1257
1324
  FulfillmentCodeHookSettings.add_member(:post_fulfillment_status_specification, Shapes::ShapeRef.new(shape: PostFulfillmentStatusSpecification, location_name: "postFulfillmentStatusSpecification"))
1258
1325
  FulfillmentCodeHookSettings.add_member(:fulfillment_updates_specification, Shapes::ShapeRef.new(shape: FulfillmentUpdatesSpecification, location_name: "fulfillmentUpdatesSpecification"))
1326
+ FulfillmentCodeHookSettings.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1259
1327
  FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
1260
1328
 
1261
1329
  FulfillmentStartResponseSpecification.add_member(:delay_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentStartResponseDelay, required: true, location_name: "delayInSeconds"))
@@ -1316,18 +1384,36 @@ module Aws::LexModelsV2
1316
1384
 
1317
1385
  ImportSummaryList.member = Shapes::ShapeRef.new(shape: ImportSummary)
1318
1386
 
1387
+ InitialResponseSetting.add_member(:initial_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "initialResponse"))
1388
+ InitialResponseSetting.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
1389
+ InitialResponseSetting.add_member(:conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "conditional"))
1390
+ InitialResponseSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1391
+ InitialResponseSetting.struct_class = Types::InitialResponseSetting
1392
+
1319
1393
  InputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1320
1394
  InputContext.struct_class = Types::InputContext
1321
1395
 
1322
1396
  InputContextsList.member = Shapes::ShapeRef.new(shape: InputContext)
1323
1397
 
1324
- IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "closingResponse"))
1398
+ IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "closingResponse"))
1325
1399
  IntentClosingSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1400
+ IntentClosingSetting.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
1401
+ IntentClosingSetting.add_member(:conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "conditional"))
1326
1402
  IntentClosingSetting.struct_class = Types::IntentClosingSetting
1327
1403
 
1328
1404
  IntentConfirmationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, required: true, location_name: "promptSpecification"))
1329
- IntentConfirmationSetting.add_member(:declination_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "declinationResponse"))
1405
+ IntentConfirmationSetting.add_member(:declination_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "declinationResponse"))
1330
1406
  IntentConfirmationSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1407
+ IntentConfirmationSetting.add_member(:confirmation_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "confirmationResponse"))
1408
+ IntentConfirmationSetting.add_member(:confirmation_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "confirmationNextStep"))
1409
+ IntentConfirmationSetting.add_member(:confirmation_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "confirmationConditional"))
1410
+ IntentConfirmationSetting.add_member(:declination_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "declinationNextStep"))
1411
+ IntentConfirmationSetting.add_member(:declination_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "declinationConditional"))
1412
+ IntentConfirmationSetting.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1413
+ IntentConfirmationSetting.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1414
+ IntentConfirmationSetting.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1415
+ IntentConfirmationSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1416
+ IntentConfirmationSetting.add_member(:elicitation_code_hook, Shapes::ShapeRef.new(shape: ElicitationCodeHookInvocationSetting, location_name: "elicitationCodeHook"))
1331
1417
  IntentConfirmationSetting.struct_class = Types::IntentConfirmationSetting
1332
1418
 
1333
1419
  IntentFilter.add_member(:name, Shapes::ShapeRef.new(shape: IntentFilterName, required: true, location_name: "name"))
@@ -1337,6 +1423,10 @@ module Aws::LexModelsV2
1337
1423
 
1338
1424
  IntentFilters.member = Shapes::ShapeRef.new(shape: IntentFilter)
1339
1425
 
1426
+ IntentOverride.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
1427
+ IntentOverride.add_member(:slots, Shapes::ShapeRef.new(shape: SlotValueOverrideMap, location_name: "slots"))
1428
+ IntentOverride.struct_class = Types::IntentOverride
1429
+
1340
1430
  IntentSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: IntentSortAttribute, required: true, location_name: "attribute"))
1341
1431
  IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1342
1432
  IntentSortBy.struct_class = Types::IntentSortBy
@@ -1615,9 +1705,26 @@ module Aws::LexModelsV2
1615
1705
  PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1616
1706
  PlainTextMessage.struct_class = Types::PlainTextMessage
1617
1707
 
1708
+ PostDialogCodeHookInvocationSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1709
+ PostDialogCodeHookInvocationSpecification.add_member(:success_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "successNextStep"))
1710
+ PostDialogCodeHookInvocationSpecification.add_member(:success_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "successConditional"))
1711
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1712
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1713
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1714
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
1715
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "timeoutNextStep"))
1716
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "timeoutConditional"))
1717
+ PostDialogCodeHookInvocationSpecification.struct_class = Types::PostDialogCodeHookInvocationSpecification
1718
+
1618
1719
  PostFulfillmentStatusSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1619
1720
  PostFulfillmentStatusSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1620
1721
  PostFulfillmentStatusSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
1722
+ PostFulfillmentStatusSpecification.add_member(:success_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "successNextStep"))
1723
+ PostFulfillmentStatusSpecification.add_member(:success_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "successConditional"))
1724
+ PostFulfillmentStatusSpecification.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1725
+ PostFulfillmentStatusSpecification.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1726
+ PostFulfillmentStatusSpecification.add_member(:timeout_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "timeoutNextStep"))
1727
+ PostFulfillmentStatusSpecification.add_member(:timeout_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "timeoutConditional"))
1621
1728
  PostFulfillmentStatusSpecification.struct_class = Types::PostFulfillmentStatusSpecification
1622
1729
 
1623
1730
  PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1632,6 +1739,7 @@ module Aws::LexModelsV2
1632
1739
  PromptSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1633
1740
  PromptSpecification.add_member(:max_retries, Shapes::ShapeRef.new(shape: PromptMaxRetries, required: true, location_name: "maxRetries"))
1634
1741
  PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1742
+ PromptSpecification.add_member(:message_selection_strategy, Shapes::ShapeRef.new(shape: MessageSelectionStrategy, location_name: "messageSelectionStrategy"))
1635
1743
  PromptSpecification.struct_class = Types::PromptSpecification
1636
1744
 
1637
1745
  RecommendedActions.member = Shapes::ShapeRef.new(shape: RecommendedAction)
@@ -1702,6 +1810,16 @@ module Aws::LexModelsV2
1702
1810
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1703
1811
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1704
1812
 
1813
+ SlotCaptureSetting.add_member(:capture_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "captureResponse"))
1814
+ SlotCaptureSetting.add_member(:capture_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "captureNextStep"))
1815
+ SlotCaptureSetting.add_member(:capture_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "captureConditional"))
1816
+ SlotCaptureSetting.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1817
+ SlotCaptureSetting.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1818
+ SlotCaptureSetting.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1819
+ SlotCaptureSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1820
+ SlotCaptureSetting.add_member(:elicitation_code_hook, Shapes::ShapeRef.new(shape: ElicitationCodeHookInvocationSetting, location_name: "elicitationCodeHook"))
1821
+ SlotCaptureSetting.struct_class = Types::SlotCaptureSetting
1822
+
1705
1823
  SlotDefaultValue.add_member(:default_value, Shapes::ShapeRef.new(shape: SlotDefaultValueString, required: true, location_name: "defaultValue"))
1706
1824
  SlotDefaultValue.struct_class = Types::SlotDefaultValue
1707
1825
 
@@ -1768,13 +1886,25 @@ module Aws::LexModelsV2
1768
1886
 
1769
1887
  SlotTypeValues.member = Shapes::ShapeRef.new(shape: SlotTypeValue)
1770
1888
 
1889
+ SlotValue.add_member(:interpreted_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "interpretedValue"))
1890
+ SlotValue.struct_class = Types::SlotValue
1891
+
1771
1892
  SlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
1772
1893
  SlotValueElicitationSetting.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, required: true, location_name: "slotConstraint"))
1773
1894
  SlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, location_name: "promptSpecification"))
1774
1895
  SlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1775
1896
  SlotValueElicitationSetting.add_member(:wait_and_continue_specification, Shapes::ShapeRef.new(shape: WaitAndContinueSpecification, location_name: "waitAndContinueSpecification"))
1897
+ SlotValueElicitationSetting.add_member(:slot_capture_setting, Shapes::ShapeRef.new(shape: SlotCaptureSetting, location_name: "slotCaptureSetting"))
1776
1898
  SlotValueElicitationSetting.struct_class = Types::SlotValueElicitationSetting
1777
1899
 
1900
+ SlotValueOverride.add_member(:shape, Shapes::ShapeRef.new(shape: SlotShape, location_name: "shape"))
1901
+ SlotValueOverride.add_member(:value, Shapes::ShapeRef.new(shape: SlotValue, location_name: "value"))
1902
+ SlotValueOverride.add_member(:values, Shapes::ShapeRef.new(shape: SlotValues, location_name: "values"))
1903
+ SlotValueOverride.struct_class = Types::SlotValueOverride
1904
+
1905
+ SlotValueOverrideMap.key = Shapes::ShapeRef.new(shape: Name)
1906
+ SlotValueOverrideMap.value = Shapes::ShapeRef.new(shape: SlotValueOverride)
1907
+
1778
1908
  SlotValueRegexFilter.add_member(:pattern, Shapes::ShapeRef.new(shape: RegexPattern, required: true, location_name: "pattern"))
1779
1909
  SlotValueRegexFilter.struct_class = Types::SlotValueRegexFilter
1780
1910
 
@@ -1783,6 +1913,8 @@ module Aws::LexModelsV2
1783
1913
  SlotValueSelectionSetting.add_member(:advanced_recognition_setting, Shapes::ShapeRef.new(shape: AdvancedRecognitionSetting, location_name: "advancedRecognitionSetting"))
1784
1914
  SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
1785
1915
 
1916
+ SlotValues.member = Shapes::ShapeRef.new(shape: SlotValueOverride)
1917
+
1786
1918
  StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1787
1919
  StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1788
1920
  StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
@@ -1819,6 +1951,9 @@ module Aws::LexModelsV2
1819
1951
  StillWaitingResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1820
1952
  StillWaitingResponseSpecification.struct_class = Types::StillWaitingResponseSpecification
1821
1953
 
1954
+ StringMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
1955
+ StringMap.value = Shapes::ShapeRef.new(shape: String)
1956
+
1822
1957
  SynonymList.member = Shapes::ShapeRef.new(shape: SampleValue)
1823
1958
 
1824
1959
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -1967,6 +2102,7 @@ module Aws::LexModelsV2
1967
2102
  UpdateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1968
2103
  UpdateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1969
2104
  UpdateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
2105
+ UpdateIntentRequest.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1970
2106
  UpdateIntentRequest.struct_class = Types::UpdateIntentRequest
1971
2107
 
1972
2108
  UpdateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -1987,6 +2123,7 @@ module Aws::LexModelsV2
1987
2123
  UpdateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1988
2124
  UpdateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1989
2125
  UpdateIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
2126
+ UpdateIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1990
2127
  UpdateIntentResponse.struct_class = Types::UpdateIntentResponse
1991
2128
 
1992
2129
  UpdateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -2001,7 +2138,7 @@ module Aws::LexModelsV2
2001
2138
  UpdateSlotRequest.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotId"))
2002
2139
  UpdateSlotRequest.add_member(:slot_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotName"))
2003
2140
  UpdateSlotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2004
- UpdateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
2141
+ UpdateSlotRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, location_name: "slotTypeId"))
2005
2142
  UpdateSlotRequest.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
2006
2143
  UpdateSlotRequest.add_member(:obfuscation_setting, Shapes::ShapeRef.new(shape: ObfuscationSetting, location_name: "obfuscationSetting"))
2007
2144
  UpdateSlotRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))