Returns information about the association between an Amazon Lex bot and a messaging platform
Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the
lex:GetBotChannelAssociation
action.
lexmodelbuildingservice_get_bot_channel_association(name, botName, botAlias)
name |
[required] The name of the association between the bot and the channel. The name is case sensitive. |
botName |
[required] The name of the Amazon Lex bot. |
botAlias |
[required] An alias pointing to the specific version of the Amazon Lex bot to which this association is being made. |
A list with the following syntax:
list( name = "string", description = "string", botAlias = "string", botName = "string", createdDate = as.POSIXct( "2015-01-01" ), type = "Facebook"|"Slack"|"Twilio-Sms"|"Kik", botConfiguration = list( "string" ), status = "IN_PROGRESS"|"CREATED"|"FAILED", failureReason = "string" )
svc$get_bot_channel_association( name = "string", botName = "string", botAlias = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.