AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetBotVersions operation. Gets information about all of the versions of a bot.
The GetBotVersions
operation returns a BotMetadata
object for each version
of a bot. For example, if a bot has three numbered versions, the GetBotVersions
operation returns four BotMetadata
objects in the response, one for each numbered
version and one for the $LATEST
version.
The GetBotVersions
operation always returns at least one version, the $LATEST
version.
This operation requires permissions for the lex:GetBotVersions
action.
Namespace: Amazon.LexModelBuildingService.Model
Assembly: AWSSDK.LexModelBuildingService.dll
Version: 3.x.y.z
public class GetBotVersionsRequest : AmazonLexModelBuildingServiceRequest IAmazonWebServiceRequest
The GetBotVersionsRequest type exposes the following members
Name | Description | |
---|---|---|
GetBotVersionsRequest() |
Name | Type | Description | |
---|---|---|---|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of bot versions to return in the response. The default is 10. |
|
Name | System.String |
Gets and sets the property Name. The name of the bot for which versions should be returned. |
|
NextToken | System.String |
Gets and sets the property NextToken. 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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5