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
sourceimpl 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.
sourceimpl LexTranscriptFilter
impl LexTranscriptFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LexTranscriptFilter.
Trait Implementations
sourceimpl Clone for LexTranscriptFilter
impl Clone for LexTranscriptFilter
sourcefn clone(&self) -> LexTranscriptFilter
fn clone(&self) -> LexTranscriptFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LexTranscriptFilter
impl Debug for LexTranscriptFilter
sourceimpl PartialEq<LexTranscriptFilter> for LexTranscriptFilter
impl PartialEq<LexTranscriptFilter> for LexTranscriptFilter
sourcefn eq(&self, other: &LexTranscriptFilter) -> bool
fn eq(&self, other: &LexTranscriptFilter) -> bool
impl StructuralPartialEq for LexTranscriptFilter
Auto Trait Implementations
impl RefUnwindSafe for LexTranscriptFilter
impl Send for LexTranscriptFilter
impl Sync for LexTranscriptFilter
impl Unpin for LexTranscriptFilter
impl UnwindSafe for LexTranscriptFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more