GetBotChannelAssociationsResponse constructor
GetBotChannelAssociationsResponse({
- List<
BotChannelAssociation> ? botChannelAssociations, - String? nextToken,
Implementation
GetBotChannelAssociationsResponse({
this.botChannelAssociations,
this.nextToken,
});