Struct aws_sdk_lexmodelsv2::model::LexTranscriptFilter
source · [−]#[non_exhaustive]pub struct LexTranscriptFilter {
pub date_range_filter: Option<DateRangeFilter>,
}Expand description
The object that contains transcript filter details that are associated with a bot recommendation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.date_range_filter: 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.
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 more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LexTranscriptFilter) -> bool
fn ne(&self, other: &LexTranscriptFilter) -> bool
This method tests for !=.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more