aws-sdk-lexmodelsv2 1.24.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -102,11 +102,17 @@ 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
+ CompositeSlotTypeSetting = Shapes::StructureShape.new(name: 'CompositeSlotTypeSetting')
106
+ Condition = Shapes::StructureShape.new(name: 'Condition')
107
+ ConditionExpression = Shapes::StringShape.new(name: 'ConditionExpression')
105
108
  ConditionKey = Shapes::StringShape.new(name: 'ConditionKey')
106
109
  ConditionKeyValueMap = Shapes::MapShape.new(name: 'ConditionKeyValueMap')
107
110
  ConditionMap = Shapes::MapShape.new(name: 'ConditionMap')
108
111
  ConditionOperator = Shapes::StringShape.new(name: 'ConditionOperator')
109
112
  ConditionValue = Shapes::StringShape.new(name: 'ConditionValue')
113
+ ConditionalBranch = Shapes::StructureShape.new(name: 'ConditionalBranch')
114
+ ConditionalBranches = Shapes::ListShape.new(name: 'ConditionalBranches')
115
+ ConditionalSpecification = Shapes::StructureShape.new(name: 'ConditionalSpecification')
110
116
  ConfidenceThreshold = Shapes::FloatShape.new(name: 'ConfidenceThreshold')
111
117
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
112
118
  ContextTimeToLiveInSeconds = Shapes::IntegerShape.new(name: 'ContextTimeToLiveInSeconds')
@@ -142,6 +148,7 @@ module Aws::LexModelsV2
142
148
  CustomVocabularyStatus = Shapes::StringShape.new(name: 'CustomVocabularyStatus')
143
149
  DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
144
150
  DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
151
+ DefaultConditionalBranch = Shapes::StructureShape.new(name: 'DefaultConditionalBranch')
145
152
  DeleteBotAliasRequest = Shapes::StructureShape.new(name: 'DeleteBotAliasRequest')
146
153
  DeleteBotAliasResponse = Shapes::StructureShape.new(name: 'DeleteBotAliasResponse')
147
154
  DeleteBotLocaleRequest = Shapes::StructureShape.new(name: 'DeleteBotLocaleRequest')
@@ -190,9 +197,14 @@ module Aws::LexModelsV2
190
197
  DescribeSlotTypeRequest = Shapes::StructureShape.new(name: 'DescribeSlotTypeRequest')
191
198
  DescribeSlotTypeResponse = Shapes::StructureShape.new(name: 'DescribeSlotTypeResponse')
192
199
  Description = Shapes::StringShape.new(name: 'Description')
200
+ DialogAction = Shapes::StructureShape.new(name: 'DialogAction')
201
+ DialogActionType = Shapes::StringShape.new(name: 'DialogActionType')
202
+ DialogCodeHookInvocationSetting = Shapes::StructureShape.new(name: 'DialogCodeHookInvocationSetting')
193
203
  DialogCodeHookSettings = Shapes::StructureShape.new(name: 'DialogCodeHookSettings')
204
+ DialogState = Shapes::StructureShape.new(name: 'DialogState')
194
205
  DraftBotVersion = Shapes::StringShape.new(name: 'DraftBotVersion')
195
206
  Effect = Shapes::StringShape.new(name: 'Effect')
207
+ ElicitationCodeHookInvocationSetting = Shapes::StructureShape.new(name: 'ElicitationCodeHookInvocationSetting')
196
208
  EncryptionSetting = Shapes::StructureShape.new(name: 'EncryptionSetting')
197
209
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
198
210
  ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
@@ -237,6 +249,7 @@ module Aws::LexModelsV2
237
249
  ImportSummary = Shapes::StructureShape.new(name: 'ImportSummary')
238
250
  ImportSummaryList = Shapes::ListShape.new(name: 'ImportSummaryList')
239
251
  ImportedResourceId = Shapes::StringShape.new(name: 'ImportedResourceId')
252
+ InitialResponseSetting = Shapes::StructureShape.new(name: 'InitialResponseSetting')
240
253
  InputContext = Shapes::StructureShape.new(name: 'InputContext')
241
254
  InputContextsList = Shapes::ListShape.new(name: 'InputContextsList')
242
255
  IntentClosingSetting = Shapes::StructureShape.new(name: 'IntentClosingSetting')
@@ -245,6 +258,7 @@ module Aws::LexModelsV2
245
258
  IntentFilterName = Shapes::StringShape.new(name: 'IntentFilterName')
246
259
  IntentFilterOperator = Shapes::StringShape.new(name: 'IntentFilterOperator')
247
260
  IntentFilters = Shapes::ListShape.new(name: 'IntentFilters')
261
+ IntentOverride = Shapes::StructureShape.new(name: 'IntentOverride')
248
262
  IntentSignature = Shapes::StringShape.new(name: 'IntentSignature')
249
263
  IntentSortAttribute = Shapes::StringShape.new(name: 'IntentSortAttribute')
250
264
  IntentSortBy = Shapes::StructureShape.new(name: 'IntentSortBy')
@@ -303,6 +317,7 @@ module Aws::LexModelsV2
303
317
  Name = Shapes::StringShape.new(name: 'Name')
304
318
  NextIndex = Shapes::IntegerShape.new(name: 'NextIndex')
305
319
  NextToken = Shapes::StringShape.new(name: 'NextToken')
320
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
306
321
  NumericalBotVersion = Shapes::StringShape.new(name: 'NumericalBotVersion')
307
322
  ObfuscationSetting = Shapes::StructureShape.new(name: 'ObfuscationSetting')
308
323
  ObfuscationSettingType = Shapes::StringShape.new(name: 'ObfuscationSettingType')
@@ -316,6 +331,7 @@ module Aws::LexModelsV2
316
331
  PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
317
332
  PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
318
333
  Policy = Shapes::StringShape.new(name: 'Policy')
334
+ PostDialogCodeHookInvocationSpecification = Shapes::StructureShape.new(name: 'PostDialogCodeHookInvocationSpecification')
319
335
  PostFulfillmentStatusSpecification = Shapes::StructureShape.new(name: 'PostFulfillmentStatusSpecification')
320
336
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
321
337
  PresignedS3Url = Shapes::StringShape.new(name: 'PresignedS3Url')
@@ -358,6 +374,7 @@ module Aws::LexModelsV2
358
374
  SessionId = Shapes::StringShape.new(name: 'SessionId')
359
375
  SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
360
376
  SkipResourceInUseCheck = Shapes::BooleanShape.new(name: 'SkipResourceInUseCheck')
377
+ SlotCaptureSetting = Shapes::StructureShape.new(name: 'SlotCaptureSetting')
361
378
  SlotConstraint = Shapes::StringShape.new(name: 'SlotConstraint')
362
379
  SlotDefaultValue = Shapes::StructureShape.new(name: 'SlotDefaultValue')
363
380
  SlotDefaultValueList = Shapes::ListShape.new(name: 'SlotDefaultValueList')
@@ -369,6 +386,7 @@ module Aws::LexModelsV2
369
386
  SlotFilters = Shapes::ListShape.new(name: 'SlotFilters')
370
387
  SlotPrioritiesList = Shapes::ListShape.new(name: 'SlotPrioritiesList')
371
388
  SlotPriority = Shapes::StructureShape.new(name: 'SlotPriority')
389
+ SlotShape = Shapes::StringShape.new(name: 'SlotShape')
372
390
  SlotSortAttribute = Shapes::StringShape.new(name: 'SlotSortAttribute')
373
391
  SlotSortBy = Shapes::StructureShape.new(name: 'SlotSortBy')
374
392
  SlotSummary = Shapes::StructureShape.new(name: 'SlotSummary')
@@ -386,11 +404,16 @@ module Aws::LexModelsV2
386
404
  SlotTypeSummaryList = Shapes::ListShape.new(name: 'SlotTypeSummaryList')
387
405
  SlotTypeValue = Shapes::StructureShape.new(name: 'SlotTypeValue')
388
406
  SlotTypeValues = Shapes::ListShape.new(name: 'SlotTypeValues')
407
+ SlotValue = Shapes::StructureShape.new(name: 'SlotValue')
389
408
  SlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SlotValueElicitationSetting')
409
+ SlotValueOverride = Shapes::StructureShape.new(name: 'SlotValueOverride')
410
+ SlotValueOverrideMap = Shapes::MapShape.new(name: 'SlotValueOverrideMap')
390
411
  SlotValueRegexFilter = Shapes::StructureShape.new(name: 'SlotValueRegexFilter')
391
412
  SlotValueResolutionStrategy = Shapes::StringShape.new(name: 'SlotValueResolutionStrategy')
392
413
  SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
414
+ SlotValues = Shapes::ListShape.new(name: 'SlotValues')
393
415
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
416
+ Specifications = Shapes::StructureShape.new(name: 'Specifications')
394
417
  StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
395
418
  StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
396
419
  StartImportRequest = Shapes::StructureShape.new(name: 'StartImportRequest')
@@ -398,6 +421,16 @@ module Aws::LexModelsV2
398
421
  StillWaitingResponseFrequency = Shapes::IntegerShape.new(name: 'StillWaitingResponseFrequency')
399
422
  StillWaitingResponseSpecification = Shapes::StructureShape.new(name: 'StillWaitingResponseSpecification')
400
423
  StillWaitingResponseTimeout = Shapes::IntegerShape.new(name: 'StillWaitingResponseTimeout')
424
+ StopBotRecommendationRequest = Shapes::StructureShape.new(name: 'StopBotRecommendationRequest')
425
+ StopBotRecommendationResponse = Shapes::StructureShape.new(name: 'StopBotRecommendationResponse')
426
+ String = Shapes::StringShape.new(name: 'String')
427
+ StringMap = Shapes::MapShape.new(name: 'StringMap')
428
+ SubSlotExpression = Shapes::StringShape.new(name: 'SubSlotExpression')
429
+ SubSlotSetting = Shapes::StructureShape.new(name: 'SubSlotSetting')
430
+ SubSlotSpecificationMap = Shapes::MapShape.new(name: 'SubSlotSpecificationMap')
431
+ SubSlotTypeComposition = Shapes::StructureShape.new(name: 'SubSlotTypeComposition')
432
+ SubSlotTypeList = Shapes::ListShape.new(name: 'SubSlotTypeList')
433
+ SubSlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SubSlotValueElicitationSetting')
401
434
  SynonymList = Shapes::ListShape.new(name: 'SynonymList')
402
435
  TagKey = Shapes::StringShape.new(name: 'TagKey')
403
436
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -667,12 +700,31 @@ module Aws::LexModelsV2
667
700
  CodeHookSpecification.add_member(:lambda_code_hook, Shapes::ShapeRef.new(shape: LambdaCodeHook, required: true, location_name: "lambdaCodeHook"))
668
701
  CodeHookSpecification.struct_class = Types::CodeHookSpecification
669
702
 
703
+ CompositeSlotTypeSetting.add_member(:sub_slots, Shapes::ShapeRef.new(shape: SubSlotTypeList, location_name: "subSlots"))
704
+ CompositeSlotTypeSetting.struct_class = Types::CompositeSlotTypeSetting
705
+
706
+ Condition.add_member(:expression_string, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "expressionString"))
707
+ Condition.struct_class = Types::Condition
708
+
670
709
  ConditionKeyValueMap.key = Shapes::ShapeRef.new(shape: ConditionKey)
671
710
  ConditionKeyValueMap.value = Shapes::ShapeRef.new(shape: ConditionValue)
672
711
 
673
712
  ConditionMap.key = Shapes::ShapeRef.new(shape: ConditionOperator)
674
713
  ConditionMap.value = Shapes::ShapeRef.new(shape: ConditionKeyValueMap)
675
714
 
715
+ ConditionalBranch.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
716
+ ConditionalBranch.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, required: true, location_name: "condition"))
717
+ ConditionalBranch.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, required: true, location_name: "nextStep"))
718
+ ConditionalBranch.add_member(:response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "response"))
719
+ ConditionalBranch.struct_class = Types::ConditionalBranch
720
+
721
+ ConditionalBranches.member = Shapes::ShapeRef.new(shape: ConditionalBranch)
722
+
723
+ ConditionalSpecification.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
724
+ ConditionalSpecification.add_member(:conditional_branches, Shapes::ShapeRef.new(shape: ConditionalBranches, required: true, location_name: "conditionalBranches"))
725
+ ConditionalSpecification.add_member(:default_branch, Shapes::ShapeRef.new(shape: DefaultConditionalBranch, required: true, location_name: "defaultBranch"))
726
+ ConditionalSpecification.struct_class = Types::ConditionalSpecification
727
+
676
728
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
677
729
  ConflictException.struct_class = Types::ConflictException
678
730
 
@@ -782,6 +834,7 @@ module Aws::LexModelsV2
782
834
  CreateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
783
835
  CreateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
784
836
  CreateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
837
+ CreateIntentRequest.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
785
838
  CreateIntentRequest.struct_class = Types::CreateIntentRequest
786
839
 
787
840
  CreateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -800,6 +853,7 @@ module Aws::LexModelsV2
800
853
  CreateIntentResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
801
854
  CreateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
802
855
  CreateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
856
+ CreateIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
803
857
  CreateIntentResponse.struct_class = Types::CreateIntentResponse
804
858
 
805
859
  CreateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -833,6 +887,7 @@ module Aws::LexModelsV2
833
887
  CreateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
834
888
  CreateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
835
889
  CreateSlotRequest.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
890
+ CreateSlotRequest.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
836
891
  CreateSlotRequest.struct_class = Types::CreateSlotRequest
837
892
 
838
893
  CreateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
@@ -847,6 +902,7 @@ module Aws::LexModelsV2
847
902
  CreateSlotResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
848
903
  CreateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
849
904
  CreateSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
905
+ CreateSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
850
906
  CreateSlotResponse.struct_class = Types::CreateSlotResponse
851
907
 
852
908
  CreateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
@@ -858,6 +914,7 @@ module Aws::LexModelsV2
858
914
  CreateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
859
915
  CreateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
860
916
  CreateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
917
+ CreateSlotTypeRequest.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
861
918
  CreateSlotTypeRequest.struct_class = Types::CreateSlotTypeRequest
862
919
 
863
920
  CreateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
@@ -871,6 +928,7 @@ module Aws::LexModelsV2
871
928
  CreateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
872
929
  CreateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
873
930
  CreateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
931
+ CreateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
874
932
  CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
875
933
 
876
934
  CreateUploadUrlRequest.struct_class = Types::CreateUploadUrlRequest
@@ -899,6 +957,10 @@ module Aws::LexModelsV2
899
957
  DateRangeFilter.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
900
958
  DateRangeFilter.struct_class = Types::DateRangeFilter
901
959
 
960
+ DefaultConditionalBranch.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
961
+ DefaultConditionalBranch.add_member(:response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "response"))
962
+ DefaultConditionalBranch.struct_class = Types::DefaultConditionalBranch
963
+
902
964
  DeleteBotAliasRequest.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, required: true, location: "uri", location_name: "botAliasId"))
903
965
  DeleteBotAliasRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
904
966
  DeleteBotAliasRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: SkipResourceInUseCheck, location: "querystring", location_name: "skipResourceInUseCheck"))
@@ -1161,6 +1223,7 @@ module Aws::LexModelsV2
1161
1223
  DescribeIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1162
1224
  DescribeIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1163
1225
  DescribeIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1226
+ DescribeIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1164
1227
  DescribeIntentResponse.struct_class = Types::DescribeIntentResponse
1165
1228
 
1166
1229
  DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -1191,6 +1254,7 @@ module Aws::LexModelsV2
1191
1254
  DescribeSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1192
1255
  DescribeSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1193
1256
  DescribeSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
1257
+ DescribeSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
1194
1258
  DescribeSlotResponse.struct_class = Types::DescribeSlotResponse
1195
1259
 
1196
1260
  DescribeSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
@@ -1211,11 +1275,32 @@ module Aws::LexModelsV2
1211
1275
  DescribeSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1212
1276
  DescribeSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
1213
1277
  DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
1278
+ DescribeSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
1214
1279
  DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
1215
1280
 
1281
+ DialogAction.add_member(:type, Shapes::ShapeRef.new(shape: DialogActionType, required: true, location_name: "type"))
1282
+ DialogAction.add_member(:slot_to_elicit, Shapes::ShapeRef.new(shape: Name, location_name: "slotToElicit"))
1283
+ DialogAction.add_member(:suppress_next_message, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "suppressNextMessage"))
1284
+ DialogAction.struct_class = Types::DialogAction
1285
+
1286
+ DialogCodeHookInvocationSetting.add_member(:enable_code_hook_invocation, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "enableCodeHookInvocation"))
1287
+ DialogCodeHookInvocationSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
1288
+ DialogCodeHookInvocationSetting.add_member(:invocation_label, Shapes::ShapeRef.new(shape: Name, location_name: "invocationLabel"))
1289
+ DialogCodeHookInvocationSetting.add_member(:post_code_hook_specification, Shapes::ShapeRef.new(shape: PostDialogCodeHookInvocationSpecification, required: true, location_name: "postCodeHookSpecification"))
1290
+ DialogCodeHookInvocationSetting.struct_class = Types::DialogCodeHookInvocationSetting
1291
+
1216
1292
  DialogCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1217
1293
  DialogCodeHookSettings.struct_class = Types::DialogCodeHookSettings
1218
1294
 
1295
+ DialogState.add_member(:dialog_action, Shapes::ShapeRef.new(shape: DialogAction, location_name: "dialogAction"))
1296
+ DialogState.add_member(:intent, Shapes::ShapeRef.new(shape: IntentOverride, location_name: "intent"))
1297
+ DialogState.add_member(:session_attributes, Shapes::ShapeRef.new(shape: StringMap, location_name: "sessionAttributes"))
1298
+ DialogState.struct_class = Types::DialogState
1299
+
1300
+ ElicitationCodeHookInvocationSetting.add_member(:enable_code_hook_invocation, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "enableCodeHookInvocation"))
1301
+ ElicitationCodeHookInvocationSetting.add_member(:invocation_label, Shapes::ShapeRef.new(shape: Name, location_name: "invocationLabel"))
1302
+ ElicitationCodeHookInvocationSetting.struct_class = Types::ElicitationCodeHookInvocationSetting
1303
+
1219
1304
  EncryptionSetting.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1220
1305
  EncryptionSetting.add_member(:bot_locale_export_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "botLocaleExportPassword"))
1221
1306
  EncryptionSetting.add_member(:associated_transcripts_password, Shapes::ShapeRef.new(shape: FilePassword, location_name: "associatedTranscriptsPassword"))
@@ -1257,6 +1342,7 @@ module Aws::LexModelsV2
1257
1342
  FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1258
1343
  FulfillmentCodeHookSettings.add_member(:post_fulfillment_status_specification, Shapes::ShapeRef.new(shape: PostFulfillmentStatusSpecification, location_name: "postFulfillmentStatusSpecification"))
1259
1344
  FulfillmentCodeHookSettings.add_member(:fulfillment_updates_specification, Shapes::ShapeRef.new(shape: FulfillmentUpdatesSpecification, location_name: "fulfillmentUpdatesSpecification"))
1345
+ FulfillmentCodeHookSettings.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1260
1346
  FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
1261
1347
 
1262
1348
  FulfillmentStartResponseSpecification.add_member(:delay_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentStartResponseDelay, required: true, location_name: "delayInSeconds"))
@@ -1317,18 +1403,36 @@ module Aws::LexModelsV2
1317
1403
 
1318
1404
  ImportSummaryList.member = Shapes::ShapeRef.new(shape: ImportSummary)
1319
1405
 
1406
+ InitialResponseSetting.add_member(:initial_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "initialResponse"))
1407
+ InitialResponseSetting.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
1408
+ InitialResponseSetting.add_member(:conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "conditional"))
1409
+ InitialResponseSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1410
+ InitialResponseSetting.struct_class = Types::InitialResponseSetting
1411
+
1320
1412
  InputContext.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1321
1413
  InputContext.struct_class = Types::InputContext
1322
1414
 
1323
1415
  InputContextsList.member = Shapes::ShapeRef.new(shape: InputContext)
1324
1416
 
1325
- IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "closingResponse"))
1417
+ IntentClosingSetting.add_member(:closing_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "closingResponse"))
1326
1418
  IntentClosingSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1419
+ IntentClosingSetting.add_member(:next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "nextStep"))
1420
+ IntentClosingSetting.add_member(:conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "conditional"))
1327
1421
  IntentClosingSetting.struct_class = Types::IntentClosingSetting
1328
1422
 
1329
1423
  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"))
1424
+ IntentConfirmationSetting.add_member(:declination_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "declinationResponse"))
1331
1425
  IntentConfirmationSetting.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "active"))
1426
+ IntentConfirmationSetting.add_member(:confirmation_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "confirmationResponse"))
1427
+ IntentConfirmationSetting.add_member(:confirmation_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "confirmationNextStep"))
1428
+ IntentConfirmationSetting.add_member(:confirmation_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "confirmationConditional"))
1429
+ IntentConfirmationSetting.add_member(:declination_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "declinationNextStep"))
1430
+ IntentConfirmationSetting.add_member(:declination_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "declinationConditional"))
1431
+ IntentConfirmationSetting.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1432
+ IntentConfirmationSetting.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1433
+ IntentConfirmationSetting.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1434
+ IntentConfirmationSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1435
+ IntentConfirmationSetting.add_member(:elicitation_code_hook, Shapes::ShapeRef.new(shape: ElicitationCodeHookInvocationSetting, location_name: "elicitationCodeHook"))
1332
1436
  IntentConfirmationSetting.struct_class = Types::IntentConfirmationSetting
1333
1437
 
1334
1438
  IntentFilter.add_member(:name, Shapes::ShapeRef.new(shape: IntentFilterName, required: true, location_name: "name"))
@@ -1338,6 +1442,10 @@ module Aws::LexModelsV2
1338
1442
 
1339
1443
  IntentFilters.member = Shapes::ShapeRef.new(shape: IntentFilter)
1340
1444
 
1445
+ IntentOverride.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
1446
+ IntentOverride.add_member(:slots, Shapes::ShapeRef.new(shape: SlotValueOverrideMap, location_name: "slots"))
1447
+ IntentOverride.struct_class = Types::IntentOverride
1448
+
1341
1449
  IntentSortBy.add_member(:attribute, Shapes::ShapeRef.new(shape: IntentSortAttribute, required: true, location_name: "attribute"))
1342
1450
  IntentSortBy.add_member(:order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "order"))
1343
1451
  IntentSortBy.struct_class = Types::IntentSortBy
@@ -1616,9 +1724,26 @@ module Aws::LexModelsV2
1616
1724
  PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1617
1725
  PlainTextMessage.struct_class = Types::PlainTextMessage
1618
1726
 
1727
+ PostDialogCodeHookInvocationSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1728
+ PostDialogCodeHookInvocationSpecification.add_member(:success_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "successNextStep"))
1729
+ PostDialogCodeHookInvocationSpecification.add_member(:success_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "successConditional"))
1730
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1731
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1732
+ PostDialogCodeHookInvocationSpecification.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1733
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
1734
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "timeoutNextStep"))
1735
+ PostDialogCodeHookInvocationSpecification.add_member(:timeout_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "timeoutConditional"))
1736
+ PostDialogCodeHookInvocationSpecification.struct_class = Types::PostDialogCodeHookInvocationSpecification
1737
+
1619
1738
  PostFulfillmentStatusSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1620
1739
  PostFulfillmentStatusSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1621
1740
  PostFulfillmentStatusSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
1741
+ PostFulfillmentStatusSpecification.add_member(:success_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "successNextStep"))
1742
+ PostFulfillmentStatusSpecification.add_member(:success_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "successConditional"))
1743
+ PostFulfillmentStatusSpecification.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1744
+ PostFulfillmentStatusSpecification.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1745
+ PostFulfillmentStatusSpecification.add_member(:timeout_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "timeoutNextStep"))
1746
+ PostFulfillmentStatusSpecification.add_member(:timeout_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "timeoutConditional"))
1622
1747
  PostFulfillmentStatusSpecification.struct_class = Types::PostFulfillmentStatusSpecification
1623
1748
 
1624
1749
  PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1704,6 +1829,16 @@ module Aws::LexModelsV2
1704
1829
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1705
1830
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1706
1831
 
1832
+ SlotCaptureSetting.add_member(:capture_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "captureResponse"))
1833
+ SlotCaptureSetting.add_member(:capture_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "captureNextStep"))
1834
+ SlotCaptureSetting.add_member(:capture_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "captureConditional"))
1835
+ SlotCaptureSetting.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1836
+ SlotCaptureSetting.add_member(:failure_next_step, Shapes::ShapeRef.new(shape: DialogState, location_name: "failureNextStep"))
1837
+ SlotCaptureSetting.add_member(:failure_conditional, Shapes::ShapeRef.new(shape: ConditionalSpecification, location_name: "failureConditional"))
1838
+ SlotCaptureSetting.add_member(:code_hook, Shapes::ShapeRef.new(shape: DialogCodeHookInvocationSetting, location_name: "codeHook"))
1839
+ SlotCaptureSetting.add_member(:elicitation_code_hook, Shapes::ShapeRef.new(shape: ElicitationCodeHookInvocationSetting, location_name: "elicitationCodeHook"))
1840
+ SlotCaptureSetting.struct_class = Types::SlotCaptureSetting
1841
+
1707
1842
  SlotDefaultValue.add_member(:default_value, Shapes::ShapeRef.new(shape: SlotDefaultValueString, required: true, location_name: "defaultValue"))
1708
1843
  SlotDefaultValue.struct_class = Types::SlotDefaultValue
1709
1844
 
@@ -1770,13 +1905,25 @@ module Aws::LexModelsV2
1770
1905
 
1771
1906
  SlotTypeValues.member = Shapes::ShapeRef.new(shape: SlotTypeValue)
1772
1907
 
1908
+ SlotValue.add_member(:interpreted_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "interpretedValue"))
1909
+ SlotValue.struct_class = Types::SlotValue
1910
+
1773
1911
  SlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
1774
1912
  SlotValueElicitationSetting.add_member(:slot_constraint, Shapes::ShapeRef.new(shape: SlotConstraint, required: true, location_name: "slotConstraint"))
1775
1913
  SlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, location_name: "promptSpecification"))
1776
1914
  SlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
1777
1915
  SlotValueElicitationSetting.add_member(:wait_and_continue_specification, Shapes::ShapeRef.new(shape: WaitAndContinueSpecification, location_name: "waitAndContinueSpecification"))
1916
+ SlotValueElicitationSetting.add_member(:slot_capture_setting, Shapes::ShapeRef.new(shape: SlotCaptureSetting, location_name: "slotCaptureSetting"))
1778
1917
  SlotValueElicitationSetting.struct_class = Types::SlotValueElicitationSetting
1779
1918
 
1919
+ SlotValueOverride.add_member(:shape, Shapes::ShapeRef.new(shape: SlotShape, location_name: "shape"))
1920
+ SlotValueOverride.add_member(:value, Shapes::ShapeRef.new(shape: SlotValue, location_name: "value"))
1921
+ SlotValueOverride.add_member(:values, Shapes::ShapeRef.new(shape: SlotValues, location_name: "values"))
1922
+ SlotValueOverride.struct_class = Types::SlotValueOverride
1923
+
1924
+ SlotValueOverrideMap.key = Shapes::ShapeRef.new(shape: Name)
1925
+ SlotValueOverrideMap.value = Shapes::ShapeRef.new(shape: SlotValueOverride)
1926
+
1780
1927
  SlotValueRegexFilter.add_member(:pattern, Shapes::ShapeRef.new(shape: RegexPattern, required: true, location_name: "pattern"))
1781
1928
  SlotValueRegexFilter.struct_class = Types::SlotValueRegexFilter
1782
1929
 
@@ -1785,6 +1932,12 @@ module Aws::LexModelsV2
1785
1932
  SlotValueSelectionSetting.add_member(:advanced_recognition_setting, Shapes::ShapeRef.new(shape: AdvancedRecognitionSetting, location_name: "advancedRecognitionSetting"))
1786
1933
  SlotValueSelectionSetting.struct_class = Types::SlotValueSelectionSetting
1787
1934
 
1935
+ SlotValues.member = Shapes::ShapeRef.new(shape: SlotValueOverride)
1936
+
1937
+ Specifications.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
1938
+ Specifications.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SubSlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
1939
+ Specifications.struct_class = Types::Specifications
1940
+
1788
1941
  StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1789
1942
  StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1790
1943
  StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
@@ -1821,6 +1974,41 @@ module Aws::LexModelsV2
1821
1974
  StillWaitingResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1822
1975
  StillWaitingResponseSpecification.struct_class = Types::StillWaitingResponseSpecification
1823
1976
 
1977
+ StopBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1978
+ StopBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1979
+ StopBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
1980
+ StopBotRecommendationRequest.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botRecommendationId"))
1981
+ StopBotRecommendationRequest.struct_class = Types::StopBotRecommendationRequest
1982
+
1983
+ StopBotRecommendationResponse.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, location_name: "botId"))
1984
+ StopBotRecommendationResponse.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, location_name: "botVersion"))
1985
+ StopBotRecommendationResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1986
+ StopBotRecommendationResponse.add_member(:bot_recommendation_status, Shapes::ShapeRef.new(shape: BotRecommendationStatus, location_name: "botRecommendationStatus"))
1987
+ StopBotRecommendationResponse.add_member(:bot_recommendation_id, Shapes::ShapeRef.new(shape: Id, location_name: "botRecommendationId"))
1988
+ StopBotRecommendationResponse.struct_class = Types::StopBotRecommendationResponse
1989
+
1990
+ StringMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
1991
+ StringMap.value = Shapes::ShapeRef.new(shape: String)
1992
+
1993
+ SubSlotSetting.add_member(:expression, Shapes::ShapeRef.new(shape: SubSlotExpression, location_name: "expression"))
1994
+ SubSlotSetting.add_member(:slot_specifications, Shapes::ShapeRef.new(shape: SubSlotSpecificationMap, location_name: "slotSpecifications"))
1995
+ SubSlotSetting.struct_class = Types::SubSlotSetting
1996
+
1997
+ SubSlotSpecificationMap.key = Shapes::ShapeRef.new(shape: Name)
1998
+ SubSlotSpecificationMap.value = Shapes::ShapeRef.new(shape: Specifications)
1999
+
2000
+ SubSlotTypeComposition.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
2001
+ SubSlotTypeComposition.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
2002
+ SubSlotTypeComposition.struct_class = Types::SubSlotTypeComposition
2003
+
2004
+ SubSlotTypeList.member = Shapes::ShapeRef.new(shape: SubSlotTypeComposition)
2005
+
2006
+ SubSlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
2007
+ SubSlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, required: true, location_name: "promptSpecification"))
2008
+ SubSlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
2009
+ SubSlotValueElicitationSetting.add_member(:wait_and_continue_specification, Shapes::ShapeRef.new(shape: WaitAndContinueSpecification, location_name: "waitAndContinueSpecification"))
2010
+ SubSlotValueElicitationSetting.struct_class = Types::SubSlotValueElicitationSetting
2011
+
1824
2012
  SynonymList.member = Shapes::ShapeRef.new(shape: SampleValue)
1825
2013
 
1826
2014
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -1969,6 +2157,7 @@ module Aws::LexModelsV2
1969
2157
  UpdateIntentRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
1970
2158
  UpdateIntentRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
1971
2159
  UpdateIntentRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
2160
+ UpdateIntentRequest.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1972
2161
  UpdateIntentRequest.struct_class = Types::UpdateIntentRequest
1973
2162
 
1974
2163
  UpdateIntentResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
@@ -1989,6 +2178,7 @@ module Aws::LexModelsV2
1989
2178
  UpdateIntentResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
1990
2179
  UpdateIntentResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
1991
2180
  UpdateIntentResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
2181
+ UpdateIntentResponse.add_member(:initial_response_setting, Shapes::ShapeRef.new(shape: InitialResponseSetting, location_name: "initialResponseSetting"))
1992
2182
  UpdateIntentResponse.struct_class = Types::UpdateIntentResponse
1993
2183
 
1994
2184
  UpdateResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location: "uri", location_name: "resourceArn"))
@@ -2011,6 +2201,7 @@ module Aws::LexModelsV2
2011
2201
  UpdateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
2012
2202
  UpdateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
2013
2203
  UpdateSlotRequest.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
2204
+ UpdateSlotRequest.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
2014
2205
  UpdateSlotRequest.struct_class = Types::UpdateSlotRequest
2015
2206
 
2016
2207
  UpdateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
@@ -2026,6 +2217,7 @@ module Aws::LexModelsV2
2026
2217
  UpdateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
2027
2218
  UpdateSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
2028
2219
  UpdateSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
2220
+ UpdateSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
2029
2221
  UpdateSlotResponse.struct_class = Types::UpdateSlotResponse
2030
2222
 
2031
2223
  UpdateSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
@@ -2038,6 +2230,7 @@ module Aws::LexModelsV2
2038
2230
  UpdateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
2039
2231
  UpdateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
2040
2232
  UpdateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
2233
+ UpdateSlotTypeRequest.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
2041
2234
  UpdateSlotTypeRequest.struct_class = Types::UpdateSlotTypeRequest
2042
2235
 
2043
2236
  UpdateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
@@ -2052,6 +2245,7 @@ module Aws::LexModelsV2
2052
2245
  UpdateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
2053
2246
  UpdateSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
2054
2247
  UpdateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
2248
+ UpdateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
2055
2249
  UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
2056
2250
 
2057
2251
  UtteranceAggregationDuration.add_member(:relative_aggregation_duration, Shapes::ShapeRef.new(shape: RelativeAggregationDuration, required: true, location_name: "relativeAggregationDuration"))
@@ -2887,6 +3081,22 @@ module Aws::LexModelsV2
2887
3081
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2888
3082
  end)
2889
3083
 
3084
+ api.add_operation(:stop_bot_recommendation, Seahorse::Model::Operation.new.tap do |o|
3085
+ o.name = "StopBotRecommendation"
3086
+ o.http_method = "PUT"
3087
+ o.http_request_uri = "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/stopbotrecommendation"
3088
+ o.input = Shapes::ShapeRef.new(shape: StopBotRecommendationRequest)
3089
+ o.output = Shapes::ShapeRef.new(shape: StopBotRecommendationResponse)
3090
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3091
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3092
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3093
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3094
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3095
+ o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
3096
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3098
+ end)
3099
+
2890
3100
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2891
3101
  o.name = "TagResource"
2892
3102
  o.http_method = "POST"