Returns information about an Amazon Lex bot alias
Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias
action.
lexmodelbuildingservice_get_bot_alias(name, botName)
name |
[required] The name of the bot alias. The name is case sensitive. |
botName |
[required] The name of the bot. |
A list with the following syntax:
list( name = "string", description = "string", botVersion = "string", botName = "string", lastUpdatedDate = as.POSIXct( "2015-01-01" ), createdDate = as.POSIXct( "2015-01-01" ), checksum = "string", conversationLogs = list( logSettings = list( list( logType = "AUDIO"|"TEXT", destination = "CLOUDWATCH_LOGS"|"S3", kmsKeyArn = "string", resourceArn = "string", resourcePrefix = "string" ) ), iamRoleArn = "string" ) )
svc$get_bot_alias( name = "string", botName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.