Struct aws_sdk_lexmodelsv2::output::BuildBotLocaleOutput
source · [−]#[non_exhaustive]pub struct BuildBotLocaleOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl BuildBotLocaleOutput
impl BuildBotLocaleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BuildBotLocaleOutput.
Trait Implementations
sourceimpl Clone for BuildBotLocaleOutput
impl Clone for BuildBotLocaleOutput
sourcefn clone(&self) -> BuildBotLocaleOutput
fn clone(&self) -> BuildBotLocaleOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BuildBotLocaleOutput
impl Debug for BuildBotLocaleOutput
sourceimpl PartialEq<BuildBotLocaleOutput> for BuildBotLocaleOutput
impl PartialEq<BuildBotLocaleOutput> for BuildBotLocaleOutput
sourcefn eq(&self, other: &BuildBotLocaleOutput) -> bool
fn eq(&self, other: &BuildBotLocaleOutput) -> bool
impl StructuralPartialEq for BuildBotLocaleOutput
Auto Trait Implementations
impl RefUnwindSafe for BuildBotLocaleOutput
impl Send for BuildBotLocaleOutput
impl Sync for BuildBotLocaleOutput
impl Unpin for BuildBotLocaleOutput
impl UnwindSafe for BuildBotLocaleOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more