aws-sdk-lexmodelsv2 1.26.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1988,6 +1988,31 @@ module Aws::LexModelsV2
1988
1988
  # max_retries: 1, # required
1989
1989
  # allow_interrupt: false,
1990
1990
  # message_selection_strategy: "Random", # accepts Random, Ordered
1991
+ # prompt_attempts_specification: {
1992
+ # "Initial" => {
1993
+ # allow_interrupt: false,
1994
+ # allowed_input_types: { # required
1995
+ # allow_audio_input: false, # required
1996
+ # allow_dtmf_input: false, # required
1997
+ # },
1998
+ # audio_and_dtmf_input_specification: {
1999
+ # start_timeout_ms: 1, # required
2000
+ # audio_specification: {
2001
+ # max_length_ms: 1, # required
2002
+ # end_timeout_ms: 1, # required
2003
+ # },
2004
+ # dtmf_specification: {
2005
+ # max_length: 1, # required
2006
+ # end_timeout_ms: 1, # required
2007
+ # deletion_character: "DTMFCharacter", # required
2008
+ # end_character: "DTMFCharacter", # required
2009
+ # },
2010
+ # },
2011
+ # text_input_specification: {
2012
+ # start_timeout_ms: 1, # required
2013
+ # },
2014
+ # },
2015
+ # },
1991
2016
  # },
1992
2017
  # declination_response: {
1993
2018
  # message_groups: [ # required
@@ -5166,6 +5191,18 @@ module Aws::LexModelsV2
5166
5191
  # resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
5167
5192
  # resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
5168
5193
  # resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
5194
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
5195
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
5196
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
5197
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
5198
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
5199
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
5200
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
5201
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
5202
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
5203
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
5204
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
5205
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
5169
5206
  # resp.intent_confirmation_setting.declination_response.message_groups #=> Array
5170
5207
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
5171
5208
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
@@ -6504,6 +6541,10 @@ module Aws::LexModelsV2
6504
6541
  # If the `multipleValuesSetting` is not set, the default value is
6505
6542
  # `false`.
6506
6543
  #
6544
+ # @option params [Types::SubSlotSetting] :sub_slot_setting
6545
+ # Specifications for the constituent sub slots and the expression for
6546
+ # the composite slot.
6547
+ #
6507
6548
  # @return [Types::CreateSlotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6508
6549
  #
6509
6550
  # * {Types::CreateSlotResponse#slot_id #slot_id} => String
@@ -6518,6 +6559,7 @@ module Aws::LexModelsV2
6518
6559
  # * {Types::CreateSlotResponse#intent_id #intent_id} => String
6519
6560
  # * {Types::CreateSlotResponse#creation_date_time #creation_date_time} => Time
6520
6561
  # * {Types::CreateSlotResponse#multiple_values_setting #multiple_values_setting} => Types::MultipleValuesSetting
6562
+ # * {Types::CreateSlotResponse#sub_slot_setting #sub_slot_setting} => Types::SubSlotSetting
6521
6563
  #
6522
6564
  # @example Request syntax with placeholder values
6523
6565
  #
@@ -6588,6 +6630,31 @@ module Aws::LexModelsV2
6588
6630
  # max_retries: 1, # required
6589
6631
  # allow_interrupt: false,
6590
6632
  # message_selection_strategy: "Random", # accepts Random, Ordered
6633
+ # prompt_attempts_specification: {
6634
+ # "Initial" => {
6635
+ # allow_interrupt: false,
6636
+ # allowed_input_types: { # required
6637
+ # allow_audio_input: false, # required
6638
+ # allow_dtmf_input: false, # required
6639
+ # },
6640
+ # audio_and_dtmf_input_specification: {
6641
+ # start_timeout_ms: 1, # required
6642
+ # audio_specification: {
6643
+ # max_length_ms: 1, # required
6644
+ # end_timeout_ms: 1, # required
6645
+ # },
6646
+ # dtmf_specification: {
6647
+ # max_length: 1, # required
6648
+ # end_timeout_ms: 1, # required
6649
+ # deletion_character: "DTMFCharacter", # required
6650
+ # end_character: "DTMFCharacter", # required
6651
+ # },
6652
+ # },
6653
+ # text_input_specification: {
6654
+ # start_timeout_ms: 1, # required
6655
+ # },
6656
+ # },
6657
+ # },
6591
6658
  # },
6592
6659
  # sample_utterances: [
6593
6660
  # {
@@ -8032,6 +8099,272 @@ module Aws::LexModelsV2
8032
8099
  # multiple_values_setting: {
8033
8100
  # allow_multiple_values: false,
8034
8101
  # },
8102
+ # sub_slot_setting: {
8103
+ # expression: "SubSlotExpression",
8104
+ # slot_specifications: {
8105
+ # "Name" => {
8106
+ # slot_type_id: "BuiltInOrCustomSlotTypeId", # required
8107
+ # value_elicitation_setting: { # required
8108
+ # default_value_specification: {
8109
+ # default_value_list: [ # required
8110
+ # {
8111
+ # default_value: "SlotDefaultValueString", # required
8112
+ # },
8113
+ # ],
8114
+ # },
8115
+ # prompt_specification: { # required
8116
+ # message_groups: [ # required
8117
+ # {
8118
+ # message: { # required
8119
+ # plain_text_message: {
8120
+ # value: "PlainTextMessageValue", # required
8121
+ # },
8122
+ # custom_payload: {
8123
+ # value: "CustomPayloadValue", # required
8124
+ # },
8125
+ # ssml_message: {
8126
+ # value: "SSMLMessageValue", # required
8127
+ # },
8128
+ # image_response_card: {
8129
+ # title: "AttachmentTitle", # required
8130
+ # subtitle: "AttachmentTitle",
8131
+ # image_url: "AttachmentUrl",
8132
+ # buttons: [
8133
+ # {
8134
+ # text: "ButtonText", # required
8135
+ # value: "ButtonValue", # required
8136
+ # },
8137
+ # ],
8138
+ # },
8139
+ # },
8140
+ # variations: [
8141
+ # {
8142
+ # plain_text_message: {
8143
+ # value: "PlainTextMessageValue", # required
8144
+ # },
8145
+ # custom_payload: {
8146
+ # value: "CustomPayloadValue", # required
8147
+ # },
8148
+ # ssml_message: {
8149
+ # value: "SSMLMessageValue", # required
8150
+ # },
8151
+ # image_response_card: {
8152
+ # title: "AttachmentTitle", # required
8153
+ # subtitle: "AttachmentTitle",
8154
+ # image_url: "AttachmentUrl",
8155
+ # buttons: [
8156
+ # {
8157
+ # text: "ButtonText", # required
8158
+ # value: "ButtonValue", # required
8159
+ # },
8160
+ # ],
8161
+ # },
8162
+ # },
8163
+ # ],
8164
+ # },
8165
+ # ],
8166
+ # max_retries: 1, # required
8167
+ # allow_interrupt: false,
8168
+ # message_selection_strategy: "Random", # accepts Random, Ordered
8169
+ # prompt_attempts_specification: {
8170
+ # "Initial" => {
8171
+ # allow_interrupt: false,
8172
+ # allowed_input_types: { # required
8173
+ # allow_audio_input: false, # required
8174
+ # allow_dtmf_input: false, # required
8175
+ # },
8176
+ # audio_and_dtmf_input_specification: {
8177
+ # start_timeout_ms: 1, # required
8178
+ # audio_specification: {
8179
+ # max_length_ms: 1, # required
8180
+ # end_timeout_ms: 1, # required
8181
+ # },
8182
+ # dtmf_specification: {
8183
+ # max_length: 1, # required
8184
+ # end_timeout_ms: 1, # required
8185
+ # deletion_character: "DTMFCharacter", # required
8186
+ # end_character: "DTMFCharacter", # required
8187
+ # },
8188
+ # },
8189
+ # text_input_specification: {
8190
+ # start_timeout_ms: 1, # required
8191
+ # },
8192
+ # },
8193
+ # },
8194
+ # },
8195
+ # sample_utterances: [
8196
+ # {
8197
+ # utterance: "Utterance", # required
8198
+ # },
8199
+ # ],
8200
+ # wait_and_continue_specification: {
8201
+ # waiting_response: { # required
8202
+ # message_groups: [ # required
8203
+ # {
8204
+ # message: { # required
8205
+ # plain_text_message: {
8206
+ # value: "PlainTextMessageValue", # required
8207
+ # },
8208
+ # custom_payload: {
8209
+ # value: "CustomPayloadValue", # required
8210
+ # },
8211
+ # ssml_message: {
8212
+ # value: "SSMLMessageValue", # required
8213
+ # },
8214
+ # image_response_card: {
8215
+ # title: "AttachmentTitle", # required
8216
+ # subtitle: "AttachmentTitle",
8217
+ # image_url: "AttachmentUrl",
8218
+ # buttons: [
8219
+ # {
8220
+ # text: "ButtonText", # required
8221
+ # value: "ButtonValue", # required
8222
+ # },
8223
+ # ],
8224
+ # },
8225
+ # },
8226
+ # variations: [
8227
+ # {
8228
+ # plain_text_message: {
8229
+ # value: "PlainTextMessageValue", # required
8230
+ # },
8231
+ # custom_payload: {
8232
+ # value: "CustomPayloadValue", # required
8233
+ # },
8234
+ # ssml_message: {
8235
+ # value: "SSMLMessageValue", # required
8236
+ # },
8237
+ # image_response_card: {
8238
+ # title: "AttachmentTitle", # required
8239
+ # subtitle: "AttachmentTitle",
8240
+ # image_url: "AttachmentUrl",
8241
+ # buttons: [
8242
+ # {
8243
+ # text: "ButtonText", # required
8244
+ # value: "ButtonValue", # required
8245
+ # },
8246
+ # ],
8247
+ # },
8248
+ # },
8249
+ # ],
8250
+ # },
8251
+ # ],
8252
+ # allow_interrupt: false,
8253
+ # },
8254
+ # continue_response: { # required
8255
+ # message_groups: [ # required
8256
+ # {
8257
+ # message: { # required
8258
+ # plain_text_message: {
8259
+ # value: "PlainTextMessageValue", # required
8260
+ # },
8261
+ # custom_payload: {
8262
+ # value: "CustomPayloadValue", # required
8263
+ # },
8264
+ # ssml_message: {
8265
+ # value: "SSMLMessageValue", # required
8266
+ # },
8267
+ # image_response_card: {
8268
+ # title: "AttachmentTitle", # required
8269
+ # subtitle: "AttachmentTitle",
8270
+ # image_url: "AttachmentUrl",
8271
+ # buttons: [
8272
+ # {
8273
+ # text: "ButtonText", # required
8274
+ # value: "ButtonValue", # required
8275
+ # },
8276
+ # ],
8277
+ # },
8278
+ # },
8279
+ # variations: [
8280
+ # {
8281
+ # plain_text_message: {
8282
+ # value: "PlainTextMessageValue", # required
8283
+ # },
8284
+ # custom_payload: {
8285
+ # value: "CustomPayloadValue", # required
8286
+ # },
8287
+ # ssml_message: {
8288
+ # value: "SSMLMessageValue", # required
8289
+ # },
8290
+ # image_response_card: {
8291
+ # title: "AttachmentTitle", # required
8292
+ # subtitle: "AttachmentTitle",
8293
+ # image_url: "AttachmentUrl",
8294
+ # buttons: [
8295
+ # {
8296
+ # text: "ButtonText", # required
8297
+ # value: "ButtonValue", # required
8298
+ # },
8299
+ # ],
8300
+ # },
8301
+ # },
8302
+ # ],
8303
+ # },
8304
+ # ],
8305
+ # allow_interrupt: false,
8306
+ # },
8307
+ # still_waiting_response: {
8308
+ # message_groups: [ # required
8309
+ # {
8310
+ # message: { # required
8311
+ # plain_text_message: {
8312
+ # value: "PlainTextMessageValue", # required
8313
+ # },
8314
+ # custom_payload: {
8315
+ # value: "CustomPayloadValue", # required
8316
+ # },
8317
+ # ssml_message: {
8318
+ # value: "SSMLMessageValue", # required
8319
+ # },
8320
+ # image_response_card: {
8321
+ # title: "AttachmentTitle", # required
8322
+ # subtitle: "AttachmentTitle",
8323
+ # image_url: "AttachmentUrl",
8324
+ # buttons: [
8325
+ # {
8326
+ # text: "ButtonText", # required
8327
+ # value: "ButtonValue", # required
8328
+ # },
8329
+ # ],
8330
+ # },
8331
+ # },
8332
+ # variations: [
8333
+ # {
8334
+ # plain_text_message: {
8335
+ # value: "PlainTextMessageValue", # required
8336
+ # },
8337
+ # custom_payload: {
8338
+ # value: "CustomPayloadValue", # required
8339
+ # },
8340
+ # ssml_message: {
8341
+ # value: "SSMLMessageValue", # required
8342
+ # },
8343
+ # image_response_card: {
8344
+ # title: "AttachmentTitle", # required
8345
+ # subtitle: "AttachmentTitle",
8346
+ # image_url: "AttachmentUrl",
8347
+ # buttons: [
8348
+ # {
8349
+ # text: "ButtonText", # required
8350
+ # value: "ButtonValue", # required
8351
+ # },
8352
+ # ],
8353
+ # },
8354
+ # },
8355
+ # ],
8356
+ # },
8357
+ # ],
8358
+ # frequency_in_seconds: 1, # required
8359
+ # timeout_in_seconds: 1, # required
8360
+ # allow_interrupt: false,
8361
+ # },
8362
+ # active: false,
8363
+ # },
8364
+ # },
8365
+ # },
8366
+ # },
8367
+ # },
8035
8368
  # })
8036
8369
  #
8037
8370
  # @example Response structure
@@ -8066,6 +8399,18 @@ module Aws::LexModelsV2
8066
8399
  # resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
8067
8400
  # resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
8068
8401
  # resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
8402
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
8403
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
8404
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
8405
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
8406
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
8407
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
8408
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
8409
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
8410
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
8411
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
8412
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
8413
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
8069
8414
  # resp.value_elicitation_setting.sample_utterances #=> Array
8070
8415
  # resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
8071
8416
  # resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
@@ -8646,6 +8991,114 @@ module Aws::LexModelsV2
8646
8991
  # resp.intent_id #=> String
8647
8992
  # resp.creation_date_time #=> Time
8648
8993
  # resp.multiple_values_setting.allow_multiple_values #=> Boolean
8994
+ # resp.sub_slot_setting.expression #=> String
8995
+ # resp.sub_slot_setting.slot_specifications #=> Hash
8996
+ # resp.sub_slot_setting.slot_specifications["Name"].slot_type_id #=> String
8997
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list #=> Array
8998
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list[0].default_value #=> String
8999
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups #=> Array
9000
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.plain_text_message.value #=> String
9001
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.custom_payload.value #=> String
9002
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.ssml_message.value #=> String
9003
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.title #=> String
9004
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.subtitle #=> String
9005
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.image_url #=> String
9006
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons #=> Array
9007
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].text #=> String
9008
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].value #=> String
9009
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations #=> Array
9010
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].plain_text_message.value #=> String
9011
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].custom_payload.value #=> String
9012
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].ssml_message.value #=> String
9013
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.title #=> String
9014
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.subtitle #=> String
9015
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.image_url #=> String
9016
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons #=> Array
9017
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
9018
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
9019
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
9020
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
9021
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
9022
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
9023
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
9024
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
9025
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
9026
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
9027
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
9028
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
9029
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
9030
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
9031
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
9032
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
9033
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
9034
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
9035
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
9036
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
9037
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.plain_text_message.value #=> String
9038
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.custom_payload.value #=> String
9039
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.ssml_message.value #=> String
9040
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.title #=> String
9041
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
9042
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.image_url #=> String
9043
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
9044
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
9045
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
9046
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations #=> Array
9047
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
9048
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
9049
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
9050
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
9051
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
9052
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
9053
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
9054
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
9055
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
9056
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.allow_interrupt #=> Boolean
9057
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups #=> Array
9058
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.plain_text_message.value #=> String
9059
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.custom_payload.value #=> String
9060
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.ssml_message.value #=> String
9061
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.title #=> String
9062
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.subtitle #=> String
9063
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.image_url #=> String
9064
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons #=> Array
9065
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
9066
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
9067
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations #=> Array
9068
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].plain_text_message.value #=> String
9069
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].custom_payload.value #=> String
9070
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].ssml_message.value #=> String
9071
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.title #=> String
9072
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
9073
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.image_url #=> String
9074
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
9075
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
9076
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
9077
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.allow_interrupt #=> Boolean
9078
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups #=> Array
9079
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.plain_text_message.value #=> String
9080
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.custom_payload.value #=> String
9081
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.ssml_message.value #=> String
9082
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.title #=> String
9083
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
9084
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.image_url #=> String
9085
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
9086
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
9087
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
9088
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations #=> Array
9089
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
9090
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
9091
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
9092
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
9093
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
9094
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
9095
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
9096
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
9097
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
9098
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.frequency_in_seconds #=> Integer
9099
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.timeout_in_seconds #=> Integer
9100
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.allow_interrupt #=> Boolean
9101
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.active #=> Boolean
8649
9102
  #
8650
9103
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateSlot AWS API Documentation
8651
9104
  #
@@ -8717,6 +9170,9 @@ module Aws::LexModelsV2
8717
9170
  # @option params [Types::ExternalSourceSetting] :external_source_setting
8718
9171
  # Sets the type of external information used to create the slot type.
8719
9172
  #
9173
+ # @option params [Types::CompositeSlotTypeSetting] :composite_slot_type_setting
9174
+ # Specifications for a composite slot type.
9175
+ #
8720
9176
  # @return [Types::CreateSlotTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8721
9177
  #
8722
9178
  # * {Types::CreateSlotTypeResponse#slot_type_id #slot_type_id} => String
@@ -8730,6 +9186,7 @@ module Aws::LexModelsV2
8730
9186
  # * {Types::CreateSlotTypeResponse#locale_id #locale_id} => String
8731
9187
  # * {Types::CreateSlotTypeResponse#creation_date_time #creation_date_time} => Time
8732
9188
  # * {Types::CreateSlotTypeResponse#external_source_setting #external_source_setting} => Types::ExternalSourceSetting
9189
+ # * {Types::CreateSlotTypeResponse#composite_slot_type_setting #composite_slot_type_setting} => Types::CompositeSlotTypeSetting
8733
9190
  #
8734
9191
  # @example Request syntax with placeholder values
8735
9192
  #
@@ -8749,7 +9206,7 @@ module Aws::LexModelsV2
8749
9206
  # },
8750
9207
  # ],
8751
9208
  # value_selection_setting: {
8752
- # resolution_strategy: "OriginalValue", # required, accepts OriginalValue, TopResolution
9209
+ # resolution_strategy: "OriginalValue", # required, accepts OriginalValue, TopResolution, Concatenation
8753
9210
  # regex_filter: {
8754
9211
  # pattern: "RegexPattern", # required
8755
9212
  # },
@@ -8770,6 +9227,14 @@ module Aws::LexModelsV2
8770
9227
  # },
8771
9228
  # },
8772
9229
  # },
9230
+ # composite_slot_type_setting: {
9231
+ # sub_slots: [
9232
+ # {
9233
+ # name: "Name", # required
9234
+ # slot_type_id: "BuiltInOrCustomSlotTypeId", # required
9235
+ # },
9236
+ # ],
9237
+ # },
8773
9238
  # })
8774
9239
  #
8775
9240
  # @example Response structure
@@ -8781,7 +9246,7 @@ module Aws::LexModelsV2
8781
9246
  # resp.slot_type_values[0].sample_value.value #=> String
8782
9247
  # resp.slot_type_values[0].synonyms #=> Array
8783
9248
  # resp.slot_type_values[0].synonyms[0].value #=> String
8784
- # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution"
9249
+ # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution", "Concatenation"
8785
9250
  # resp.value_selection_setting.regex_filter.pattern #=> String
8786
9251
  # resp.value_selection_setting.advanced_recognition_setting.audio_recognition_strategy #=> String, one of "UseSlotValuesAsCustomVocabulary"
8787
9252
  # resp.parent_slot_type_signature #=> String
@@ -8792,6 +9257,9 @@ module Aws::LexModelsV2
8792
9257
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_bucket_name #=> String
8793
9258
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_object_key #=> String
8794
9259
  # resp.external_source_setting.grammar_slot_type_setting.source.kms_key_arn #=> String
9260
+ # resp.composite_slot_type_setting.sub_slots #=> Array
9261
+ # resp.composite_slot_type_setting.sub_slots[0].name #=> String
9262
+ # resp.composite_slot_type_setting.sub_slots[0].slot_type_id #=> String
8795
9263
  #
8796
9264
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateSlotType AWS API Documentation
8797
9265
  #
@@ -10347,6 +10815,18 @@ module Aws::LexModelsV2
10347
10815
  # resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
10348
10816
  # resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
10349
10817
  # resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
10818
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
10819
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
10820
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
10821
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
10822
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
10823
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
10824
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
10825
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
10826
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
10827
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
10828
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
10829
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
10350
10830
  # resp.intent_confirmation_setting.declination_response.message_groups #=> Array
10351
10831
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
10352
10832
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
@@ -11552,6 +12032,7 @@ module Aws::LexModelsV2
11552
12032
  # * {Types::DescribeSlotResponse#creation_date_time #creation_date_time} => Time
11553
12033
  # * {Types::DescribeSlotResponse#last_updated_date_time #last_updated_date_time} => Time
11554
12034
  # * {Types::DescribeSlotResponse#multiple_values_setting #multiple_values_setting} => Types::MultipleValuesSetting
12035
+ # * {Types::DescribeSlotResponse#sub_slot_setting #sub_slot_setting} => Types::SubSlotSetting
11555
12036
  #
11556
12037
  # @example Request syntax with placeholder values
11557
12038
  #
@@ -11595,6 +12076,18 @@ module Aws::LexModelsV2
11595
12076
  # resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
11596
12077
  # resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
11597
12078
  # resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
12079
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
12080
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
12081
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
12082
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
12083
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
12084
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
12085
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
12086
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
12087
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
12088
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
12089
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
12090
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
11598
12091
  # resp.value_elicitation_setting.sample_utterances #=> Array
11599
12092
  # resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
11600
12093
  # resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
@@ -12176,6 +12669,114 @@ module Aws::LexModelsV2
12176
12669
  # resp.creation_date_time #=> Time
12177
12670
  # resp.last_updated_date_time #=> Time
12178
12671
  # resp.multiple_values_setting.allow_multiple_values #=> Boolean
12672
+ # resp.sub_slot_setting.expression #=> String
12673
+ # resp.sub_slot_setting.slot_specifications #=> Hash
12674
+ # resp.sub_slot_setting.slot_specifications["Name"].slot_type_id #=> String
12675
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list #=> Array
12676
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list[0].default_value #=> String
12677
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups #=> Array
12678
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.plain_text_message.value #=> String
12679
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.custom_payload.value #=> String
12680
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.ssml_message.value #=> String
12681
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.title #=> String
12682
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.subtitle #=> String
12683
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.image_url #=> String
12684
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons #=> Array
12685
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].text #=> String
12686
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].value #=> String
12687
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations #=> Array
12688
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].plain_text_message.value #=> String
12689
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].custom_payload.value #=> String
12690
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].ssml_message.value #=> String
12691
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.title #=> String
12692
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.subtitle #=> String
12693
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.image_url #=> String
12694
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons #=> Array
12695
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
12696
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
12697
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
12698
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
12699
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
12700
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
12701
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
12702
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
12703
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
12704
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
12705
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
12706
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
12707
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
12708
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
12709
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
12710
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
12711
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
12712
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
12713
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
12714
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
12715
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.plain_text_message.value #=> String
12716
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.custom_payload.value #=> String
12717
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.ssml_message.value #=> String
12718
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.title #=> String
12719
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
12720
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.image_url #=> String
12721
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
12722
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
12723
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
12724
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations #=> Array
12725
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
12726
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
12727
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
12728
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
12729
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
12730
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
12731
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
12732
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
12733
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
12734
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.allow_interrupt #=> Boolean
12735
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups #=> Array
12736
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.plain_text_message.value #=> String
12737
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.custom_payload.value #=> String
12738
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.ssml_message.value #=> String
12739
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.title #=> String
12740
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.subtitle #=> String
12741
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.image_url #=> String
12742
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons #=> Array
12743
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
12744
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
12745
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations #=> Array
12746
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].plain_text_message.value #=> String
12747
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].custom_payload.value #=> String
12748
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].ssml_message.value #=> String
12749
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.title #=> String
12750
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
12751
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.image_url #=> String
12752
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
12753
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
12754
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
12755
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.allow_interrupt #=> Boolean
12756
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups #=> Array
12757
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.plain_text_message.value #=> String
12758
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.custom_payload.value #=> String
12759
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.ssml_message.value #=> String
12760
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.title #=> String
12761
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
12762
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.image_url #=> String
12763
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
12764
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
12765
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
12766
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations #=> Array
12767
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
12768
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
12769
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
12770
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
12771
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
12772
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
12773
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
12774
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
12775
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
12776
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.frequency_in_seconds #=> Integer
12777
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.timeout_in_seconds #=> Integer
12778
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.allow_interrupt #=> Boolean
12779
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.active #=> Boolean
12179
12780
  #
12180
12781
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeSlot AWS API Documentation
12181
12782
  #
@@ -12220,6 +12821,7 @@ module Aws::LexModelsV2
12220
12821
  # * {Types::DescribeSlotTypeResponse#creation_date_time #creation_date_time} => Time
12221
12822
  # * {Types::DescribeSlotTypeResponse#last_updated_date_time #last_updated_date_time} => Time
12222
12823
  # * {Types::DescribeSlotTypeResponse#external_source_setting #external_source_setting} => Types::ExternalSourceSetting
12824
+ # * {Types::DescribeSlotTypeResponse#composite_slot_type_setting #composite_slot_type_setting} => Types::CompositeSlotTypeSetting
12223
12825
  #
12224
12826
  # @example Request syntax with placeholder values
12225
12827
  #
@@ -12239,7 +12841,7 @@ module Aws::LexModelsV2
12239
12841
  # resp.slot_type_values[0].sample_value.value #=> String
12240
12842
  # resp.slot_type_values[0].synonyms #=> Array
12241
12843
  # resp.slot_type_values[0].synonyms[0].value #=> String
12242
- # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution"
12844
+ # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution", "Concatenation"
12243
12845
  # resp.value_selection_setting.regex_filter.pattern #=> String
12244
12846
  # resp.value_selection_setting.advanced_recognition_setting.audio_recognition_strategy #=> String, one of "UseSlotValuesAsCustomVocabulary"
12245
12847
  # resp.parent_slot_type_signature #=> String
@@ -12251,6 +12853,9 @@ module Aws::LexModelsV2
12251
12853
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_bucket_name #=> String
12252
12854
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_object_key #=> String
12253
12855
  # resp.external_source_setting.grammar_slot_type_setting.source.kms_key_arn #=> String
12856
+ # resp.composite_slot_type_setting.sub_slots #=> Array
12857
+ # resp.composite_slot_type_setting.sub_slots[0].name #=> String
12858
+ # resp.composite_slot_type_setting.sub_slots[0].slot_type_id #=> String
12254
12859
  #
12255
12860
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeSlotType AWS API Documentation
12256
12861
  #
@@ -13324,7 +13929,7 @@ module Aws::LexModelsV2
13324
13929
  # resp.slot_type_summaries[0].description #=> String
13325
13930
  # resp.slot_type_summaries[0].parent_slot_type_signature #=> String
13326
13931
  # resp.slot_type_summaries[0].last_updated_date_time #=> Time
13327
- # resp.slot_type_summaries[0].slot_type_category #=> String, one of "Custom", "Extended", "ExternalGrammar"
13932
+ # resp.slot_type_summaries[0].slot_type_category #=> String, one of "Custom", "Extended", "ExternalGrammar", "Composite"
13328
13933
  # resp.next_token #=> String
13329
13934
  #
13330
13935
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/ListSlotTypes AWS API Documentation
@@ -13445,6 +14050,18 @@ module Aws::LexModelsV2
13445
14050
  # resp.slot_summaries[0].value_elicitation_prompt_specification.max_retries #=> Integer
13446
14051
  # resp.slot_summaries[0].value_elicitation_prompt_specification.allow_interrupt #=> Boolean
13447
14052
  # resp.slot_summaries[0].value_elicitation_prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
14053
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification #=> Hash
14054
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
14055
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
14056
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
14057
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
14058
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
14059
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
14060
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
14061
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
14062
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
14063
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
14064
+ # resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
13448
14065
  # resp.slot_summaries[0].last_updated_date_time #=> Time
13449
14066
  # resp.next_token #=> String
13450
14067
  #
@@ -15357,6 +15974,31 @@ module Aws::LexModelsV2
15357
15974
  # max_retries: 1, # required
15358
15975
  # allow_interrupt: false,
15359
15976
  # message_selection_strategy: "Random", # accepts Random, Ordered
15977
+ # prompt_attempts_specification: {
15978
+ # "Initial" => {
15979
+ # allow_interrupt: false,
15980
+ # allowed_input_types: { # required
15981
+ # allow_audio_input: false, # required
15982
+ # allow_dtmf_input: false, # required
15983
+ # },
15984
+ # audio_and_dtmf_input_specification: {
15985
+ # start_timeout_ms: 1, # required
15986
+ # audio_specification: {
15987
+ # max_length_ms: 1, # required
15988
+ # end_timeout_ms: 1, # required
15989
+ # },
15990
+ # dtmf_specification: {
15991
+ # max_length: 1, # required
15992
+ # end_timeout_ms: 1, # required
15993
+ # deletion_character: "DTMFCharacter", # required
15994
+ # end_character: "DTMFCharacter", # required
15995
+ # },
15996
+ # },
15997
+ # text_input_specification: {
15998
+ # start_timeout_ms: 1, # required
15999
+ # },
16000
+ # },
16001
+ # },
15360
16002
  # },
15361
16003
  # declination_response: {
15362
16004
  # message_groups: [ # required
@@ -18538,6 +19180,18 @@ module Aws::LexModelsV2
18538
19180
  # resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
18539
19181
  # resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
18540
19182
  # resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
19183
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
19184
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
19185
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
19186
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
19187
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
19188
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
19189
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
19190
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
19191
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
19192
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
19193
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
19194
+ # resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
18541
19195
  # resp.intent_confirmation_setting.declination_response.message_groups #=> Array
18542
19196
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
18543
19197
  # resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
@@ -19778,6 +20432,10 @@ module Aws::LexModelsV2
19778
20432
  # If the `multipleValuesSetting` is not set, the default value is
19779
20433
  # `false`.
19780
20434
  #
20435
+ # @option params [Types::SubSlotSetting] :sub_slot_setting
20436
+ # Specifications for the constituent sub slots and the expression for
20437
+ # the composite slot.
20438
+ #
19781
20439
  # @return [Types::UpdateSlotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19782
20440
  #
19783
20441
  # * {Types::UpdateSlotResponse#slot_id #slot_id} => String
@@ -19793,6 +20451,7 @@ module Aws::LexModelsV2
19793
20451
  # * {Types::UpdateSlotResponse#creation_date_time #creation_date_time} => Time
19794
20452
  # * {Types::UpdateSlotResponse#last_updated_date_time #last_updated_date_time} => Time
19795
20453
  # * {Types::UpdateSlotResponse#multiple_values_setting #multiple_values_setting} => Types::MultipleValuesSetting
20454
+ # * {Types::UpdateSlotResponse#sub_slot_setting #sub_slot_setting} => Types::SubSlotSetting
19796
20455
  #
19797
20456
  # @example Request syntax with placeholder values
19798
20457
  #
@@ -19864,6 +20523,31 @@ module Aws::LexModelsV2
19864
20523
  # max_retries: 1, # required
19865
20524
  # allow_interrupt: false,
19866
20525
  # message_selection_strategy: "Random", # accepts Random, Ordered
20526
+ # prompt_attempts_specification: {
20527
+ # "Initial" => {
20528
+ # allow_interrupt: false,
20529
+ # allowed_input_types: { # required
20530
+ # allow_audio_input: false, # required
20531
+ # allow_dtmf_input: false, # required
20532
+ # },
20533
+ # audio_and_dtmf_input_specification: {
20534
+ # start_timeout_ms: 1, # required
20535
+ # audio_specification: {
20536
+ # max_length_ms: 1, # required
20537
+ # end_timeout_ms: 1, # required
20538
+ # },
20539
+ # dtmf_specification: {
20540
+ # max_length: 1, # required
20541
+ # end_timeout_ms: 1, # required
20542
+ # deletion_character: "DTMFCharacter", # required
20543
+ # end_character: "DTMFCharacter", # required
20544
+ # },
20545
+ # },
20546
+ # text_input_specification: {
20547
+ # start_timeout_ms: 1, # required
20548
+ # },
20549
+ # },
20550
+ # },
19867
20551
  # },
19868
20552
  # sample_utterances: [
19869
20553
  # {
@@ -21308,6 +21992,272 @@ module Aws::LexModelsV2
21308
21992
  # multiple_values_setting: {
21309
21993
  # allow_multiple_values: false,
21310
21994
  # },
21995
+ # sub_slot_setting: {
21996
+ # expression: "SubSlotExpression",
21997
+ # slot_specifications: {
21998
+ # "Name" => {
21999
+ # slot_type_id: "BuiltInOrCustomSlotTypeId", # required
22000
+ # value_elicitation_setting: { # required
22001
+ # default_value_specification: {
22002
+ # default_value_list: [ # required
22003
+ # {
22004
+ # default_value: "SlotDefaultValueString", # required
22005
+ # },
22006
+ # ],
22007
+ # },
22008
+ # prompt_specification: { # required
22009
+ # message_groups: [ # required
22010
+ # {
22011
+ # message: { # required
22012
+ # plain_text_message: {
22013
+ # value: "PlainTextMessageValue", # required
22014
+ # },
22015
+ # custom_payload: {
22016
+ # value: "CustomPayloadValue", # required
22017
+ # },
22018
+ # ssml_message: {
22019
+ # value: "SSMLMessageValue", # required
22020
+ # },
22021
+ # image_response_card: {
22022
+ # title: "AttachmentTitle", # required
22023
+ # subtitle: "AttachmentTitle",
22024
+ # image_url: "AttachmentUrl",
22025
+ # buttons: [
22026
+ # {
22027
+ # text: "ButtonText", # required
22028
+ # value: "ButtonValue", # required
22029
+ # },
22030
+ # ],
22031
+ # },
22032
+ # },
22033
+ # variations: [
22034
+ # {
22035
+ # plain_text_message: {
22036
+ # value: "PlainTextMessageValue", # required
22037
+ # },
22038
+ # custom_payload: {
22039
+ # value: "CustomPayloadValue", # required
22040
+ # },
22041
+ # ssml_message: {
22042
+ # value: "SSMLMessageValue", # required
22043
+ # },
22044
+ # image_response_card: {
22045
+ # title: "AttachmentTitle", # required
22046
+ # subtitle: "AttachmentTitle",
22047
+ # image_url: "AttachmentUrl",
22048
+ # buttons: [
22049
+ # {
22050
+ # text: "ButtonText", # required
22051
+ # value: "ButtonValue", # required
22052
+ # },
22053
+ # ],
22054
+ # },
22055
+ # },
22056
+ # ],
22057
+ # },
22058
+ # ],
22059
+ # max_retries: 1, # required
22060
+ # allow_interrupt: false,
22061
+ # message_selection_strategy: "Random", # accepts Random, Ordered
22062
+ # prompt_attempts_specification: {
22063
+ # "Initial" => {
22064
+ # allow_interrupt: false,
22065
+ # allowed_input_types: { # required
22066
+ # allow_audio_input: false, # required
22067
+ # allow_dtmf_input: false, # required
22068
+ # },
22069
+ # audio_and_dtmf_input_specification: {
22070
+ # start_timeout_ms: 1, # required
22071
+ # audio_specification: {
22072
+ # max_length_ms: 1, # required
22073
+ # end_timeout_ms: 1, # required
22074
+ # },
22075
+ # dtmf_specification: {
22076
+ # max_length: 1, # required
22077
+ # end_timeout_ms: 1, # required
22078
+ # deletion_character: "DTMFCharacter", # required
22079
+ # end_character: "DTMFCharacter", # required
22080
+ # },
22081
+ # },
22082
+ # text_input_specification: {
22083
+ # start_timeout_ms: 1, # required
22084
+ # },
22085
+ # },
22086
+ # },
22087
+ # },
22088
+ # sample_utterances: [
22089
+ # {
22090
+ # utterance: "Utterance", # required
22091
+ # },
22092
+ # ],
22093
+ # wait_and_continue_specification: {
22094
+ # waiting_response: { # required
22095
+ # message_groups: [ # required
22096
+ # {
22097
+ # message: { # required
22098
+ # plain_text_message: {
22099
+ # value: "PlainTextMessageValue", # required
22100
+ # },
22101
+ # custom_payload: {
22102
+ # value: "CustomPayloadValue", # required
22103
+ # },
22104
+ # ssml_message: {
22105
+ # value: "SSMLMessageValue", # required
22106
+ # },
22107
+ # image_response_card: {
22108
+ # title: "AttachmentTitle", # required
22109
+ # subtitle: "AttachmentTitle",
22110
+ # image_url: "AttachmentUrl",
22111
+ # buttons: [
22112
+ # {
22113
+ # text: "ButtonText", # required
22114
+ # value: "ButtonValue", # required
22115
+ # },
22116
+ # ],
22117
+ # },
22118
+ # },
22119
+ # variations: [
22120
+ # {
22121
+ # plain_text_message: {
22122
+ # value: "PlainTextMessageValue", # required
22123
+ # },
22124
+ # custom_payload: {
22125
+ # value: "CustomPayloadValue", # required
22126
+ # },
22127
+ # ssml_message: {
22128
+ # value: "SSMLMessageValue", # required
22129
+ # },
22130
+ # image_response_card: {
22131
+ # title: "AttachmentTitle", # required
22132
+ # subtitle: "AttachmentTitle",
22133
+ # image_url: "AttachmentUrl",
22134
+ # buttons: [
22135
+ # {
22136
+ # text: "ButtonText", # required
22137
+ # value: "ButtonValue", # required
22138
+ # },
22139
+ # ],
22140
+ # },
22141
+ # },
22142
+ # ],
22143
+ # },
22144
+ # ],
22145
+ # allow_interrupt: false,
22146
+ # },
22147
+ # continue_response: { # required
22148
+ # message_groups: [ # required
22149
+ # {
22150
+ # message: { # required
22151
+ # plain_text_message: {
22152
+ # value: "PlainTextMessageValue", # required
22153
+ # },
22154
+ # custom_payload: {
22155
+ # value: "CustomPayloadValue", # required
22156
+ # },
22157
+ # ssml_message: {
22158
+ # value: "SSMLMessageValue", # required
22159
+ # },
22160
+ # image_response_card: {
22161
+ # title: "AttachmentTitle", # required
22162
+ # subtitle: "AttachmentTitle",
22163
+ # image_url: "AttachmentUrl",
22164
+ # buttons: [
22165
+ # {
22166
+ # text: "ButtonText", # required
22167
+ # value: "ButtonValue", # required
22168
+ # },
22169
+ # ],
22170
+ # },
22171
+ # },
22172
+ # variations: [
22173
+ # {
22174
+ # plain_text_message: {
22175
+ # value: "PlainTextMessageValue", # required
22176
+ # },
22177
+ # custom_payload: {
22178
+ # value: "CustomPayloadValue", # required
22179
+ # },
22180
+ # ssml_message: {
22181
+ # value: "SSMLMessageValue", # required
22182
+ # },
22183
+ # image_response_card: {
22184
+ # title: "AttachmentTitle", # required
22185
+ # subtitle: "AttachmentTitle",
22186
+ # image_url: "AttachmentUrl",
22187
+ # buttons: [
22188
+ # {
22189
+ # text: "ButtonText", # required
22190
+ # value: "ButtonValue", # required
22191
+ # },
22192
+ # ],
22193
+ # },
22194
+ # },
22195
+ # ],
22196
+ # },
22197
+ # ],
22198
+ # allow_interrupt: false,
22199
+ # },
22200
+ # still_waiting_response: {
22201
+ # message_groups: [ # required
22202
+ # {
22203
+ # message: { # required
22204
+ # plain_text_message: {
22205
+ # value: "PlainTextMessageValue", # required
22206
+ # },
22207
+ # custom_payload: {
22208
+ # value: "CustomPayloadValue", # required
22209
+ # },
22210
+ # ssml_message: {
22211
+ # value: "SSMLMessageValue", # required
22212
+ # },
22213
+ # image_response_card: {
22214
+ # title: "AttachmentTitle", # required
22215
+ # subtitle: "AttachmentTitle",
22216
+ # image_url: "AttachmentUrl",
22217
+ # buttons: [
22218
+ # {
22219
+ # text: "ButtonText", # required
22220
+ # value: "ButtonValue", # required
22221
+ # },
22222
+ # ],
22223
+ # },
22224
+ # },
22225
+ # variations: [
22226
+ # {
22227
+ # plain_text_message: {
22228
+ # value: "PlainTextMessageValue", # required
22229
+ # },
22230
+ # custom_payload: {
22231
+ # value: "CustomPayloadValue", # required
22232
+ # },
22233
+ # ssml_message: {
22234
+ # value: "SSMLMessageValue", # required
22235
+ # },
22236
+ # image_response_card: {
22237
+ # title: "AttachmentTitle", # required
22238
+ # subtitle: "AttachmentTitle",
22239
+ # image_url: "AttachmentUrl",
22240
+ # buttons: [
22241
+ # {
22242
+ # text: "ButtonText", # required
22243
+ # value: "ButtonValue", # required
22244
+ # },
22245
+ # ],
22246
+ # },
22247
+ # },
22248
+ # ],
22249
+ # },
22250
+ # ],
22251
+ # frequency_in_seconds: 1, # required
22252
+ # timeout_in_seconds: 1, # required
22253
+ # allow_interrupt: false,
22254
+ # },
22255
+ # active: false,
22256
+ # },
22257
+ # },
22258
+ # },
22259
+ # },
22260
+ # },
21311
22261
  # })
21312
22262
  #
21313
22263
  # @example Response structure
@@ -21342,6 +22292,18 @@ module Aws::LexModelsV2
21342
22292
  # resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
21343
22293
  # resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
21344
22294
  # resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
22295
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
22296
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
22297
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
22298
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
22299
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
22300
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
22301
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
22302
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
22303
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
22304
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
22305
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
22306
+ # resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
21345
22307
  # resp.value_elicitation_setting.sample_utterances #=> Array
21346
22308
  # resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
21347
22309
  # resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
@@ -21923,6 +22885,114 @@ module Aws::LexModelsV2
21923
22885
  # resp.creation_date_time #=> Time
21924
22886
  # resp.last_updated_date_time #=> Time
21925
22887
  # resp.multiple_values_setting.allow_multiple_values #=> Boolean
22888
+ # resp.sub_slot_setting.expression #=> String
22889
+ # resp.sub_slot_setting.slot_specifications #=> Hash
22890
+ # resp.sub_slot_setting.slot_specifications["Name"].slot_type_id #=> String
22891
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list #=> Array
22892
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.default_value_specification.default_value_list[0].default_value #=> String
22893
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups #=> Array
22894
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.plain_text_message.value #=> String
22895
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.custom_payload.value #=> String
22896
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.ssml_message.value #=> String
22897
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.title #=> String
22898
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.subtitle #=> String
22899
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.image_url #=> String
22900
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons #=> Array
22901
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].text #=> String
22902
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].message.image_response_card.buttons[0].value #=> String
22903
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations #=> Array
22904
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].plain_text_message.value #=> String
22905
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].custom_payload.value #=> String
22906
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].ssml_message.value #=> String
22907
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.title #=> String
22908
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.subtitle #=> String
22909
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.image_url #=> String
22910
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons #=> Array
22911
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
22912
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
22913
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
22914
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
22915
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
22916
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
22917
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
22918
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
22919
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
22920
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
22921
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
22922
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
22923
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
22924
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
22925
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
22926
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
22927
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
22928
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
22929
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
22930
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
22931
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.plain_text_message.value #=> String
22932
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.custom_payload.value #=> String
22933
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.ssml_message.value #=> String
22934
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.title #=> String
22935
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
22936
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.image_url #=> String
22937
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
22938
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
22939
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
22940
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations #=> Array
22941
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
22942
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
22943
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
22944
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
22945
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
22946
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
22947
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
22948
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
22949
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
22950
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.allow_interrupt #=> Boolean
22951
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups #=> Array
22952
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.plain_text_message.value #=> String
22953
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.custom_payload.value #=> String
22954
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.ssml_message.value #=> String
22955
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.title #=> String
22956
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.subtitle #=> String
22957
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.image_url #=> String
22958
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons #=> Array
22959
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
22960
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
22961
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations #=> Array
22962
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].plain_text_message.value #=> String
22963
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].custom_payload.value #=> String
22964
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].ssml_message.value #=> String
22965
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.title #=> String
22966
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
22967
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.image_url #=> String
22968
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
22969
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
22970
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
22971
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.continue_response.allow_interrupt #=> Boolean
22972
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups #=> Array
22973
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.plain_text_message.value #=> String
22974
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.custom_payload.value #=> String
22975
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.ssml_message.value #=> String
22976
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.title #=> String
22977
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.subtitle #=> String
22978
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.image_url #=> String
22979
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons #=> Array
22980
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].text #=> String
22981
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].message.image_response_card.buttons[0].value #=> String
22982
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations #=> Array
22983
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].plain_text_message.value #=> String
22984
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].custom_payload.value #=> String
22985
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].ssml_message.value #=> String
22986
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.title #=> String
22987
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.subtitle #=> String
22988
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.image_url #=> String
22989
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons #=> Array
22990
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].text #=> String
22991
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.message_groups[0].variations[0].image_response_card.buttons[0].value #=> String
22992
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.frequency_in_seconds #=> Integer
22993
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.timeout_in_seconds #=> Integer
22994
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.still_waiting_response.allow_interrupt #=> Boolean
22995
+ # resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.active #=> Boolean
21926
22996
  #
21927
22997
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/UpdateSlot AWS API Documentation
21928
22998
  #
@@ -21975,6 +23045,9 @@ module Aws::LexModelsV2
21975
23045
  # Provides information about the external source of the slot type's
21976
23046
  # definition.
21977
23047
  #
23048
+ # @option params [Types::CompositeSlotTypeSetting] :composite_slot_type_setting
23049
+ # Specifications for a composite slot type.
23050
+ #
21978
23051
  # @return [Types::UpdateSlotTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21979
23052
  #
21980
23053
  # * {Types::UpdateSlotTypeResponse#slot_type_id #slot_type_id} => String
@@ -21989,6 +23062,7 @@ module Aws::LexModelsV2
21989
23062
  # * {Types::UpdateSlotTypeResponse#creation_date_time #creation_date_time} => Time
21990
23063
  # * {Types::UpdateSlotTypeResponse#last_updated_date_time #last_updated_date_time} => Time
21991
23064
  # * {Types::UpdateSlotTypeResponse#external_source_setting #external_source_setting} => Types::ExternalSourceSetting
23065
+ # * {Types::UpdateSlotTypeResponse#composite_slot_type_setting #composite_slot_type_setting} => Types::CompositeSlotTypeSetting
21992
23066
  #
21993
23067
  # @example Request syntax with placeholder values
21994
23068
  #
@@ -22009,7 +23083,7 @@ module Aws::LexModelsV2
22009
23083
  # },
22010
23084
  # ],
22011
23085
  # value_selection_setting: {
22012
- # resolution_strategy: "OriginalValue", # required, accepts OriginalValue, TopResolution
23086
+ # resolution_strategy: "OriginalValue", # required, accepts OriginalValue, TopResolution, Concatenation
22013
23087
  # regex_filter: {
22014
23088
  # pattern: "RegexPattern", # required
22015
23089
  # },
@@ -22030,6 +23104,14 @@ module Aws::LexModelsV2
22030
23104
  # },
22031
23105
  # },
22032
23106
  # },
23107
+ # composite_slot_type_setting: {
23108
+ # sub_slots: [
23109
+ # {
23110
+ # name: "Name", # required
23111
+ # slot_type_id: "BuiltInOrCustomSlotTypeId", # required
23112
+ # },
23113
+ # ],
23114
+ # },
22033
23115
  # })
22034
23116
  #
22035
23117
  # @example Response structure
@@ -22041,7 +23123,7 @@ module Aws::LexModelsV2
22041
23123
  # resp.slot_type_values[0].sample_value.value #=> String
22042
23124
  # resp.slot_type_values[0].synonyms #=> Array
22043
23125
  # resp.slot_type_values[0].synonyms[0].value #=> String
22044
- # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution"
23126
+ # resp.value_selection_setting.resolution_strategy #=> String, one of "OriginalValue", "TopResolution", "Concatenation"
22045
23127
  # resp.value_selection_setting.regex_filter.pattern #=> String
22046
23128
  # resp.value_selection_setting.advanced_recognition_setting.audio_recognition_strategy #=> String, one of "UseSlotValuesAsCustomVocabulary"
22047
23129
  # resp.parent_slot_type_signature #=> String
@@ -22053,6 +23135,9 @@ module Aws::LexModelsV2
22053
23135
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_bucket_name #=> String
22054
23136
  # resp.external_source_setting.grammar_slot_type_setting.source.s3_object_key #=> String
22055
23137
  # resp.external_source_setting.grammar_slot_type_setting.source.kms_key_arn #=> String
23138
+ # resp.composite_slot_type_setting.sub_slots #=> Array
23139
+ # resp.composite_slot_type_setting.sub_slots[0].name #=> String
23140
+ # resp.composite_slot_type_setting.sub_slots[0].slot_type_id #=> String
22056
23141
  #
22057
23142
  # @see http://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/UpdateSlotType AWS API Documentation
22058
23143
  #
@@ -22076,7 +23161,7 @@ module Aws::LexModelsV2
22076
23161
  params: params,
22077
23162
  config: config)
22078
23163
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
22079
- context[:gem_version] = '1.26.0'
23164
+ context[:gem_version] = '1.28.0'
22080
23165
  Seahorse::Client::Request.new(handlers, context)
22081
23166
  end
22082
23167