| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsIntentMetricName |
AnalyticsIntentMetricName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalyticsIntentMetricName |
AnalyticsIntentMetricResult.name()
The metric that you requested.
|
AnalyticsIntentMetricName |
AnalyticsIntentMetric.name()
The metric for which you want to get intent summary statistics.
|
static AnalyticsIntentMetricName |
AnalyticsIntentMetricName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsIntentMetricName[] |
AnalyticsIntentMetricName.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<AnalyticsIntentMetricName> |
AnalyticsIntentMetricName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentMetricResult.Builder |
AnalyticsIntentMetricResult.Builder.name(AnalyticsIntentMetricName name)
The metric that you requested.
|
AnalyticsIntentMetric.Builder |
AnalyticsIntentMetric.Builder.name(AnalyticsIntentMetricName name)
The metric for which you want to get intent summary statistics.
|
Copyright © 2023. All rights reserved.