View source: R/lexmodelsv2_operations.R
lexmodelsv2_describe_bot_resource_generation | R Documentation |
Returns information about a request to generate a bot through natural language description, made through the StartBotResource
API. Use the generatedBotLocaleUrl
to retrieve the Amazon S3 object containing the bot locale configuration. You can then modify and import this configuration.
See https://www.paws-r-sdk.com/docs/lexmodelsv2_describe_bot_resource_generation/ for full documentation.
lexmodelsv2_describe_bot_resource_generation(
botId,
botVersion,
localeId,
generationId
)
botId |
[required] The unique identifier of the bot for which to return the generation details. |
botVersion |
[required] The version of the bot for which to return the generation details. |
localeId |
[required] The locale of the bot for which to return the generation details. |
generationId |
[required] The unique identifier of the generation request for which to return the generation details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.