Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentNodeSummary
-
Packages that use AnalyticsIntentNodeSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentNodeSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentNodeSummary Modifier and Type Method Description List<AnalyticsIntentNodeSummary>ListIntentPathsResponse. nodeSummaries()A list of objects, each of which contains information about a node in the intent path for which you requested metrics.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsIntentNodeSummary Modifier and Type Method Description ListIntentPathsResponse.BuilderListIntentPathsResponse.Builder. nodeSummaries(AnalyticsIntentNodeSummary... nodeSummaries)A list of objects, each of which contains information about a node in the intent path for which you requested metrics.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsIntentNodeSummary Modifier and Type Method Description ListIntentPathsResponse.BuilderListIntentPathsResponse.Builder. nodeSummaries(Collection<AnalyticsIntentNodeSummary> nodeSummaries)A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
-