libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

Instances

Instances details
Eq LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

Read LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

Show LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

Generic LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

Associated Types

type Rep LexBotConfig :: Type -> Type #

NFData LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

Methods

rnf :: LexBotConfig -> () #

Hashable LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

FromJSON LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

type Rep LexBotConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBotConfig

type Rep LexBotConfig = D1 ('MetaData "LexBotConfig" "Amazonka.Connect.Types.LexBotConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "LexBotConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lexBot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LexBot)) :*: S1 ('MetaSel ('Just "lexV2Bot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LexV2Bot))))

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_lexV2Bot :: Lens' LexBotConfig (Maybe LexV2Bot) Source #

Configuration information of an Amazon Lex V2 bot.