|
1327 | 1327 | "members":{
|
1328 | 1328 | "transcript":{
|
1329 | 1329 | "shape":"Transcript",
|
1330 |
| - "documentation":"<p>The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lex/latest/dg/designing-output-format.html\">Output transcript format</a>.</p>" |
| 1330 | + "documentation":"<p>The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html\">Output transcript format</a>.</p>" |
1331 | 1331 | }
|
1332 | 1332 | },
|
1333 | 1333 | "documentation":"<p>The object containing information that associates the recommended intent/slot type with a conversation.</p>"
|
|
1814 | 1814 | "documentation":"<p>The statistical summary of the bot recommendation results.</p>"
|
1815 | 1815 | }
|
1816 | 1816 | },
|
1817 |
| - "documentation":"<p>The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.</p>" |
| 1817 | + "documentation":"<p>The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.</p>" |
1818 | 1818 | },
|
1819 | 1819 | "BotRecommendationStatus":{
|
1820 | 1820 | "type":"string",
|
|
2629 | 2629 | },
|
2630 | 2630 | "exportStatus":{
|
2631 | 2631 | "shape":"ExportStatus",
|
2632 |
| - "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>" |
| 2632 | + "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/lexv2/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>" |
2633 | 2633 | },
|
2634 | 2634 | "creationDateTime":{
|
2635 | 2635 | "shape":"Timestamp",
|
|
6204 | 6204 | "max":5,
|
6205 | 6205 | "min":1
|
6206 | 6206 | },
|
| 6207 | + "MessageSelectionStrategy":{ |
| 6208 | + "type":"string", |
| 6209 | + "enum":[ |
| 6210 | + "Random", |
| 6211 | + "Ordered" |
| 6212 | + ] |
| 6213 | + }, |
6207 | 6214 | "MessageVariationsList":{
|
6208 | 6215 | "type":"list",
|
6209 | 6216 | "member":{"shape":"Message"},
|
|
6413 | 6420 | "allowInterrupt":{
|
6414 | 6421 | "shape":"BoxedBoolean",
|
6415 | 6422 | "documentation":"<p>Indicates whether the user can interrupt a speech prompt from the bot.</p>"
|
| 6423 | + }, |
| 6424 | + "messageSelectionStrategy":{ |
| 6425 | + "shape":"MessageSelectionStrategy", |
| 6426 | + "documentation":"<p>Indicates how a message is selected from a message group among retries.</p>" |
6416 | 6427 | }
|
6417 | 6428 | },
|
6418 | 6429 | "documentation":"<p>Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.</p>"
|
|
0 commit comments