GetBotVersionsResponse constructor
GetBotVersionsResponse({
- List<
BotMetadata> ? bots, - String? nextToken,
Implementation
GetBotVersionsResponse({
this.bots,
this.nextToken,
});