|
2242 | 2242 | "smithy.api#pattern": "^s3://([a-z0-9\\\\.-]+)/(.+)$" |
2243 | 2243 | } |
2244 | 2244 | }, |
| 2245 | + "com.amazonaws.lexmodelsv2#AudioFillerDelayInMilliseconds": { |
| 2246 | + "type": "integer" |
| 2247 | + }, |
| 2248 | + "com.amazonaws.lexmodelsv2#AudioFillerDeliveryDelayInMilliseconds": { |
| 2249 | + "type": "integer" |
| 2250 | + }, |
| 2251 | + "com.amazonaws.lexmodelsv2#AudioFillerDurationInMilliseconds": { |
| 2252 | + "type": "integer" |
| 2253 | + }, |
| 2254 | + "com.amazonaws.lexmodelsv2#AudioFillerSettings": { |
| 2255 | + "type": "structure", |
| 2256 | + "members": { |
| 2257 | + "enabled": { |
| 2258 | + "target": "com.amazonaws.lexmodelsv2#Boolean", |
| 2259 | + "traits": { |
| 2260 | + "smithy.api#default": false, |
| 2261 | + "smithy.api#documentation": "<p>Specifies whether audio filler playback is enabled for the bot locale.\n Set to <code>true</code> to play filler audio while Amazon Lex processes a\n user utterance. Set to <code>false</code> to disable filler audio.</p>" |
| 2262 | + } |
| 2263 | + }, |
| 2264 | + "audioType": { |
| 2265 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerType", |
| 2266 | + "traits": { |
| 2267 | + "smithy.api#documentation": "<p>The identifier of the audio filler to play while Amazon Lex processes the\n user's input. This field is required when <code>enabled</code> is\n <code>true</code>.</p>" |
| 2268 | + } |
| 2269 | + }, |
| 2270 | + "startDelayInMilliseconds": { |
| 2271 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerDelayInMilliseconds", |
| 2272 | + "traits": { |
| 2273 | + "smithy.api#documentation": "<p>The time, in milliseconds, to wait after the end of the user's\n utterance before starting audio filler playback. Valid range is\n <code>500</code> to <code>5000</code> milliseconds. If not specified,\n Amazon Lex uses a default of <code>2500</code> milliseconds.</p>" |
| 2274 | + } |
| 2275 | + }, |
| 2276 | + "minimumPlayDurationInMilliseconds": { |
| 2277 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerDurationInMilliseconds", |
| 2278 | + "traits": { |
| 2279 | + "smithy.api#documentation": "<p>The minimum time, in milliseconds, that audio filler plays once it\n has started, even if the bot response becomes ready sooner. Valid range\n is <code>1000</code> to <code>5000</code> milliseconds. If not\n specified, Amazon Lex uses a default of <code>3000</code>\n milliseconds.</p>" |
| 2280 | + } |
| 2281 | + }, |
| 2282 | + "responseDeliveryDelayInMilliseconds": { |
| 2283 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerDeliveryDelayInMilliseconds", |
| 2284 | + "traits": { |
| 2285 | + "smithy.api#documentation": "<p>The silent delay, in milliseconds, inserted between the end of audio\n filler playback and the start of the bot's response. Valid range is\n <code>200</code> to <code>1000</code> milliseconds. If not specified,\n Amazon Lex uses a default of <code>500</code> milliseconds.</p>" |
| 2286 | + } |
| 2287 | + } |
| 2288 | + }, |
| 2289 | + "traits": { |
| 2290 | + "smithy.api#documentation": "<p>Configuration that plays background filler audio during speech-to-speech\n interactions to mask processing delays and improve the perceived\n responsiveness of the bot.</p>\n <p>Audio filler requires <code>unifiedSpeechSettings</code> (speech-to-speech)\n to be enabled on the bot locale when <code>enabled</code> is\n <code>true</code>.</p>" |
| 2291 | + } |
| 2292 | + }, |
| 2293 | + "com.amazonaws.lexmodelsv2#AudioFillerType": { |
| 2294 | + "type": "enum", |
| 2295 | + "members": { |
| 2296 | + "MELODY_CHIPPER_CHIME": { |
| 2297 | + "target": "smithy.api#Unit", |
| 2298 | + "traits": { |
| 2299 | + "smithy.api#enumValue": "MELODY_CHIPPER_CHIME" |
| 2300 | + } |
| 2301 | + }, |
| 2302 | + "MELODY_CURIOUS_CRAWL": { |
| 2303 | + "target": "smithy.api#Unit", |
| 2304 | + "traits": { |
| 2305 | + "smithy.api#enumValue": "MELODY_CURIOUS_CRAWL" |
| 2306 | + } |
| 2307 | + }, |
| 2308 | + "MELODY_RISING_RIPPLE": { |
| 2309 | + "target": "smithy.api#Unit", |
| 2310 | + "traits": { |
| 2311 | + "smithy.api#enumValue": "MELODY_RISING_RIPPLE" |
| 2312 | + } |
| 2313 | + }, |
| 2314 | + "MELODY_PATIENT_PING": { |
| 2315 | + "target": "smithy.api#Unit", |
| 2316 | + "traits": { |
| 2317 | + "smithy.api#enumValue": "MELODY_PATIENT_PING" |
| 2318 | + } |
| 2319 | + }, |
| 2320 | + "MELODY_PONDERING_PONG": { |
| 2321 | + "target": "smithy.api#Unit", |
| 2322 | + "traits": { |
| 2323 | + "smithy.api#enumValue": "MELODY_PONDERING_PONG" |
| 2324 | + } |
| 2325 | + }, |
| 2326 | + "TYPING_KINETIC_KEYS": { |
| 2327 | + "target": "smithy.api#Unit", |
| 2328 | + "traits": { |
| 2329 | + "smithy.api#enumValue": "TYPING_KINETIC_KEYS" |
| 2330 | + } |
| 2331 | + }, |
| 2332 | + "TYPING_QUIET_QWERTY": { |
| 2333 | + "target": "smithy.api#Unit", |
| 2334 | + "traits": { |
| 2335 | + "smithy.api#enumValue": "TYPING_QUIET_QWERTY" |
| 2336 | + } |
| 2337 | + } |
| 2338 | + }, |
| 2339 | + "traits": { |
| 2340 | + "smithy.api#documentation": "<p>The audio filler identifier played during speech-to-speech\n interactions. Supported values include melody and typing variants such\n as <code>MELODY_CHIPPER_CHIME</code>, <code>MELODY_CURIOUS_CRAWL</code>,\n <code>MELODY_RISING_RIPPLE</code>, <code>MELODY_PATIENT_PING</code>,\n <code>MELODY_PONDERING_PONG</code>, <code>TYPING_KINETIC_KEYS</code>,\n and <code>TYPING_QUIET_QWERTY</code>.</p>", |
| 2341 | + "smithy.api#length": { |
| 2342 | + "min": 1, |
| 2343 | + "max": 64 |
| 2344 | + } |
| 2345 | + } |
| 2346 | + }, |
2245 | 2347 | "com.amazonaws.lexmodelsv2#AudioLogDestination": { |
2246 | 2348 | "type": "structure", |
2247 | 2349 | "members": { |
|
3562 | 3664 | "traits": { |
3563 | 3665 | "smithy.api#documentation": "<p>Unified speech settings to apply when importing the bot locale configuration.</p>" |
3564 | 3666 | } |
| 3667 | + }, |
| 3668 | + "audioFillerSettings": { |
| 3669 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 3670 | + "traits": { |
| 3671 | + "smithy.api#documentation": "<p>Audio filler settings to apply when importing the bot locale\n configuration. Audio filler requires <code>unifiedSpeechSettings</code>\n (speech-to-speech) to be enabled when <code>enabled</code> is\n <code>true</code>.</p>" |
| 3672 | + } |
3565 | 3673 | } |
3566 | 3674 | }, |
3567 | 3675 | "traits": { |
|
5523 | 5631 | "smithy.api#documentation": "<p>Unified speech settings to configure for the new bot locale.</p>" |
5524 | 5632 | } |
5525 | 5633 | }, |
| 5634 | + "audioFillerSettings": { |
| 5635 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 5636 | + "traits": { |
| 5637 | + "smithy.api#documentation": "<p>Audio filler settings to configure for the new bot locale. When\n enabled, Amazon Lex plays a brief background audio filler during\n speech-to-speech interactions to mask processing delays. Requires\n <code>unifiedSpeechSettings</code> (speech-to-speech) to be configured\n on the bot locale.</p>" |
| 5638 | + } |
| 5639 | + }, |
5526 | 5640 | "speechRecognitionSettings": { |
5527 | 5641 | "target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings", |
5528 | 5642 | "traits": { |
|
5594 | 5708 | "smithy.api#documentation": "<p>The unified speech settings configured for the created bot locale.</p>" |
5595 | 5709 | } |
5596 | 5710 | }, |
| 5711 | + "audioFillerSettings": { |
| 5712 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 5713 | + "traits": { |
| 5714 | + "smithy.api#documentation": "<p>The audio filler settings configured for the created bot locale.</p>" |
| 5715 | + } |
| 5716 | + }, |
5597 | 5717 | "speechRecognitionSettings": { |
5598 | 5718 | "target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings", |
5599 | 5719 | "traits": { |
|
9436 | 9556 | "smithy.api#documentation": "<p>The unified speech settings configured for the bot locale.</p>" |
9437 | 9557 | } |
9438 | 9558 | }, |
| 9559 | + "audioFillerSettings": { |
| 9560 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 9561 | + "traits": { |
| 9562 | + "smithy.api#documentation": "<p>The audio filler settings configured for the bot locale.</p>" |
| 9563 | + } |
| 9564 | + }, |
9439 | 9565 | "speechRecognitionSettings": { |
9440 | 9566 | "target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings", |
9441 | 9567 | "traits": { |
|
24153 | 24279 | "smithy.api#documentation": "<p>Updated unified speech settings to apply to the bot locale.</p>" |
24154 | 24280 | } |
24155 | 24281 | }, |
| 24282 | + "audioFillerSettings": { |
| 24283 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 24284 | + "traits": { |
| 24285 | + "smithy.api#documentation": "<p>Updated audio filler settings to apply to the bot locale. When\n enabled, requires <code>unifiedSpeechSettings</code> (speech-to-speech)\n to be configured on the bot locale.</p>" |
| 24286 | + } |
| 24287 | + }, |
24156 | 24288 | "speechRecognitionSettings": { |
24157 | 24289 | "target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings", |
24158 | 24290 | "traits": { |
|
24227 | 24359 | "smithy.api#documentation": "<p>The updated unified speech settings for the bot locale.</p>" |
24228 | 24360 | } |
24229 | 24361 | }, |
| 24362 | + "audioFillerSettings": { |
| 24363 | + "target": "com.amazonaws.lexmodelsv2#AudioFillerSettings", |
| 24364 | + "traits": { |
| 24365 | + "smithy.api#documentation": "<p>The updated audio filler settings for the bot locale.</p>" |
| 24366 | + } |
| 24367 | + }, |
24230 | 24368 | "speechRecognitionSettings": { |
24231 | 24369 | "target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings", |
24232 | 24370 | "traits": { |
|
0 commit comments