GetBotVersionsResponse constructor

GetBotVersionsResponse({
  1. List<BotMetadata>? bots,
  2. String? nextToken,
})

Implementation

GetBotVersionsResponse({
  this.bots,
  this.nextToken,
});