aws-sdk-lexmodelsv2 1.24.0 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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')
@@ -303,6 +316,7 @@ module Aws::LexModelsV2
303
316
  Name = Shapes::StringShape.new(name: 'Name')
304
317
  NextIndex = Shapes::IntegerShape.new(name: 'NextIndex')
305
318
  NextToken = Shapes::StringShape.new(name: 'NextToken')
319
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
306
320
  NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
307
321
  ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
308
322
  ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
@@ -316,6 +330,7 @@ module Aws::LexModelsV2
316
330
  PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
317
331
  PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
318
332
  Policy = Shapes::StringShape.new(name: 'Policy')
333
+ PostDialogCodeHookInvocationSpecification = Shapes::StructureShape.new(name: 'PostDialogCodeHookInvocationSpecification')
319
334
  PostFulfillmentStatusSpecification = Shapes::StructureShape.new(name: 'PostFulfillmentStatusSpecification')
320
335
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
321
336
  PresignedS3Url = Shapes::StringShape.new(name: 'PresignedS3Url')
@@ -358,6 +373,7 @@ module Aws::LexModelsV2
358
373
  SessionId = Shapes::StringShape.new(name: 'SessionId')
359
374
  SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
360
375
  SkipResourceInUseCheck = Shapes::BooleanShape.new(name: 'SkipResourceInUseCheck')
376
+ SlotCaptureSetting = Shapes::StructureShape.new(name: 'SlotCaptureSetting')
361
377
  SlotConstraint = Shapes::StringShape.new(name: 'SlotConstraint')
362
378
  SlotDefaultValue = Shapes::StructureShape.new(name: 'SlotDefaultValue')
363
379
  SlotDefaultValueList = Shapes::ListShape.new(name: 'SlotDefaultValueList')
@@ -369,6 +385,7 @@ module Aws::LexModelsV2
369
385
  SlotFilters = Shapes::ListShape.new(name: 'SlotFilters')
370
386
  SlotPrioritiesList = Shapes::ListShape.new(name: 'SlotPrioritiesList')
371
387
  SlotPriority = Shapes::StructureShape.new(name: 'SlotPriority')
388
+ SlotShape = Shapes::StringShape.new(name: 'SlotShape')
372
389
  SlotSortAttribute = Shapes::StringShape.new(name: 'SlotSortAttribute')
373
390
  SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
374
391
  SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
@@ -386,10 +403,14 @@ module Aws::LexModelsV2
386
403
  SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
387
404
  SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
388
405
  SlotTypeValues = Shapes::ListShape.new(name: 'SlotTypeValues')
406
+ SlotValue = Shapes::StructureShape.new(name: 'SlotValue')
389
407
  SlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SlotValueElicitationSetting')
408
+ SlotValueOverride = Shapes::StructureShape.new(name: 'SlotValueOverride')
409
+ SlotValueOverrideMap = Shapes::MapShape.new(name: 'SlotValueOverrideMap')
390
410
  SlotValueRegexFilter = Shapes::StructureShape.new(name: 'SlotValueRegexFilter')
391
411
  SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
392
412
  SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
413
+ SlotValues = Shapes::ListShape.new(name: 'SlotValues')
393
414
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
394
415
  StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
395
416
  StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
@@ -398,6 +419,8 @@ module Aws::LexModelsV2
398
419
  StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
399
420
  StillWaitingResponseSpecification = Shapes::StructureShape.new(name: 'StillWaitingResponseSpecification')
400
421
  StillWaitingResponseTimeout = Shapes::IntegerShape.new(name: 'StillWaitingResponseTimeout')
422
+ String = Shapes::StringShape.new(name: 'String')
423
+ StringMap = Shapes::MapShape.new(name: 'StringMap')
401
424
  SynonymList = Shapes::ListShape.new(name: 'SynonymList')
402
425
  TagKey = Shapes::StringShape.new(name: 'TagKey')
403
426
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -667,12 +690,28 @@ module Aws::LexModelsV2
667
690
  CodeHookSpecification.add_member(:lambda_code_hook, Shapes::ShapeRef.new(shape: LambdaCodeHook, required: true, location_name: "lambdaCodeHook"))
668
691
  CodeHookSpecification.struct_class = Types::CodeHookSpecification
669
692
 
693
+ Condition.add_member(:expression_string, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "expressionString"))
694
+ Condition.struct_class = Types::Condition
695
+
670
696
  ConditionKeyValueMap.key = Shapes::ShapeRef.new(shape: ConditionKey)
671
697
  ConditionKeyValueMap.value = Shapes::ShapeRef.new(shape: ConditionValue)
672
698
 
673
699
  ConditionMap.key = Shapes::ShapeRef.new(shape: ConditionOperator)
674
700
  ConditionMap.value = Shapes::ShapeRef.new(shape: ConditionKeyValueMap)
675
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
+
676
715
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
677
716
  ConflictException.struct_class = Types::ConflictException
678
717
 
@@ -782,6 +821,7 @@ module Aws::LexModelsV2
782
821
  CreateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
783
822
  CreateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
784
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"))
785
825
  CreateIntentRequest.struct_class = Types::CreateIntentRequest
786
826
 
787
827
  CreateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -800,6 +840,7 @@ module Aws::LexModelsV2
800
840
  CreateIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
801
841
  CreateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
802
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"))
803
844
  CreateIntentResponse.struct_class = Types::CreateIntentResponse
804
845
 
805
846
  CreateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -899,6 +940,10 @@ module Aws::LexModelsV2
899
940
  DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
900
941
  DateRangeFilter.struct_class = Types::DateRangeFilter
901
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
+
902
947
  DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
903
948
  DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
904
949
  DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
@@ -1161,6 +1206,7 @@ module Aws::LexModelsV2
1161
1206
  DescribeIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1162
1207
  DescribeIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1163
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"))
1164
1210
  DescribeIntentResponse.struct_class = Types::DescribeIntentResponse
1165
1211
 
1166
1212
  DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -1213,9 +1259,29 @@ module Aws::LexModelsV2
1213
1259
  DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1214
1260
  DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
1215
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
+
1216
1273
  DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1217
1274
  DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
1218
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
+
1219
1285
  EncryptionSetting.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1220
1286
  EncryptionSetting.add_member(:bot_locale_export_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "botLocaleExportPassword"))
1221
1287
  EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
@@ -1257,6 +1323,7 @@ module Aws::LexModelsV2
1257
1323
  FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1258
1324
  FulfillmentCodeHookSettings.add_member(:post_fulfillment_status_specification, Shapes::ShapeRef.new(shape: PostFulfillmentStatusSpecification, location_name: "postFulfillmentStatusSpecification"))
1259
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"))
1260
1327
  FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
1261
1328
 
1262
1329
  FulfillmentStartResponseSpecification.add_member(:delay_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentStartResponseDelay, required: true, location_name: "delayInSeconds"))
@@ -1317,18 +1384,36 @@ module Aws::LexModelsV2
1317
1384
 
1318
1385
  ImportSummaryList.member = Shapes::ShapeRef.new(shape: ImportSummary)
1319
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
+
1320
1393
  InputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1321
1394
  InputContext.struct_class = Types::InputContext
1322
1395
 
1323
1396
  InputContextsList.member = Shapes::ShapeRef.new(shape: InputContext)
1324
1397
 
1325
- 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"))
1326
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"))
1327
1402
  IntentClosingSetting.struct_class = Types::IntentClosingSetting
1328
1403
 
1329
1404
  IntentConfirmationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, required: true, location_name: "promptSpecification"))
1330
- 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"))
1331
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"))
1332
1417
  IntentConfirmationSetting.struct_class = Types::IntentConfirmationSetting
1333
1418
 
1334
1419
  IntentFilter.add_member(:name, Shapes::ShapeRef.new(shape: IntentFilterName, required: true, location_name: "name"))
@@ -1338,6 +1423,10 @@ module Aws::LexModelsV2
1338
1423
 
1339
1424
  IntentFilters.member = Shapes::ShapeRef.new(shape: IntentFilter)
1340
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
+
1341
1430
  IntentSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: IntentSortAttribute, required: true, location_name: "attribute"))
1342
1431
  IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1343
1432
  IntentSortBy.struct_class = Types::IntentSortBy
@@ -1616,9 +1705,26 @@ module Aws::LexModelsV2
1616
1705
  PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1617
1706
  PlainTextMessage.struct_class = Types::PlainTextMessage
1618
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
+
1619
1719
  PostFulfillmentStatusSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1620
1720
  PostFulfillmentStatusSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1621
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"))
1622
1728
  PostFulfillmentStatusSpecification.struct_class = Types::PostFulfillmentStatusSpecification
1623
1729
 
1624
1730
  PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1704,6 +1810,16 @@ module Aws::LexModelsV2
1704
1810
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1705
1811
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1706
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
+
1707
1823
  SlotDefaultValue.add_member(:default_value, Shapes::ShapeRef.new(shape: SlotDefaultValueString, required: true, location_name: "defaultValue"))
1708
1824
  SlotDefaultValue.struct_class = Types::SlotDefaultValue
1709
1825
 
@@ -1770,13 +1886,25 @@ module Aws::LexModelsV2
1770
1886
 
1771
1887
  SlotTypeValues.member = Shapes::ShapeRef.new(shape: SlotTypeValue)
1772
1888
 
1889
+ SlotValue.add_member(:interpreted_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "interpretedValue"))
1890
+ SlotValue.struct_class = Types::SlotValue
1891
+
1773
1892
  SlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
1774
1893
  SlotValueElicitationSetting.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, required: true, location_name: "slotConstraint"))
1775
1894
  SlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, location_name: "promptSpecification"))
1776
1895
  SlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1777
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"))
1778
1898
  SlotValueElicitationSetting.struct_class = Types::SlotValueElicitationSetting
1779
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
+
1780
1908
  SlotValueRegexFilter.add_member(:pattern, Shapes::ShapeRef.new(shape: RegexPattern, required: true, location_name: "pattern"))
1781
1909
  SlotValueRegexFilter.struct_class = Types::SlotValueRegexFilter
1782
1910
 
@@ -1785,6 +1913,8 @@ module Aws::LexModelsV2
1785
1913
  SlotValueSelectionSetting.add_member(:advanced_recognition_setting, Shapes::ShapeRef.new(shape: AdvancedRecognitionSetting, location_name: "advancedRecognitionSetting"))
1786
1914
  SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
1787
1915
 
1916
+ SlotValues.member = Shapes::ShapeRef.new(shape: SlotValueOverride)
1917
+
1788
1918
  StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1789
1919
  StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1790
1920
  StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
@@ -1821,6 +1951,9 @@ module Aws::LexModelsV2
1821
1951
  StillWaitingResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1822
1952
  StillWaitingResponseSpecification.struct_class = Types::StillWaitingResponseSpecification
1823
1953
 
1954
+ StringMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
1955
+ StringMap.value = Shapes::ShapeRef.new(shape: String)
1956
+
1824
1957
  SynonymList.member = Shapes::ShapeRef.new(shape: SampleValue)
1825
1958
 
1826
1959
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -1969,6 +2102,7 @@ module Aws::LexModelsV2
1969
2102
  UpdateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1970
2103
  UpdateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1971
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"))
1972
2106
  UpdateIntentRequest.struct_class = Types::UpdateIntentRequest
1973
2107
 
1974
2108
  UpdateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -1989,6 +2123,7 @@ module Aws::LexModelsV2
1989
2123
  UpdateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1990
2124
  UpdateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1991
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"))
1992
2127
  UpdateIntentResponse.struct_class = Types::UpdateIntentResponse
1993
2128
 
1994
2129
  UpdateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))