lexmodelsv2_describe_bot_resource_generation {paws.machine.learning} | R Documentation |
Returns information about a request to generate a bot through natural language description, made through the StartBotResource API
Description
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.
Usage
lexmodelsv2_describe_bot_resource_generation(
botId,
botVersion,
localeId,
generationId
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]