Updates the settings for a slot.
put/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/
Path parameters
slotIdstring required
The unique identifier for the slot to update.
botIdstring required
The unique identifier of the bot that contains the slot.
botVersionstring required
The version of the bot that contains the slot. Must always be <code>DRAFT</code>.
localeIdstring required
The identifier of the language and locale that contains the slot. The string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.
intentIdstring required
The identifier of the intent that contains the slot.
Request body
Response
Success