Struct aws_sdk_lexmodelsv2::model::BotLocaleHistoryEvent
source · #[non_exhaustive]pub struct BotLocaleHistoryEvent { /* private fields */ }Expand description
Provides information about an event that occurred affecting the bot locale.
Implementations§
source§impl BotLocaleHistoryEvent
impl BotLocaleHistoryEvent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotLocaleHistoryEvent.
Trait Implementations§
source§impl Clone for BotLocaleHistoryEvent
impl Clone for BotLocaleHistoryEvent
source§fn clone(&self) -> BotLocaleHistoryEvent
fn clone(&self) -> BotLocaleHistoryEvent
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