#[non_exhaustive]pub struct AggregatedUtterancesFilter { /* private fields */ }Expand description
Filters responses returned by the ListAggregatedUtterances operation.
Implementations§
source§impl 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.
source§impl AggregatedUtterancesFilter
impl AggregatedUtterancesFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AggregatedUtterancesFilter.
Trait Implementations§
source§impl Clone for AggregatedUtterancesFilter
impl Clone for AggregatedUtterancesFilter
source§fn clone(&self) -> AggregatedUtterancesFilter
fn clone(&self) -> AggregatedUtterancesFilter
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 more