Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentStageGroupByKey.Builder
-
Packages that use AnalyticsIntentStageGroupByKey.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentStageGroupByKey.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsIntentStageGroupByKey.Builder Modifier and Type Method Description static AnalyticsIntentStageGroupByKey.BuilderAnalyticsIntentStageGroupByKey. builder()AnalyticsIntentStageGroupByKey.BuilderAnalyticsIntentStageGroupByKey.Builder. name(String name)A category by which the intent stage analytics were grouped.AnalyticsIntentStageGroupByKey.BuilderAnalyticsIntentStageGroupByKey.Builder. name(AnalyticsIntentStageField name)A category by which the intent stage analytics were grouped.AnalyticsIntentStageGroupByKey.BuilderAnalyticsIntentStageGroupByKey. toBuilder()AnalyticsIntentStageGroupByKey.BuilderAnalyticsIntentStageGroupByKey.Builder. value(String value)A member of the category by which the intent stage analytics were grouped.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentStageGroupByKey.Builder Modifier and Type Method Description static Class<? extends AnalyticsIntentStageGroupByKey.Builder>AnalyticsIntentStageGroupByKey. serializableBuilderClass()
-