lexmodelsv2_list_bot_resource_generations: Lists the generation requests made for a bot locale

View source: R/lexmodelsv2_operations.R

lexmodelsv2_list_bot_resource_generationsR Documentation

Lists the generation requests made for a bot locale

Description

Lists the generation requests made for a bot locale.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_list_bot_resource_generations/ for full documentation.

Usage

lexmodelsv2_list_bot_resource_generations(
  botId,
  botVersion,
  localeId,
  sortBy = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

botId

[required] The unique identifier of the bot whose generation requests you want to view.

botVersion

[required] The version of the bot whose generation requests you want to view.

localeId

[required] The locale of the bot whose generation requests you want to view.

sortBy

An object containing information about the attribute and the method by which to sort the results

maxResults

The maximum number of results to return in the response.

nextToken

If the total number of results is greater than the number specified in the maxResults, the response returns a token in the nextToken field. Use this token when making a request to return the next batch of results.


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