Struct aws_sdk_lexmodelsv2::model::LexTranscriptFilter
source · #[non_exhaustive]pub struct LexTranscriptFilter { /* private fields */ }Expand description
The object that contains transcript filter details that are associated with a bot recommendation.
Implementations§
source§impl LexTranscriptFilter
impl LexTranscriptFilter
sourcepub fn date_range_filter(&self) -> Option<&DateRangeFilter>
pub fn date_range_filter(&self) -> Option<&DateRangeFilter>
The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.
source§impl LexTranscriptFilter
impl LexTranscriptFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LexTranscriptFilter.
Trait Implementations§
source§impl Clone for LexTranscriptFilter
impl Clone for LexTranscriptFilter
source§fn clone(&self) -> LexTranscriptFilter
fn clone(&self) -> LexTranscriptFilter
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 LexTranscriptFilter
impl Debug for LexTranscriptFilter
source§impl PartialEq<LexTranscriptFilter> for LexTranscriptFilter
impl PartialEq<LexTranscriptFilter> for LexTranscriptFilter
source§fn eq(&self, other: &LexTranscriptFilter) -> bool
fn eq(&self, other: &LexTranscriptFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.