| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsIntentField |
AnalyticsIntentField.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalyticsIntentField |
AnalyticsIntentGroupByKey.name()
A category by which the intent analytics were grouped.
|
AnalyticsIntentField |
AnalyticsIntentGroupBySpecification.name()
Specifies whether to group the intent stages by their name or their end state.
|
static AnalyticsIntentField |
AnalyticsIntentField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsIntentField[] |
AnalyticsIntentField.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<AnalyticsIntentField> |
AnalyticsIntentField.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentGroupByKey.Builder |
AnalyticsIntentGroupByKey.Builder.name(AnalyticsIntentField name)
A category by which the intent analytics were grouped.
|
AnalyticsIntentGroupBySpecification.Builder |
AnalyticsIntentGroupBySpecification.Builder.name(AnalyticsIntentField name)
Specifies whether to group the intent stages by their name or their end state.
|
Copyright © 2023. All rights reserved.