| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.clone() |
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withName(AggregatedUtterancesFilterName name)
The name of the field to filter the utterance list.
|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withName(String name)
The name of the field to filter the utterance list.
|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withOperator(AggregatedUtterancesFilterOperator operator)
The operator to use for the filter.
|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withOperator(String operator)
The operator to use for the filter.
|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withValues(Collection<String> values)
The value to use for filtering the list of bots.
|
AggregatedUtterancesFilter |
AggregatedUtterancesFilter.withValues(String... values)
The value to use for filtering the list of bots.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedUtterancesFilter> |
ListAggregatedUtterancesRequest.getFilters()
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withFilters(AggregatedUtterancesFilter... filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAggregatedUtterancesRequest.setFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
ListAggregatedUtterancesRequest |
ListAggregatedUtterancesRequest.withFilters(Collection<AggregatedUtterancesFilter> filters)
Provides the specification of a filter used to limit the utterances in the response to only those that match the
filter specification.
|
Copyright © 2024. All rights reserved.