ListLexBotsResponse constructor

ListLexBotsResponse({
  1. List<LexBot>? lexBots,
  2. String? nextToken,
})

Implementation

ListLexBotsResponse({
  this.lexBots,
  this.nextToken,
});