ListBotsResponse constructor

ListBotsResponse({
  1. List<Bot>? bots,
  2. String? nextToken,
})

Implementation

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