Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.LexV2Models.Types.UtteranceAggregationDuration
Description
Documentation
data UtteranceAggregationDuration Source #
Provides parameters for setting the time window and duration for aggregating utterance data.
See: newUtteranceAggregationDuration
smart constructor.
Constructors
UtteranceAggregationDuration' | |
Fields
|
Instances
newUtteranceAggregationDuration Source #
Arguments
:: RelativeAggregationDuration |
|
-> UtteranceAggregationDuration |
Create a value of UtteranceAggregationDuration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:relativeAggregationDuration:UtteranceAggregationDuration'
, utteranceAggregationDuration_relativeAggregationDuration
- The desired time window for aggregating utterances.
utteranceAggregationDuration_relativeAggregationDuration :: Lens' UtteranceAggregationDuration RelativeAggregationDuration Source #
The desired time window for aggregating utterances.