| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.TextLogSetting
Description
Documentation
data TextLogSetting Source #
Defines settings to enable text conversation logs.
See: newTextLogSetting smart constructor.
Constructors
| TextLogSetting' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> TextLogDestination | |
| -> TextLogSetting |
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.
textLogSetting_destination :: Lens' TextLogSetting TextLogDestination Source #
Undocumented member.