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

Description

 
Synopsis

Documentation

data LexTranscriptFilter Source #

The object that contains transcript filter details that are associated with a bot recommendation.

See: newLexTranscriptFilter smart constructor.

Constructors

LexTranscriptFilter' 

Fields

  • dateRangeFilter :: Maybe DateRangeFilter

    The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.

Instances

Instances details
FromJSON LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

ToJSON LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

Generic LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

Associated Types

type Rep LexTranscriptFilter :: Type -> Type #

Read LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

Show LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

NFData LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

Methods

rnf :: LexTranscriptFilter -> () #

Eq LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

Hashable LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

type Rep LexTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LexTranscriptFilter

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

newLexTranscriptFilter :: LexTranscriptFilter Source #

Create a value of LexTranscriptFilter 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:dateRangeFilter:LexTranscriptFilter', lexTranscriptFilter_dateRangeFilter - The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.

lexTranscriptFilter_dateRangeFilter :: Lens' LexTranscriptFilter (Maybe DateRangeFilter) Source #

The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.