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