Values.GetBotChannelAssociationRequestSourceReturns information about the association between an Amazon Lex bot and a messaging platform. This operation requires permissions for the lex:GetBotChannelAssociation action.
type nonrec t = {name : BotChannelName.t;The name of the association between the bot and the channel. The name is case sensitive.
*)botName : BotName.t;The name of the Amazon Lex bot.
*)botAlias : AliasName.t;An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
*)}