| 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.Connect.Types.LexBotConfig
Description
Synopsis
Documentation
data LexBotConfig Source #
Configuration information of an Amazon Lex or Amazon Lex V2 bot.
See: newLexBotConfig smart constructor.
Constructors
| LexBotConfig' | |
Instances
newLexBotConfig :: LexBotConfig Source #
Create a value of LexBotConfig 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:lexBot:LexBotConfig', lexBotConfig_lexBot - Undocumented member.
$sel:lexV2Bot:LexBotConfig', lexBotConfig_lexV2Bot - Configuration information of an Amazon Lex V2 bot.
lexBotConfig_lexBot :: Lens' LexBotConfig (Maybe LexBot) Source #
Undocumented member.
lexBotConfig_lexV2Bot :: Lens' LexBotConfig (Maybe LexV2Bot) Source #
Configuration information of an Amazon Lex V2 bot.