| 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.LexBot
Description
Documentation
Configuration information of an Amazon Lex bot.
See: newLexBot smart constructor.
Constructors
| LexBot' | |
Instances
| FromJSON LexBot Source # | |
| ToJSON LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
| Generic LexBot Source # | |
| Read LexBot Source # | |
| Show LexBot Source # | |
| NFData LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
| Eq LexBot Source # | |
| Hashable LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
| type Rep LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot type Rep LexBot = D1 ('MetaData "LexBot" "Amazonka.Connect.Types.LexBot" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "LexBot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lexRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of LexBot 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:lexRegion:LexBot', lexBot_lexRegion - The Amazon Web Services Region where the Amazon Lex bot was created.
$sel:name:LexBot', lexBot_name - The name of the Amazon Lex bot.