#[non_exhaustive]pub struct AggregatedUtterancesFilter {
pub name: Option<AggregatedUtterancesFilterName>,
pub values: Option<Vec<String>>,
pub operator: Option<AggregatedUtterancesFilterOperator>,
}Expand description
Filters responses returned by the ListAggregatedUtterances operation.
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.name: Option<AggregatedUtterancesFilterName>The name of the field to filter the utterance list.
values: Option<Vec<String>>The value to use for filtering the list of bots.
operator: 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.
Implementations
The name of the field to filter the utterance list.
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.
Creates a new builder-style object to manufacture AggregatedUtterancesFilter
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 AggregatedUtterancesFilter
impl Send for AggregatedUtterancesFilter
impl Sync for AggregatedUtterancesFilter
impl Unpin for AggregatedUtterancesFilter
impl UnwindSafe for AggregatedUtterancesFilter
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