public static interface ListIntentPathsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListIntentPathsResponse.Builder,ListIntentPathsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIntentPathsResponse.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.
|
ListIntentPathsResponse.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.
|
ListIntentPathsResponse.Builder |
nodeSummaries(Consumer<AnalyticsIntentNodeSummary.Builder>... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested
metrics.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentPathsResponse.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.
nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you
requested metrics.ListIntentPathsResponse.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.
nodeSummaries - A list of objects, each of which contains information about a node in the intent path for which you
requested metrics.ListIntentPathsResponse.Builder nodeSummaries(Consumer<AnalyticsIntentNodeSummary.Builder>... nodeSummaries)
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
This is a convenience method that creates an instance of theAnalyticsIntentNodeSummary.Builder avoiding the
need to create one manually via
AnalyticsIntentNodeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #nodeSummaries(List.
nodeSummaries - a consumer that will call methods on
AnalyticsIntentNodeSummary.Builder#nodeSummaries(java.util.Collection) Copyright © 2023. All rights reserved.