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