Delete Bot Channel Association
lexmodelbuildingservice_delete_bot_channel_association | R Documentation |
Deletes the association between an Amazon Lex bot and a messaging platform¶
Description¶
Deletes the association between an Amazon Lex bot and a messaging platform.
This operation requires permission for the
lex:DeleteBotChannelAssociation
action.
Usage¶
lexmodelbuildingservice_delete_bot_channel_association(name, botName,
botAlias)
Arguments¶
name |
[required] The name of the association. The name is case sensitive. |
botName |
[required] The name of the Amazon Lex bot. |
botAlias |
[required] An alias that points to the specific version of the Amazon Lex bot to which this association is being made. |
Value¶
An empty list.
Request syntax¶
svc$delete_bot_channel_association(
name = "string",
botName = "string",
botAlias = "string"
)