#[non_exhaustive]pub struct StartChatContactOutput { /* private fields */ }Implementations§
source§impl StartChatContactOutput
impl StartChatContactOutput
sourcepub fn contact_id(&self) -> Option<&str>
pub fn contact_id(&self) -> Option<&str>
The identifier of this contact within the Amazon Connect instance.
sourcepub fn participant_id(&self) -> Option<&str>
pub fn participant_id(&self) -> Option<&str>
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
sourcepub fn participant_token(&self) -> Option<&str>
pub fn participant_token(&self) -> Option<&str>
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
sourcepub fn continued_from_contact_id(&self) -> Option<&str>
pub fn continued_from_contact_id(&self) -> Option<&str>
The contactId from which a persistent chat session is started. This field is populated only for persistent chats.
source§impl StartChatContactOutput
impl StartChatContactOutput
sourcepub fn builder() -> StartChatContactOutputBuilder
pub fn builder() -> StartChatContactOutputBuilder
Creates a new builder-style object to manufacture StartChatContactOutput.
Trait Implementations§
source§impl Clone for StartChatContactOutput
impl Clone for StartChatContactOutput
source§fn clone(&self) -> StartChatContactOutput
fn clone(&self) -> StartChatContactOutput
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 StartChatContactOutput
impl Debug for StartChatContactOutput
source§impl PartialEq<StartChatContactOutput> for StartChatContactOutput
impl PartialEq<StartChatContactOutput> for StartChatContactOutput
source§fn eq(&self, other: &StartChatContactOutput) -> bool
fn eq(&self, other: &StartChatContactOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartChatContactOutput
impl RequestId for StartChatContactOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartChatContactOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartChatContactOutput
impl Send for StartChatContactOutput
impl Sync for StartChatContactOutput
impl Unpin for StartChatContactOutput
impl UnwindSafe for StartChatContactOutput
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