Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentStageGroupBySpecification.Builder
-
Packages that use AnalyticsIntentStageGroupBySpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentStageGroupBySpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsIntentStageGroupBySpecification.Builder Modifier and Type Method Description static AnalyticsIntentStageGroupBySpecification.BuilderAnalyticsIntentStageGroupBySpecification. builder()AnalyticsIntentStageGroupBySpecification.BuilderAnalyticsIntentStageGroupBySpecification.Builder. name(String name)Specifies whether to group the intent stages by their name or the intent to which the session was switched.AnalyticsIntentStageGroupBySpecification.BuilderAnalyticsIntentStageGroupBySpecification.Builder. name(AnalyticsIntentStageField name)Specifies whether to group the intent stages by their name or the intent to which the session was switched.AnalyticsIntentStageGroupBySpecification.BuilderAnalyticsIntentStageGroupBySpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentStageGroupBySpecification.Builder Modifier and Type Method Description static Class<? extends AnalyticsIntentStageGroupBySpecification.Builder>AnalyticsIntentStageGroupBySpecification. serializableBuilderClass()
-