#[non_exhaustive]pub struct RealTimeContactAnalysisIssueDetectedBuilder { /* private fields */ }
Expand description
A builder for RealTimeContactAnalysisIssueDetected
.
Implementations§
source§impl RealTimeContactAnalysisIssueDetectedBuilder
impl RealTimeContactAnalysisIssueDetectedBuilder
sourcepub fn transcript_items(
self,
input: RealTimeContactAnalysisTranscriptItemWithContent
) -> Self
pub fn transcript_items( self, input: RealTimeContactAnalysisTranscriptItemWithContent ) -> Self
Appends an item to transcript_items
.
To override the contents of this collection use set_transcript_items
.
List of the transcript items (segments) that are associated with a given issue.
sourcepub fn set_transcript_items(
self,
input: Option<Vec<RealTimeContactAnalysisTranscriptItemWithContent>>
) -> Self
pub fn set_transcript_items( self, input: Option<Vec<RealTimeContactAnalysisTranscriptItemWithContent>> ) -> Self
List of the transcript items (segments) that are associated with a given issue.
sourcepub fn get_transcript_items(
&self
) -> &Option<Vec<RealTimeContactAnalysisTranscriptItemWithContent>>
pub fn get_transcript_items( &self ) -> &Option<Vec<RealTimeContactAnalysisTranscriptItemWithContent>>
List of the transcript items (segments) that are associated with a given issue.
sourcepub fn build(self) -> Result<RealTimeContactAnalysisIssueDetected, BuildError>
pub fn build(self) -> Result<RealTimeContactAnalysisIssueDetected, BuildError>
Consumes the builder and constructs a RealTimeContactAnalysisIssueDetected
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for RealTimeContactAnalysisIssueDetectedBuilder
impl Clone for RealTimeContactAnalysisIssueDetectedBuilder
source§fn clone(&self) -> RealTimeContactAnalysisIssueDetectedBuilder
fn clone(&self) -> RealTimeContactAnalysisIssueDetectedBuilder
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 Default for RealTimeContactAnalysisIssueDetectedBuilder
impl Default for RealTimeContactAnalysisIssueDetectedBuilder
source§fn default() -> RealTimeContactAnalysisIssueDetectedBuilder
fn default() -> RealTimeContactAnalysisIssueDetectedBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RealTimeContactAnalysisIssueDetectedBuilder
impl PartialEq for RealTimeContactAnalysisIssueDetectedBuilder
source§fn eq(&self, other: &RealTimeContactAnalysisIssueDetectedBuilder) -> bool
fn eq(&self, other: &RealTimeContactAnalysisIssueDetectedBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RealTimeContactAnalysisIssueDetectedBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RealTimeContactAnalysisIssueDetectedBuilder
impl Send for RealTimeContactAnalysisIssueDetectedBuilder
impl Sync for RealTimeContactAnalysisIssueDetectedBuilder
impl Unpin for RealTimeContactAnalysisIssueDetectedBuilder
impl UnwindSafe for RealTimeContactAnalysisIssueDetectedBuilder
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.