amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Description

 
Synopsis

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

Instances details
FromJSON UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

ToJSON UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Generic UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Associated Types

type Rep UtteranceAggregationDuration :: Type -> Type #

Read UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Show UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

NFData UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Eq UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

Hashable UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

type Rep UtteranceAggregationDuration Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.UtteranceAggregationDuration

type Rep UtteranceAggregationDuration = D1 ('MetaData "UtteranceAggregationDuration" "Amazonka.LexV2Models.Types.UtteranceAggregationDuration" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "UtteranceAggregationDuration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relativeAggregationDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelativeAggregationDuration)))

newUtteranceAggregationDuration Source #

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.