Struct aws_sdk_lexmodelsv2::model::BotLocaleExportSpecification [−][src]
#[non_exhaustive]pub struct BotLocaleExportSpecification {
pub bot_id: Option<String>,
pub bot_version: Option<String>,
pub locale_id: Option<String>,
}Expand description
Provides the bot locale parameters required for exporting a bot locale.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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 create the locale for.
bot_version: Option<String>The version of the bot to export.
locale_id: Option<String>The identifier of the language and locale to export. The string must match one of the locales in the bot.
Implementations
The version of the bot to export.
Creates a new builder-style object to manufacture BotLocaleExportSpecification
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 Send for BotLocaleExportSpecification
impl Sync for BotLocaleExportSpecification
impl Unpin for BotLocaleExportSpecification
impl UnwindSafe for BotLocaleExportSpecification
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
