public static interface ListIntentStageMetricsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListIntentStageMetricsResponse.Builder,ListIntentStageMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIntentStageMetricsResponse.Builder |
botId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
|
ListIntentStageMetricsResponse.Builder |
nextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListIntentStageMetricsResponse.Builder |
results(AnalyticsIntentStageResult... results)
The results for the intent stage metrics.
|
ListIntentStageMetricsResponse.Builder |
results(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
|
ListIntentStageMetricsResponse.Builder |
results(Consumer<AnalyticsIntentStageResult.Builder>... results)
The results for the intent stage metrics.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentStageMetricsResponse.Builder botId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
botId - The identifier for the bot for which you retrieved intent stage metrics.ListIntentStageMetricsResponse.Builder results(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
results - The results for the intent stage metrics.ListIntentStageMetricsResponse.Builder results(AnalyticsIntentStageResult... results)
The results for the intent stage metrics.
results - The results for the intent stage metrics.ListIntentStageMetricsResponse.Builder results(Consumer<AnalyticsIntentStageResult.Builder>... results)
The results for the intent stage metrics.
This is a convenience method that creates an instance of theAnalyticsIntentStageResult.Builder avoiding the
need to create one manually via
AnalyticsIntentStageResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #results(List.
results - a consumer that will call methods on
AnalyticsIntentStageResult.Builder#results(java.util.Collection) ListIntentStageMetricsResponse.Builder nextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
nextToken - If the response from the ListIntentStageMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
Copyright © 2023. All rights reserved.