Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsUtteranceField
-
Packages that use AnalyticsUtteranceField Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsUtteranceField in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsUtteranceField Modifier and Type Method Description static AnalyticsUtteranceFieldAnalyticsUtteranceField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnalyticsUtteranceFieldAnalyticsUtteranceGroupByKey. name()The category by which the utterance analytics were grouped.AnalyticsUtteranceFieldAnalyticsUtteranceGroupBySpecification. name()Specifies whether to group the utterances by their text or their state.static AnalyticsUtteranceFieldAnalyticsUtteranceField. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsUtteranceField[]AnalyticsUtteranceField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsUtteranceField Modifier and Type Method Description static Set<AnalyticsUtteranceField>AnalyticsUtteranceField. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsUtteranceField Modifier and Type Method Description AnalyticsUtteranceGroupByKey.BuilderAnalyticsUtteranceGroupByKey.Builder. name(AnalyticsUtteranceField name)The category by which the utterance analytics were grouped.AnalyticsUtteranceGroupBySpecification.BuilderAnalyticsUtteranceGroupBySpecification.Builder. name(AnalyticsUtteranceField name)Specifies whether to group the utterances by their text or their state.
-