Struct aws_sdk_connect::types::LexBotConfig
source · #[non_exhaustive]pub struct LexBotConfig { /* private fields */ }Expand description
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
Implementations§
source§impl LexBotConfig
impl LexBotConfig
source§impl LexBotConfig
impl LexBotConfig
sourcepub fn builder() -> LexBotConfigBuilder
pub fn builder() -> LexBotConfigBuilder
Creates a new builder-style object to manufacture LexBotConfig.
Trait Implementations§
source§impl Clone for LexBotConfig
impl Clone for LexBotConfig
source§fn clone(&self) -> LexBotConfig
fn clone(&self) -> LexBotConfig
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 moresource§impl Debug for LexBotConfig
impl Debug for LexBotConfig
source§impl PartialEq<LexBotConfig> for LexBotConfig
impl PartialEq<LexBotConfig> for LexBotConfig
source§fn eq(&self, other: &LexBotConfig) -> bool
fn eq(&self, other: &LexBotConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LexBotConfig
Auto Trait Implementations§
impl RefUnwindSafe for LexBotConfig
impl Send for LexBotConfig
impl Sync for LexBotConfig
impl Unpin for LexBotConfig
impl UnwindSafe for LexBotConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more