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 more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &BuildBotLocaleOutput) -> bool
fn ne(&self, other: &BuildBotLocaleOutput) -> bool
This method tests for !=.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more