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