CreateBotLocaleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the bot to create the locale for.

Link copied to clipboard

The version of the bot to create the locale for. This can only be the draft version of the bot.

Link copied to clipboard

A description of the bot locale. Use this to help identify the bot locale in lists.

Link copied to clipboard

Contains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.

Link copied to clipboard

The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.

Link copied to clipboard

Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot.

Link copied to clipboard

The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String