aws-sdk-lexmodelsv2 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -186,6 +186,12 @@ module Aws::LexModelsV2
186
186
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
187
187
  FilterValues = Shapes::ListShape.new(name: 'FilterValues')
188
188
  FulfillmentCodeHookSettings = Shapes::StructureShape.new(name: 'FulfillmentCodeHookSettings')
189
+ FulfillmentStartResponseDelay = Shapes::IntegerShape.new(name: 'FulfillmentStartResponseDelay')
190
+ FulfillmentStartResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentStartResponseSpecification')
191
+ FulfillmentTimeout = Shapes::IntegerShape.new(name: 'FulfillmentTimeout')
192
+ FulfillmentUpdateResponseFrequency = Shapes::IntegerShape.new(name: 'FulfillmentUpdateResponseFrequency')
193
+ FulfillmentUpdateResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdateResponseSpecification')
194
+ FulfillmentUpdatesSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdatesSpecification')
189
195
  HitCount = Shapes::IntegerShape.new(name: 'HitCount')
190
196
  Id = Shapes::StringShape.new(name: 'Id')
191
197
  ImageResponseCard = Shapes::StructureShape.new(name: 'ImageResponseCard')
@@ -270,6 +276,7 @@ module Aws::LexModelsV2
270
276
  PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
271
277
  PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
272
278
  Policy = Shapes::StringShape.new(name: 'Policy')
279
+ PostFulfillmentStatusSpecification = Shapes::StructureShape.new(name: 'PostFulfillmentStatusSpecification')
273
280
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
274
281
  PresignedS3Url = Shapes::StringShape.new(name: 'PresignedS3Url')
275
282
  Principal = Shapes::StructureShape.new(name: 'Principal')
@@ -1085,8 +1092,26 @@ module Aws::LexModelsV2
1085
1092
  FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
1086
1093
 
1087
1094
  FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
1095
+ FulfillmentCodeHookSettings.add_member(:post_fulfillment_status_specification, Shapes::ShapeRef.new(shape: PostFulfillmentStatusSpecification, location_name: "postFulfillmentStatusSpecification"))
1096
+ FulfillmentCodeHookSettings.add_member(:fulfillment_updates_specification, Shapes::ShapeRef.new(shape: FulfillmentUpdatesSpecification, location_name: "fulfillmentUpdatesSpecification"))
1088
1097
  FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
1089
1098
 
1099
+ FulfillmentStartResponseSpecification.add_member(:delay_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentStartResponseDelay, required: true, location_name: "delayInSeconds"))
1100
+ FulfillmentStartResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1101
+ FulfillmentStartResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1102
+ FulfillmentStartResponseSpecification.struct_class = Types::FulfillmentStartResponseSpecification
1103
+
1104
+ FulfillmentUpdateResponseSpecification.add_member(:frequency_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentUpdateResponseFrequency, required: true, location_name: "frequencyInSeconds"))
1105
+ FulfillmentUpdateResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
1106
+ FulfillmentUpdateResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
1107
+ FulfillmentUpdateResponseSpecification.struct_class = Types::FulfillmentUpdateResponseSpecification
1108
+
1109
+ FulfillmentUpdatesSpecification.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
1110
+ FulfillmentUpdatesSpecification.add_member(:start_response, Shapes::ShapeRef.new(shape: FulfillmentStartResponseSpecification, location_name: "startResponse"))
1111
+ FulfillmentUpdatesSpecification.add_member(:update_response, Shapes::ShapeRef.new(shape: FulfillmentUpdateResponseSpecification, location_name: "updateResponse"))
1112
+ FulfillmentUpdatesSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentTimeout, location_name: "timeoutInSeconds"))
1113
+ FulfillmentUpdatesSpecification.struct_class = Types::FulfillmentUpdatesSpecification
1114
+
1090
1115
  ImageResponseCard.add_member(:title, Shapes::ShapeRef.new(shape: AttachmentTitle, required: true, location_name: "title"))
1091
1116
  ImageResponseCard.add_member(:subtitle, Shapes::ShapeRef.new(shape: AttachmentTitle, location_name: "subtitle"))
1092
1117
  ImageResponseCard.add_member(:image_url, Shapes::ShapeRef.new(shape: AttachmentUrl, location_name: "imageUrl"))
@@ -1373,6 +1398,11 @@ module Aws::LexModelsV2
1373
1398
  PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
1374
1399
  PlainTextMessage.struct_class = Types::PlainTextMessage
1375
1400
 
1401
+ PostFulfillmentStatusSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
1402
+ PostFulfillmentStatusSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
1403
+ PostFulfillmentStatusSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
1404
+ PostFulfillmentStatusSpecification.struct_class = Types::PostFulfillmentStatusSpecification
1405
+
1376
1406
  PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1377
1407
  PreconditionFailedException.struct_class = Types::PreconditionFailedException
1378
1408