| 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.AudioLogSetting
Description
Documentation
data AudioLogSetting Source #
Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
See: newAudioLogSetting smart constructor.
Constructors
| AudioLogSetting' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> AudioLogDestination | |
| -> AudioLogSetting |
Create a value of AudioLogSetting 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:AudioLogSetting', audioLogSetting_enabled - Determines whether audio logging in enabled for the bot.
$sel:destination:AudioLogSetting', audioLogSetting_destination - Undocumented member.
audioLogSetting_enabled :: Lens' AudioLogSetting Bool Source #
Determines whether audio logging in enabled for the bot.
audioLogSetting_destination :: Lens' AudioLogSetting AudioLogDestination Source #
Undocumented member.