Struct aws_sdk_lexmodelsv2::model::TranscriptFilter
source · #[non_exhaustive]pub struct TranscriptFilter { /* private fields */ }Expand description
The object representing the filter that Amazon Lex will use to select the appropriate transcript.
Implementations§
source§impl TranscriptFilter
impl TranscriptFilter
sourcepub fn lex_transcript_filter(&self) -> Option<&LexTranscriptFilter>
pub fn lex_transcript_filter(&self) -> Option<&LexTranscriptFilter>
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
source§impl TranscriptFilter
impl TranscriptFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TranscriptFilter.
Trait Implementations§
source§impl Clone for TranscriptFilter
impl Clone for TranscriptFilter
source§fn clone(&self) -> TranscriptFilter
fn clone(&self) -> TranscriptFilter
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 TranscriptFilter
impl Debug for TranscriptFilter
source§impl PartialEq<TranscriptFilter> for TranscriptFilter
impl PartialEq<TranscriptFilter> for TranscriptFilter
source§fn eq(&self, other: &TranscriptFilter) -> bool
fn eq(&self, other: &TranscriptFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.