class Aws::LexModelBuildingService::Types::GetBotVersionsRequest
@note When making an API call, you may pass GetBotVersionsRequest
data as a hash: { name: "BotName", # required next_token: "NextToken", max_results: 1, }
@!attribute [rw] name
The name of the bot for which versions should be returned. @return [String]
@!attribute [rw] next_token
A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of bot versions to return in the response. The default is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBotVersionsRequest AWS API Documentation
Constants
- SENSITIVE