Struct aws_sdk_connect::types::builders::ContactAnalysisBuilder
source · #[non_exhaustive]pub struct ContactAnalysisBuilder { /* private fields */ }
Expand description
A builder for ContactAnalysis
.
Implementations§
source§impl ContactAnalysisBuilder
impl ContactAnalysisBuilder
sourcepub fn transcript(self, input: Transcript) -> Self
pub fn transcript(self, input: Transcript) -> Self
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
sourcepub fn set_transcript(self, input: Option<Transcript>) -> Self
pub fn set_transcript(self, input: Option<Transcript>) -> Self
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
sourcepub fn get_transcript(&self) -> &Option<Transcript>
pub fn get_transcript(&self) -> &Option<Transcript>
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
sourcepub fn build(self) -> ContactAnalysis
pub fn build(self) -> ContactAnalysis
Consumes the builder and constructs a ContactAnalysis
.
Trait Implementations§
source§impl Clone for ContactAnalysisBuilder
impl Clone for ContactAnalysisBuilder
source§fn clone(&self) -> ContactAnalysisBuilder
fn clone(&self) -> ContactAnalysisBuilder
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 ContactAnalysisBuilder
impl Debug for ContactAnalysisBuilder
source§impl Default for ContactAnalysisBuilder
impl Default for ContactAnalysisBuilder
source§fn default() -> ContactAnalysisBuilder
fn default() -> ContactAnalysisBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ContactAnalysisBuilder
impl PartialEq for ContactAnalysisBuilder
source§fn eq(&self, other: &ContactAnalysisBuilder) -> bool
fn eq(&self, other: &ContactAnalysisBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ContactAnalysisBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ContactAnalysisBuilder
impl Send for ContactAnalysisBuilder
impl Sync for ContactAnalysisBuilder
impl Unpin for ContactAnalysisBuilder
impl UnwindSafe for ContactAnalysisBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.