Struct aws_sdk_lexmodelsv2::input::BuildBotLocaleInput  
source · [−]#[non_exhaustive]pub struct BuildBotLocaleInput {
    pub bot_id: Option<String>,
    pub bot_version: Option<String>,
    pub locale_id: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bot_id: Option<String>The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
bot_version: Option<String>The version of the bot to build. This can only be the draft version of the bot.
locale_id: Option<String>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.
Implementations
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<BuildBotLocale, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<BuildBotLocale, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BuildBotLocale>
Creates a new builder-style object to manufacture BuildBotLocaleInput
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 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.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BuildBotLocaleInput
impl Send for BuildBotLocaleInput
impl Sync for BuildBotLocaleInput
impl Unpin for BuildBotLocaleInput
impl UnwindSafe for BuildBotLocaleInput
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