GetBotChannelAssociationsResponse constructor

GetBotChannelAssociationsResponse({
  1. List<BotChannelAssociation>? botChannelAssociations,
  2. String? nextToken,
})

Implementation

GetBotChannelAssociationsResponse({
  this.botChannelAssociations,
  this.nextToken,
});