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.LexBot

Description

 
Synopsis

Documentation

data LexBot Source #

Configuration information of an Amazon Lex bot.

See: newLexBot smart constructor.

Constructors

LexBot' 

Fields

Instances

Instances details
Eq LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Methods

(==) :: LexBot -> LexBot -> Bool #

(/=) :: LexBot -> LexBot -> Bool #

Read LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Show LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Generic LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Associated Types

type Rep LexBot :: Type -> Type #

Methods

from :: LexBot -> Rep LexBot x #

to :: Rep LexBot x -> LexBot #

NFData LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Methods

rnf :: LexBot -> () #

Hashable LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

Methods

hashWithSalt :: Int -> LexBot -> Int #

hash :: LexBot -> Int #

ToJSON LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

FromJSON LexBot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexBot

type Rep LexBot Source # 
Instance details

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))))

newLexBot :: LexBot Source #

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.

lexBot_lexRegion :: Lens' LexBot (Maybe Text) Source #

The Region that the Amazon Lex bot was created in.

lexBot_name :: Lens' LexBot (Maybe Text) Source #

The name of the Amazon Lex bot.