Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UtteranceAggregationDuration
-
Packages that use UtteranceAggregationDuration Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of UtteranceAggregationDuration in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return UtteranceAggregationDuration Modifier and Type Method Description UtteranceAggregationDurationListAggregatedUtterancesRequest. aggregationDuration()The time window for aggregating the utterance information.UtteranceAggregationDurationListAggregatedUtterancesResponse. aggregationDuration()The time period used to aggregate the utterance data.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type UtteranceAggregationDuration Modifier and Type Method Description ListAggregatedUtterancesRequest.BuilderListAggregatedUtterancesRequest.Builder. aggregationDuration(UtteranceAggregationDuration aggregationDuration)The time window for aggregating the utterance information.ListAggregatedUtterancesResponse.BuilderListAggregatedUtterancesResponse.Builder. aggregationDuration(UtteranceAggregationDuration aggregationDuration)The time period used to aggregate the utterance data.
-