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

Description

 
Synopsis

Documentation

data TextLogSetting Source #

Defines settings to enable text conversation logs.

See: newTextLogSetting smart constructor.

Constructors

TextLogSetting' 

Fields

Instances

Instances details
FromJSON TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

ToJSON TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

Generic TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

Associated Types

type Rep TextLogSetting :: Type -> Type #

Read TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

Show TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

NFData TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

Methods

rnf :: TextLogSetting -> () #

Eq TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

Hashable TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

type Rep TextLogSetting Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogSetting

type Rep TextLogSetting = D1 ('MetaData "TextLogSetting" "Amazonka.LexV2Models.Types.TextLogSetting" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "TextLogSetting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TextLogDestination)))

newTextLogSetting Source #

Create a value of TextLogSetting 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:enabled:TextLogSetting', textLogSetting_enabled - Determines whether conversation logs should be stored for an alias.

$sel:destination:TextLogSetting', textLogSetting_destination - Undocumented member.

textLogSetting_enabled :: Lens' TextLogSetting Bool Source #

Determines whether conversation logs should be stored for an alias.