Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentSummary
-
Packages that use IntentSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type IntentSummary Modifier and Type Method Description List<IntentSummary>ListIntentsResponse. intentSummaries()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 IntentSummary Modifier and Type Method Description ListIntentsResponse.BuilderListIntentsResponse.Builder. intentSummaries(IntentSummary... intentSummaries)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 IntentSummary Modifier and Type Method Description ListIntentsResponse.BuilderListIntentsResponse.Builder. intentSummaries(Collection<IntentSummary> intentSummaries)Summary information for the intents that meet the filter criteria specified in the request.
-