Struct aws_sdk_lexmodelsv2::input::build_bot_locale_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BuildBotLocaleInput
Implementations
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
The version of the bot to build. This can only be the draft version of the bot.
The version of the bot to build. This can only be the draft version of the bot.
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.
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.
Consumes the builder and constructs a BuildBotLocaleInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more