Struct aws_sdk_lexmodelsv2::model::BotLocaleSummary
source · [−]#[non_exhaustive]pub struct BotLocaleSummary {
pub locale_id: Option<String>,
pub locale_name: Option<String>,
pub description: Option<String>,
pub bot_locale_status: Option<BotLocaleStatus>,
pub last_updated_date_time: Option<DateTime>,
pub last_build_submitted_date_time: Option<DateTime>,
}Expand description
Summary information about bot locales returned by the ListBotLocales operation.
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.locale_id: Option<String>The language and locale of the bot locale.
locale_name: Option<String>The name of the bot locale.
description: Option<String>The description of the bot locale.
bot_locale_status: Option<BotLocaleStatus>The current status of the bot locale. When the status is Built the locale is ready for use.
last_updated_date_time: Option<DateTime>A timestamp of the date and time that the bot locale was last updated.
last_build_submitted_date_time: Option<DateTime>A timestamp of the date and time that the bot locale was last built.
Implementations
The name of the bot locale.
The description of the bot locale.
The current status of the bot locale. When the status is Built the locale is ready for use.
A timestamp of the date and time that the bot locale was last updated.
A timestamp of the date and time that the bot locale was last built.
Creates a new builder-style object to manufacture BotLocaleSummary
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 BotLocaleSummary
impl Send for BotLocaleSummary
impl Sync for BotLocaleSummary
impl Unpin for BotLocaleSummary
impl UnwindSafe for BotLocaleSummary
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