|
315 | 315 | {"shape":"PreconditionFailedException"},
|
316 | 316 | {"shape":"InternalServerException"}
|
317 | 317 | ],
|
318 |
| - "documentation":"<p>Deletes a specific version of a bot. To delete all version of a bot, use the <a>DeleteBot</a> operation.</p>" |
| 318 | + "documentation":"<p>Deletes a specific version of a bot. To delete all version of a bot, use the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DeleteBot.html\">DeleteBot</a> operation.</p>" |
319 | 319 | },
|
320 | 320 | "DeleteExport":{
|
321 | 321 | "name":"DeleteExport",
|
|
455 | 455 | {"shape":"ThrottlingException"},
|
456 | 456 | {"shape":"InternalServerException"}
|
457 | 457 | ],
|
458 |
| - "documentation":"<p>Deletes stored utterances.</p> <p>Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..</p> <p>Use the <code>DeleteUtterances</code> operation to manually delete utterances for a specific session. When you use the <code>DeleteUtterances</code> operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the <code>ListAggregatedUtterances</code> operation are deleted after 15 days.</p>" |
| 458 | + "documentation":"<p>Deletes stored utterances.</p> <p>Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListAggregatedUtterances.html\">ListAggregatedUtterances</a> operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input..</p> <p>Use the <code>DeleteUtterances</code> operation to manually delete utterances for a specific session. When you use the <code>DeleteUtterances</code> operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the <code>ListAggregatedUtterances</code> operation are deleted after 15 days.</p>" |
459 | 459 | },
|
460 | 460 | "DescribeBot":{
|
461 | 461 | "name":"DescribeBot",
|
|
733 | 733 | {"shape":"ValidationException"},
|
734 | 734 | {"shape":"InternalServerException"}
|
735 | 735 | ],
|
736 |
| - "documentation":"<p>Gets a list of built-in intents provided by Amazon Lex that you can use in your bot. </p> <p>To use a built-in intent as a the base for your own intent, include the built-in intent signature in the <code>parentIntentSignature</code> parameter when you call the <code>CreateIntent</code> operation. For more information, see <a>CreateIntent</a>.</p>" |
| 736 | + "documentation":"<p>Gets a list of built-in intents provided by Amazon Lex that you can use in your bot. </p> <p>To use a built-in intent as a the base for your own intent, include the built-in intent signature in the <code>parentIntentSignature</code> parameter when you call the <code>CreateIntent</code> operation. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateIntent.html\">CreateIntent</a>.</p>" |
737 | 737 | },
|
738 | 738 | "ListBuiltInSlotTypes":{
|
739 | 739 | "name":"ListBuiltInSlotTypes",
|
|
979 | 979 | {"shape":"ConflictException"},
|
980 | 980 | {"shape":"InternalServerException"}
|
981 | 981 | ],
|
982 |
| - "documentation":"<p>Updates the password used to protect an export zip archive.</p> <p>The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the operation.</p>" |
| 982 | + "documentation":"<p>Updates the password used to protect an export zip archive.</p> <p>The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation.</p>" |
983 | 983 | },
|
984 | 984 | "UpdateIntent":{
|
985 | 985 | "name":"UpdateIntent",
|
|
1179 | 1179 | "members":{
|
1180 | 1180 | "s3Bucket":{
|
1181 | 1181 | "shape":"S3BucketLogDestination",
|
1182 |
| - "documentation":"<p>The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the <code>roleArn</code> parameter of the <a>CreateBot</a> operation must have permission to write to this bucket.</p>" |
| 1182 | + "documentation":"<p>The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the <code>roleArn</code> parameter of the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateBot.html\">CreateBot</a> operation must have permission to write to this bucket.</p>" |
1183 | 1183 | }
|
1184 | 1184 | },
|
1185 | 1185 | "documentation":"<p>The location of audio log files collected when conversation logging is enabled for a bot.</p>"
|
|
1269 | 1269 | "members":{
|
1270 | 1270 | "botAliasId":{
|
1271 | 1271 | "shape":"BotAliasId",
|
1272 |
| - "documentation":"<p>The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the <a>DescribeBotAlias</a> operation.</p>" |
| 1272 | + "documentation":"<p>The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeBotAlias.html\">DescribeBotAlias</a> operation.</p>" |
1273 | 1273 | },
|
1274 | 1274 | "botAliasName":{
|
1275 | 1275 | "shape":"Name",
|
|
1296 | 1296 | "documentation":"<p>A timestamp of the date and time that the bot alias was last updated.</p>"
|
1297 | 1297 | }
|
1298 | 1298 | },
|
1299 |
| - "documentation":"<p>Summary information about bot aliases returned from the <a>ListBotAliases</a> operation.</p>" |
| 1299 | + "documentation":"<p>Summary information about bot aliases returned from the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBotAliases.html\">ListBotAliases</a> operation.</p>" |
1300 | 1300 | },
|
1301 | 1301 | "BotAliasSummaryList":{
|
1302 | 1302 | "type":"list",
|
|
1569 | 1569 | "documentation":"<p>A timestamp of the date and time that the bot locale was last built.</p>"
|
1570 | 1570 | }
|
1571 | 1571 | },
|
1572 |
| - "documentation":"<p>Summary information about bot locales returned by the <a>ListBotLocales</a> operation.</p>" |
| 1572 | + "documentation":"<p>Summary information about bot locales returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBotLocales.html\">ListBotLocales</a> operation.</p>" |
1573 | 1573 | },
|
1574 | 1574 | "BotLocaleSummaryList":{
|
1575 | 1575 | "type":"list",
|
|
1614 | 1614 | "members":{
|
1615 | 1615 | "botId":{
|
1616 | 1616 | "shape":"Id",
|
1617 |
| - "documentation":"<p>The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the <a>DescribeBot</a> operation.</p>" |
| 1617 | + "documentation":"<p>The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeBot.html\">DescribeBot</a> operation.</p>" |
1618 | 1618 | },
|
1619 | 1619 | "botName":{
|
1620 | 1620 | "shape":"Name",
|
|
1637 | 1637 | "documentation":"<p>The date and time that the bot was last updated.</p>"
|
1638 | 1638 | }
|
1639 | 1639 | },
|
1640 |
| - "documentation":"<p>Summary information about a bot returned by the <a>ListBots</a> operation.</p>" |
| 1640 | + "documentation":"<p>Summary information about a bot returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBots.html\">ListBots</a> operation.</p>" |
1641 | 1641 | },
|
1642 | 1642 | "BotSummaryList":{
|
1643 | 1643 | "type":"list",
|
|
1712 | 1712 | "documentation":"<p>A timestamp of the date and time that the version was created.</p>"
|
1713 | 1713 | }
|
1714 | 1714 | },
|
1715 |
| - "documentation":"<p>Summary information about a bot version returned by the <a>ListBotVersions</a> operation.</p>" |
| 1715 | + "documentation":"<p>Summary information about a bot version returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBotVersions.html\">ListBotVersions</a> operation.</p>" |
1716 | 1716 | },
|
1717 | 1717 | "BotVersionSummaryList":{
|
1718 | 1718 | "type":"list",
|
|
1732 | 1732 | "members":{
|
1733 | 1733 | "botId":{
|
1734 | 1734 | "shape":"Id",
|
1735 |
| - "documentation":"<p>The identifier of the bot to build. The identifier is returned in the response from the operation.</p>", |
| 1735 | + "documentation":"<p>The identifier of the bot to build. The identifier is returned in the response from the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateBot.html\">CreateBot</a> operation.</p>", |
1736 | 1736 | "location":"uri",
|
1737 | 1737 | "locationName":"botId"
|
1738 | 1738 | },
|
|
1809 | 1809 | "documentation":"<p>The description of the intent.</p>"
|
1810 | 1810 | }
|
1811 | 1811 | },
|
1812 |
| - "documentation":"<p>Provides summary information about a built-in intent for the <a>ListBuiltInIntents</a> operation.</p>" |
| 1812 | + "documentation":"<p>Provides summary information about a built-in intent for the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBuiltInIntents.html\"> ListBuiltInIntents </a> operation.</p>" |
1813 | 1813 | },
|
1814 | 1814 | "BuiltInIntentSummaryList":{
|
1815 | 1815 | "type":"list",
|
|
1855 | 1855 | "documentation":"<p>The description of the built-in slot type.</p>"
|
1856 | 1856 | }
|
1857 | 1857 | },
|
1858 |
| - "documentation":"<p>Provides summary information about a built-in slot type for the <a>ListBuiltInSlotTypes</a> operation.</p>" |
| 1858 | + "documentation":"<p>Provides summary information about a built-in slot type for the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListBuiltInSlotTypes.html\"> ListBuiltInSlotTypes </a> operation.</p>" |
1859 | 1859 | },
|
1860 | 1860 | "BuiltInSlotTypeSummaryList":{
|
1861 | 1861 | "type":"list",
|
|
2022 | 2022 | },
|
2023 | 2023 | "botVersion":{
|
2024 | 2024 | "shape":"NumericalBotVersion",
|
2025 |
| - "documentation":"<p>The version of the bot that this alias points to. You can use the operation to change the bot version associated with the alias.</p>" |
| 2025 | + "documentation":"<p>The version of the bot that this alias points to. You can use the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_UpdateBotAlias.html\">UpdateBotAlias</a> operation to change the bot version associated with the alias.</p>" |
2026 | 2026 | },
|
2027 | 2027 | "botAliasLocaleSettings":{
|
2028 | 2028 | "shape":"BotAliasLocaleSettingsMap",
|
|
2345 | 2345 | },
|
2346 | 2346 | "exportStatus":{
|
2347 | 2347 | "shape":"ExportStatus",
|
2348 |
| - "documentation":"<p>The status of the export. When the status is <code>Completed</code>, you can use the operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>" |
| 2348 | + "documentation":"<p>The status of the export. When the status is <code>Completed</code>, you can use the <a href=\"https://docs.aws.amazon.com/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>" |
2349 | 2349 | },
|
2350 | 2350 | "creationDateTime":{
|
2351 | 2351 | "shape":"Timestamp",
|
|
2804 | 2804 | "members":{
|
2805 | 2805 | "importId":{
|
2806 | 2806 | "shape":"Id",
|
2807 |
| - "documentation":"<p>An identifier for a unique import job. Use it when you call the operation.</p>" |
| 2807 | + "documentation":"<p>An identifier for a unique import job. Use it when you call the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_StartImport.html\">StartImport</a> operation.</p>" |
2808 | 2808 | },
|
2809 | 2809 | "uploadUrl":{
|
2810 | 2810 | "shape":"PresignedS3Url",
|
|
3028 | 3028 | },
|
3029 | 3029 | "exportStatus":{
|
3030 | 3030 | "shape":"ExportStatus",
|
3031 |
| - "documentation":"<p>The current status of the deletion. When the deletion is complete, the export will no longer be returned by the operation and calls to the with the export identifier will fail.</p>" |
| 3031 | + "documentation":"<p>The current status of the deletion. When the deletion is complete, the export will no longer be returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListExports.html\">ListExports</a> operation and calls to the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html\"> DescribeExport</a> operation with the export identifier will fail.</p>" |
3032 | 3032 | }
|
3033 | 3033 | }
|
3034 | 3034 | },
|
|
3053 | 3053 | },
|
3054 | 3054 | "importStatus":{
|
3055 | 3055 | "shape":"ImportStatus",
|
3056 |
| - "documentation":"<p>The current status of the deletion. When the deletion is complete, the import will no longer be returned by the operation and calls to the with the import identifier will fail.</p>" |
| 3056 | + "documentation":"<p>The current status of the deletion. When the deletion is complete, the import will no longer be returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListImports.html\">ListImports</a> operation and calls to the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeImport.html\">DescribeImport</a> operation with the import identifier will fail.</p>" |
3057 | 3057 | }
|
3058 | 3058 | }
|
3059 | 3059 | },
|
|
3264 | 3264 | },
|
3265 | 3265 | "sessionId":{
|
3266 | 3266 | "shape":"SessionId",
|
3267 |
| - "documentation":"<p>The unique identifier of the session with the user. The ID is returned in the response from the and operations.</p>", |
| 3267 | + "documentation":"<p>The unique identifier of the session with the user. The ID is returned in the response from the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_RecognizeText.html\">RecognizeText</a> and <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_runtime_RecognizeUtterance.html\">RecognizeUtterance</a> operations.</p>", |
3268 | 3268 | "location":"querystring",
|
3269 | 3269 | "locationName":"sessionId"
|
3270 | 3270 | }
|
|
4035 | 4035 | "documentation":"<p>The operator to use for the filter. Specify EQ when the <code>ListExports</code> operation should return only resource types that equal the specified value. Specify CO when the <code>ListExports</code> operation should return resource types that contain the specified value.</p>"
|
4036 | 4036 | }
|
4037 | 4037 | },
|
4038 |
| - "documentation":"<p>Filters the response form the operation</p>" |
| 4038 | + "documentation":"<p>Filters the response form the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListExports.html\">ListExports</a> operation</p>" |
4039 | 4039 | },
|
4040 | 4040 | "ExportFilterName":{
|
4041 | 4041 | "type":"string",
|
|
4312 | 4312 | "documentation":"<p>The operator to use for the filter. Specify EQ when the <code>ListImports</code> operation should return only resource types that equal the specified value. Specify CO when the <code>ListImports</code> operation should return resource types that contain the specified value.</p>"
|
4313 | 4313 | }
|
4314 | 4314 | },
|
4315 |
| - "documentation":"<p>Filters the response from the operation.</p>" |
| 4315 | + "documentation":"<p>Filters the response from the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_ListImports.html\">ListImports</a> operation.</p>" |
4316 | 4316 | },
|
4317 | 4317 | "ImportFilterName":{
|
4318 | 4318 | "type":"string",
|
|
6104 | 6104 | "members":{
|
6105 | 6105 | "importId":{
|
6106 | 6106 | "shape":"Id",
|
6107 |
| - "documentation":"<p>The unique identifier for the import. It is included in the response from the operation.</p>" |
| 6107 | + "documentation":"<p>The unique identifier for the import. It is included in the response from the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateUploadUrl.html\">CreateUploadUrl</a> operation.</p>" |
6108 | 6108 | },
|
6109 | 6109 | "resourceSpecification":{
|
6110 | 6110 | "shape":"ImportResourceSpecification",
|
|
6512 | 6512 | "members":{
|
6513 | 6513 | "botId":{
|
6514 | 6514 | "shape":"Id",
|
6515 |
| - "documentation":"<p>The unique identifier of the bot to update. This identifier is returned by the <a>CreateBot</a> operation.</p>", |
| 6515 | + "documentation":"<p>The unique identifier of the bot to update. This identifier is returned by the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateBot.html\">CreateBot</a> operation.</p>", |
6516 | 6516 | "location":"uri",
|
6517 | 6517 | "locationName":"botId"
|
6518 | 6518 | },
|
|
7081 | 7081 | "max":140,
|
7082 | 7082 | "min":1
|
7083 | 7083 | },
|
| 7084 | + "VoiceEngine":{ |
| 7085 | + "type":"string", |
| 7086 | + "enum":[ |
| 7087 | + "standard", |
| 7088 | + "neural" |
| 7089 | + ] |
| 7090 | + }, |
7084 | 7091 | "VoiceId":{"type":"string"},
|
7085 | 7092 | "VoiceSettings":{
|
7086 | 7093 | "type":"structure",
|
|
7089 | 7096 | "voiceId":{
|
7090 | 7097 | "shape":"VoiceId",
|
7091 | 7098 | "documentation":"<p>The identifier of the Amazon Polly voice to use.</p>"
|
| 7099 | + }, |
| 7100 | + "engine":{ |
| 7101 | + "shape":"VoiceEngine", |
| 7102 | + "documentation":"<p>Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Voices in Amazon Polly</a>.</p>" |
7092 | 7103 | }
|
7093 | 7104 | },
|
7094 | 7105 | "documentation":"<p>Defines settings for using an Amazon Polly voice to communicate with a user.</p>"
|
|
0 commit comments