public static interface AggregatedUtterancesFilter.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesFilter.Builder,AggregatedUtterancesFilter>
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesFilter.Builder |
name(AggregatedUtterancesFilterName name)
The name of the field to filter the utterance list.
|
AggregatedUtterancesFilter.Builder |
name(String name)
The name of the field to filter the utterance list.
|
AggregatedUtterancesFilter.Builder |
operator(AggregatedUtterancesFilterOperator operator)
The operator to use for the filter.
|
AggregatedUtterancesFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
AggregatedUtterancesFilter.Builder |
values(Collection<String> values)
The value to use for filtering the list of bots.
|
AggregatedUtterancesFilter.Builder |
values(String... values)
The value to use for filtering the list of bots.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregatedUtterancesFilter.Builder name(String name)
The name of the field to filter the utterance list.
name - The name of the field to filter the utterance list.AggregatedUtterancesFilterName,
AggregatedUtterancesFilterNameAggregatedUtterancesFilter.Builder name(AggregatedUtterancesFilterName name)
The name of the field to filter the utterance list.
name - The name of the field to filter the utterance list.AggregatedUtterancesFilterName,
AggregatedUtterancesFilterNameAggregatedUtterancesFilter.Builder values(Collection<String> values)
The value to use for filtering the list of bots.
values - The value to use for filtering the list of bots.AggregatedUtterancesFilter.Builder values(String... values)
The value to use for filtering the list of bots.
values - The value to use for filtering the list of bots.AggregatedUtterancesFilter.Builder operator(String operator)
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.
operator - 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.AggregatedUtterancesFilterOperator,
AggregatedUtterancesFilterOperatorAggregatedUtterancesFilter.Builder operator(AggregatedUtterancesFilterOperator operator)
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.
operator - 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.AggregatedUtterancesFilterOperator,
AggregatedUtterancesFilterOperatorCopyright © 2022. All rights reserved.