Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Configuration information of an Amazon Lex bot.
See: newLexBot
smart constructor.
Instances
Eq LexBot Source # | |
Read LexBot Source # | |
Show LexBot Source # | |
Generic LexBot Source # | |
NFData LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
Hashable LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
ToJSON LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot | |
FromJSON LexBot Source # | |
type Rep LexBot Source # | |
Defined in Amazonka.Connect.Types.LexBot type Rep LexBot = D1 ('MetaData "LexBot" "Amazonka.Connect.Types.LexBot" "libZSservicesZSamazonka-connectZSamazonka-connect" '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 Region that the Amazon Lex bot was created in.
$sel:name:LexBot'
, lexBot_name
- The name of the Amazon Lex bot.