#[non_exhaustive]pub struct AggregatedUtterancesFilter { /* private fields */ }Expand description
Filters responses returned by the ListAggregatedUtterances operation.
Implementations
sourceimpl AggregatedUtterancesFilter
impl AggregatedUtterancesFilter
sourcepub fn name(&self) -> Option<&AggregatedUtterancesFilterName>
pub fn name(&self) -> Option<&AggregatedUtterancesFilterName>
The name of the field to filter the utterance list.
sourcepub fn operator(&self) -> Option<&AggregatedUtterancesFilterOperator>
pub fn operator(&self) -> Option<&AggregatedUtterancesFilterOperator>
The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.
sourceimpl AggregatedUtterancesFilter
impl AggregatedUtterancesFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AggregatedUtterancesFilter.
Trait Implementations
sourceimpl Clone for AggregatedUtterancesFilter
impl Clone for AggregatedUtterancesFilter
sourcefn clone(&self) -> AggregatedUtterancesFilter
fn clone(&self) -> AggregatedUtterancesFilter
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 AggregatedUtterancesFilter
impl Debug for AggregatedUtterancesFilter
sourceimpl PartialEq<AggregatedUtterancesFilter> for AggregatedUtterancesFilter
impl PartialEq<AggregatedUtterancesFilter> for AggregatedUtterancesFilter
sourcefn eq(&self, other: &AggregatedUtterancesFilter) -> bool
fn eq(&self, other: &AggregatedUtterancesFilter) -> bool
impl StructuralPartialEq for AggregatedUtterancesFilter
Auto Trait Implementations
impl RefUnwindSafe for AggregatedUtterancesFilter
impl Send for AggregatedUtterancesFilter
impl Sync for AggregatedUtterancesFilter
impl Unpin for AggregatedUtterancesFilter
impl UnwindSafe for AggregatedUtterancesFilter
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