Struct aws_sdk_lexmodelsv2::output::BuildBotLocaleOutput
source · #[non_exhaustive]pub struct BuildBotLocaleOutput { /* private fields */ }Implementations§
source§impl BuildBotLocaleOutput
impl BuildBotLocaleOutput
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot that was built. This is only the draft version of the bot.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The language and locale specified of where the bot can be used.
sourcepub fn bot_locale_status(&self) -> Option<&BotLocaleStatus>
pub fn bot_locale_status(&self) -> Option<&BotLocaleStatus>
The bot's build status. When the status is ReadyExpressTesting you can test the bot using the utterances defined for the intents and slot types. When the status is Built, the bot is ready for use and can be tested using any utterance.
sourcepub fn last_build_submitted_date_time(&self) -> Option<&DateTime>
pub fn last_build_submitted_date_time(&self) -> Option<&DateTime>
A timestamp indicating the date and time that the bot was last built for this locale.
source§impl BuildBotLocaleOutput
impl BuildBotLocaleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuildBotLocaleOutput.
Trait Implementations§
source§impl Clone for BuildBotLocaleOutput
impl Clone for BuildBotLocaleOutput
source§fn clone(&self) -> BuildBotLocaleOutput
fn clone(&self) -> BuildBotLocaleOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more