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