getBotAlias

A Bot Alias enables you to change the version of a bot without updating applications that use the bot

Return

null

Parameters

argument

null


suspend fun getBotAlias(botAliasId: String, botId: String): GetBotAliasResult

Return

null

Parameters

botAliasId

The unique identifier of the bot alias.

botId

The unique identifier of the bot.

See also


suspend fun getBotAlias(argument: suspend GetBotAliasPlainArgsBuilder.() -> Unit): GetBotAliasResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.lex.kotlin.inputs.GetBotAliasPlainArgs.

See also