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
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.
Creates a new builder-style object to manufacture LexTranscriptFilter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more