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.DateRangeFilter

Description

 
Synopsis

Documentation

data DateRangeFilter Source #

The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.

See: newDateRangeFilter smart constructor.

Constructors

DateRangeFilter' 

Fields

Instances

Instances details
FromJSON DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

ToJSON DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

Generic DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

Associated Types

type Rep DateRangeFilter :: Type -> Type #

Read DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

Show DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

NFData DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

Methods

rnf :: DateRangeFilter -> () #

Eq DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

Hashable DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

type Rep DateRangeFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.DateRangeFilter

type Rep DateRangeFilter = D1 ('MetaData "DateRangeFilter" "Amazonka.LexV2Models.Types.DateRangeFilter" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "DateRangeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newDateRangeFilter Source #

Create a value of DateRangeFilter 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:startDateTime:DateRangeFilter', dateRangeFilter_startDateTime - A timestamp indicating the start date for the date range filter.

$sel:endDateTime:DateRangeFilter', dateRangeFilter_endDateTime - A timestamp indicating the end date for the date range filter.

dateRangeFilter_startDateTime :: Lens' DateRangeFilter UTCTime Source #

A timestamp indicating the start date for the date range filter.

dateRangeFilter_endDateTime :: Lens' DateRangeFilter UTCTime Source #

A timestamp indicating the end date for the date range filter.