public static interface ListAggregatedUtterancesResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListAggregatedUtterancesResponse.Builder,ListAggregatedUtterancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesResponse.Builder |
aggregatedUtterancesSummaries(AggregatedUtterancesSummary... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
ListAggregatedUtterancesResponse.Builder |
aggregatedUtterancesSummaries(Collection<AggregatedUtterancesSummary> aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
ListAggregatedUtterancesResponse.Builder |
aggregatedUtterancesSummaries(Consumer<AggregatedUtterancesSummary.Builder>... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
default ListAggregatedUtterancesResponse.Builder |
aggregationDuration(Consumer<UtteranceAggregationDuration.Builder> aggregationDuration)
The time period used to aggregate the utterance data.
|
ListAggregatedUtterancesResponse.Builder |
aggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time period used to aggregate the utterance data.
|
ListAggregatedUtterancesResponse.Builder |
aggregationLastRefreshedDateTime(Instant aggregationLastRefreshedDateTime)
The last date and time that the aggregated data was collected.
|
ListAggregatedUtterancesResponse.Builder |
aggregationWindowEndTime(Instant aggregationWindowEndTime)
The date and time that the aggregation window ends.
|
ListAggregatedUtterancesResponse.Builder |
aggregationWindowStartTime(Instant aggregationWindowStartTime)
The date and time that the aggregation window begins.
|
ListAggregatedUtterancesResponse.Builder |
botAliasId(String botAliasId)
The identifier of the bot alias that contains the utterances.
|
ListAggregatedUtterancesResponse.Builder |
botId(String botId)
The identifier of the bot that contains the utterances.
|
ListAggregatedUtterancesResponse.Builder |
botVersion(String botVersion)
The identifier of the bot version that contains the utterances.
|
ListAggregatedUtterancesResponse.Builder |
localeId(String localeId)
The identifier of the language and locale that the utterances are in.
|
ListAggregatedUtterancesResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListAggregatedUtterances operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAggregatedUtterancesResponse.Builder botId(String botId)
The identifier of the bot that contains the utterances.
botId - The identifier of the bot that contains the utterances.ListAggregatedUtterancesResponse.Builder botAliasId(String botAliasId)
The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn't returned.
botAliasId - The identifier of the bot alias that contains the utterances. If you specified the bot version, the
bot alias ID isn't returned.ListAggregatedUtterancesResponse.Builder botVersion(String botVersion)
The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn't returned.
botVersion - The identifier of the bot version that contains the utterances. If you specified the bot alias, the
bot version isn't returned.ListAggregatedUtterancesResponse.Builder localeId(String localeId)
The identifier of the language and locale that the utterances are in.
localeId - The identifier of the language and locale that the utterances are in.ListAggregatedUtterancesResponse.Builder aggregationDuration(UtteranceAggregationDuration aggregationDuration)
The time period used to aggregate the utterance data.
aggregationDuration - The time period used to aggregate the utterance data.default ListAggregatedUtterancesResponse.Builder aggregationDuration(Consumer<UtteranceAggregationDuration.Builder> aggregationDuration)
The time period used to aggregate the utterance data.
This is a convenience method that creates an instance of theUtteranceAggregationDuration.Builder
avoiding the need to create one manually via UtteranceAggregationDuration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to aggregationDuration(UtteranceAggregationDuration).aggregationDuration - a consumer that will call methods on UtteranceAggregationDuration.BuilderaggregationDuration(UtteranceAggregationDuration)ListAggregatedUtterancesResponse.Builder aggregationWindowStartTime(Instant aggregationWindowStartTime)
The date and time that the aggregation window begins. Only data collected after this time is returned in the results.
aggregationWindowStartTime - The date and time that the aggregation window begins. Only data collected after this time is returned
in the results.ListAggregatedUtterancesResponse.Builder aggregationWindowEndTime(Instant aggregationWindowEndTime)
The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.
aggregationWindowEndTime - The date and time that the aggregation window ends. Only data collected between the start time and the
end time are returned in the results.ListAggregatedUtterancesResponse.Builder aggregationLastRefreshedDateTime(Instant aggregationLastRefreshedDateTime)
The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window.
Hours - for 1 hour time window, every half hour; otherwise every hour.
Days - every 6 hours
Weeks - for a one week time window, every 12 hours; otherwise, every day
aggregationLastRefreshedDateTime - The last date and time that the aggregated data was collected. The time period depends on the length
of the aggregation window.
Hours - for 1 hour time window, every half hour; otherwise every hour.
Days - every 6 hours
Weeks - for a one week time window, every 12 hours; otherwise, every day
ListAggregatedUtterancesResponse.Builder aggregatedUtterancesSummaries(Collection<AggregatedUtterancesSummary> aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
aggregatedUtterancesSummaries - Summaries of the aggregated utterance data. Each response contains information about the number of
times that the utterance was seen during the time period, whether it was detected or missed, and when
it was seen during the time period.ListAggregatedUtterancesResponse.Builder aggregatedUtterancesSummaries(AggregatedUtterancesSummary... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
aggregatedUtterancesSummaries - Summaries of the aggregated utterance data. Each response contains information about the number of
times that the utterance was seen during the time period, whether it was detected or missed, and when
it was seen during the time period.ListAggregatedUtterancesResponse.Builder aggregatedUtterancesSummaries(Consumer<AggregatedUtterancesSummary.Builder>... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #aggregatedUtterancesSummaries(List) .aggregatedUtterancesSummaries - a consumer that will call methods on List.Builder #aggregatedUtterancesSummaries(List) ListAggregatedUtterancesResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListAggregatedUtterances operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListAggregatedUtterances operation request
to get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListAggregatedUtterances operation. If the nextToken field is present, you
send the contents as the nextToken parameter of a ListAggregatedUtterances
operation request to get the next page of results.Copyright © 2022. All rights reserved.