Lex Functions
object LexFunctions
Functions
Link copied to clipboard
Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
Link copied to clipboard
A Bot Alias enables you to change the version of a bot without updating applications that use the bot
suspend fun getBotAlias(argument: suspend GetBotAliasPlainArgsBuilder.() -> Unit): GetBotAliasResult
Link copied to clipboard
A version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production.
suspend fun getBotVersion(argument: suspend GetBotVersionPlainArgsBuilder.() -> Unit): GetBotVersionResult
Link copied to clipboard
A resource policy with specified policy statements that attaches to a Lex bot or bot alias.
suspend fun getResourcePolicy(argument: suspend GetResourcePolicyPlainArgsBuilder.() -> Unit): GetResourcePolicyResult