| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsFilterOperator |
AnalyticsFilterOperator.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalyticsFilterOperator |
AnalyticsIntentFilter.operator()
The operation by which to filter the category.
|
AnalyticsFilterOperator |
AnalyticsIntentStageFilter.operator()
The operation by which to filter the category.
|
AnalyticsFilterOperator |
AnalyticsSessionFilter.operator()
The operation by which to filter the category.
|
AnalyticsFilterOperator |
AnalyticsUtteranceFilter.operator()
The operation by which to filter the category.
|
AnalyticsFilterOperator |
AnalyticsPathFilter.operator()
The operation by which to filter the category.
|
static AnalyticsFilterOperator |
AnalyticsFilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsFilterOperator[] |
AnalyticsFilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AnalyticsFilterOperator> |
AnalyticsFilterOperator.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentFilter.Builder |
AnalyticsIntentFilter.Builder.operator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsIntentStageFilter.Builder |
AnalyticsIntentStageFilter.Builder.operator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsSessionFilter.Builder |
AnalyticsSessionFilter.Builder.operator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsUtteranceFilter.Builder |
AnalyticsUtteranceFilter.Builder.operator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
AnalyticsPathFilter.Builder |
AnalyticsPathFilter.Builder.operator(AnalyticsFilterOperator operator)
The operation by which to filter the category.
|
Copyright © 2023. All rights reserved.