pub struct AssociateLexBotRequest {
pub instance_id: String,
pub lex_bot: LexBot,
}Fields§
§instance_id: StringThe identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
lex_bot: LexBotThe Amazon Lex bot to associate with the instance.
Trait Implementations§
Source§impl Clone for AssociateLexBotRequest
impl Clone for AssociateLexBotRequest
Source§fn clone(&self) -> AssociateLexBotRequest
fn clone(&self) -> AssociateLexBotRequest
Returns a duplicate 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 AssociateLexBotRequest
impl Debug for AssociateLexBotRequest
Source§impl Default for AssociateLexBotRequest
impl Default for AssociateLexBotRequest
Source§fn default() -> AssociateLexBotRequest
fn default() -> AssociateLexBotRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateLexBotRequest
impl PartialEq for AssociateLexBotRequest
Source§impl Serialize for AssociateLexBotRequest
impl Serialize for AssociateLexBotRequest
impl StructuralPartialEq for AssociateLexBotRequest
Auto Trait Implementations§
impl Freeze for AssociateLexBotRequest
impl RefUnwindSafe for AssociateLexBotRequest
impl Send for AssociateLexBotRequest
impl Sync for AssociateLexBotRequest
impl Unpin for AssociateLexBotRequest
impl UnwindSafe for AssociateLexBotRequest
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