delete_bot_channel_association
(**kwargs)¶Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the lex:DeleteBotChannelAssociation
action.
See also: AWS API Documentation
Request Syntax
response = client.delete_bot_channel_association(
name='string',
botName='string',
botAlias='string'
)
[REQUIRED]
The name of the association. The name is case sensitive.
[REQUIRED]
The name of the Amazon Lex bot.
[REQUIRED]
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
None
Exceptions
LexModelBuildingService.Client.exceptions.NotFoundException
LexModelBuildingService.Client.exceptions.ConflictException
LexModelBuildingService.Client.exceptions.LimitExceededException
LexModelBuildingService.Client.exceptions.InternalFailureException
LexModelBuildingService.Client.exceptions.BadRequestException