Starts a request for the descriptive bot builder to generate a bot locale configuration based on the prompt you provide it. After you make this call, use the <code>DescribeBotResourceGeneration</code> operation to check on the status of the generation and for the <code>generatedBotLocaleUrl</code> when the generation is complete. Use that value to retrieve the Amazon S3 object containing the bot locale configuration. You can then modify and import this configuration.
put/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/startgeneration
Path parameters
botIdstring required
The unique identifier of the bot for which to generate intents and slot types.
botVersionstring required
The version of the bot for which to generate intents and slot types.
localeIdstring required
The locale of the bot for which to generate intents and slot types.
Request body
Response
Success