Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.RecommendedIntentSummary
-
Packages that use RecommendedIntentSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of RecommendedIntentSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type RecommendedIntentSummary Modifier and Type Method Description List<RecommendedIntentSummary>ListRecommendedIntentsResponse. summaryList()Summary information for the intents that meet the filter criteria specified in the request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type RecommendedIntentSummary Modifier and Type Method Description ListRecommendedIntentsResponse.BuilderListRecommendedIntentsResponse.Builder. summaryList(RecommendedIntentSummary... summaryList)Summary information for the intents that meet the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type RecommendedIntentSummary Modifier and Type Method Description ListRecommendedIntentsResponse.BuilderListRecommendedIntentsResponse.Builder. summaryList(Collection<RecommendedIntentSummary> summaryList)Summary information for the intents that meet the filter criteria specified in the request.
-