|
183 | 183 | {"shape":"InternalServerException"},
|
184 | 184 | {"shape":"ThrottlingException"}
|
185 | 185 | ],
|
186 |
| - "documentation":"<p>Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created.</p> <p>You can create a resource policy statement that allows cross-account access.</p>" |
| 186 | + "documentation":"<p>Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created.</p> <p>You can't create a resource policy statement that allows cross-account access.</p>" |
187 | 187 | },
|
188 | 188 | "CreateSlot":{
|
189 | 189 | "name":"CreateSlot",
|
|
946 | 946 | {"shape":"ConflictException"},
|
947 | 947 | {"shape":"InternalServerException"}
|
948 | 948 | ],
|
949 |
| - "documentation":"<p>Updates the password used to encrypt an export zip archive.</p>" |
| 949 | + "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>" |
950 | 950 | },
|
951 | 951 | "UpdateIntent":{
|
952 | 952 | "name":"UpdateIntent",
|
|
2507 | 2507 | "documentation":"<p>The identifier of the intent that contains the slot.</p>",
|
2508 | 2508 | "location":"uri",
|
2509 | 2509 | "locationName":"intentId"
|
| 2510 | + }, |
| 2511 | + "multipleValuesSetting":{ |
| 2512 | + "shape":"MultipleValuesSetting", |
| 2513 | + "documentation":"<p>Indicates whether the slot returns multiple values in one response. Multi-value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>. </p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>" |
2510 | 2514 | }
|
2511 | 2515 | }
|
2512 | 2516 | },
|
|
2556 | 2560 | "creationDateTime":{
|
2557 | 2561 | "shape":"Timestamp",
|
2558 | 2562 | "documentation":"<p>The timestamp of the date and time that the slot was created.</p>"
|
| 2563 | + }, |
| 2564 | + "multipleValuesSetting":{ |
| 2565 | + "shape":"MultipleValuesSetting", |
| 2566 | + "documentation":"<p>Indicates whether the slot returns multiple values in one response.</p>" |
2559 | 2567 | }
|
2560 | 2568 | }
|
2561 | 2569 | },
|
|
3724 | 3732 | "lastUpdatedDateTime":{
|
3725 | 3733 | "shape":"Timestamp",
|
3726 | 3734 | "documentation":"<p>A timestamp of the date and time that the slot was last updated.</p>"
|
| 3735 | + }, |
| 3736 | + "multipleValuesSetting":{ |
| 3737 | + "shape":"MultipleValuesSetting", |
| 3738 | + "documentation":"<p>Indicates whether the slot accepts multiple values in a single utterance.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>" |
3727 | 3739 | }
|
3728 | 3740 | }
|
3729 | 3741 | },
|
|
5030 | 5042 | "max":2,
|
5031 | 5043 | "min":0
|
5032 | 5044 | },
|
| 5045 | + "MultipleValuesSetting":{ |
| 5046 | + "type":"structure", |
| 5047 | + "members":{ |
| 5048 | + "allowMultipleValues":{ |
| 5049 | + "shape":"Boolean", |
| 5050 | + "documentation":"<p>Indicates whether a slot can return multiple values. When <code>true</code>, the slot may return more than one value in a response. When <code>false</code>, the slot returns only a single value.</p> <p>Multi-value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</p> <p>If the <code>allowMutlipleValues</code> is not set, the default value is <code>false</code>.</p>" |
| 5051 | + } |
| 5052 | + }, |
| 5053 | + "documentation":"<p>Indicates whether a slot can return multiple values.</p>" |
| 5054 | + }, |
5033 | 5055 | "Name":{
|
5034 | 5056 | "type":"string",
|
5035 | 5057 | "max":100,
|
|
6463 | 6485 | "documentation":"<p>The identifier of the intent that contains the slot.</p>",
|
6464 | 6486 | "location":"uri",
|
6465 | 6487 | "locationName":"intentId"
|
| 6488 | + }, |
| 6489 | + "multipleValuesSetting":{ |
| 6490 | + "shape":"MultipleValuesSetting", |
| 6491 | + "documentation":"<p>Determines whether the slot accepts multiple values in one response. Multiple value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>" |
6466 | 6492 | }
|
6467 | 6493 | }
|
6468 | 6494 | },
|
|
6516 | 6542 | "lastUpdatedDateTime":{
|
6517 | 6543 | "shape":"Timestamp",
|
6518 | 6544 | "documentation":"<p>The timestamp of the date and time that the slot was last updated.</p>"
|
| 6545 | + }, |
| 6546 | + "multipleValuesSetting":{ |
| 6547 | + "shape":"MultipleValuesSetting", |
| 6548 | + "documentation":"<p>Indicates whether the slot accepts multiple values in one response.</p>" |
6519 | 6549 | }
|
6520 | 6550 | }
|
6521 | 6551 | },
|
|
0 commit comments