lexmodelsv2_describe_bot_resource_generation: Returns information about a request to generate a bot through...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_describe_bot_resource_generationR 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.