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

Description

 
Synopsis

Documentation

data TranscriptFilter Source #

The object representing the filter that Amazon Lex will use to select the appropriate transcript.

See: newTranscriptFilter smart constructor.

Constructors

TranscriptFilter' 

Fields

Instances

Instances details
FromJSON TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

ToJSON TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

Generic TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

Associated Types

type Rep TranscriptFilter :: Type -> Type #

Read TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

Show TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

NFData TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

Methods

rnf :: TranscriptFilter -> () #

Eq TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

Hashable TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

type Rep TranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptFilter

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

newTranscriptFilter :: TranscriptFilter Source #

Create a value of TranscriptFilter 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:lexTranscriptFilter:TranscriptFilter', transcriptFilter_lexTranscriptFilter - The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.

transcriptFilter_lexTranscriptFilter :: Lens' TranscriptFilter (Maybe LexTranscriptFilter) Source #

The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.