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

Description

 
Synopsis

Documentation

data TranscriptSourceSetting Source #

Indicates the setting of the location where the transcript is stored.

See: newTranscriptSourceSetting smart constructor.

Constructors

TranscriptSourceSetting' 

Fields

Instances

Instances details
FromJSON TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

ToJSON TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

Generic TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

Associated Types

type Rep TranscriptSourceSetting :: Type -> Type #

Read TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

Show TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

NFData TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

Methods

rnf :: TranscriptSourceSetting -> () #

Eq TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

Hashable TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

type Rep TranscriptSourceSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TranscriptSourceSetting

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

newTranscriptSourceSetting :: TranscriptSourceSetting Source #

Create a value of TranscriptSourceSetting 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:s3BucketTranscriptSource:TranscriptSourceSetting', transcriptSourceSetting_s3BucketTranscriptSource - Indicates the setting of the Amazon S3 bucket where the transcript is stored.

transcriptSourceSetting_s3BucketTranscriptSource :: Lens' TranscriptSourceSetting (Maybe S3BucketTranscriptSource) Source #

Indicates the setting of the Amazon S3 bucket where the transcript is stored.