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

Description

 
Synopsis

Documentation

data LexV2Bot Source #

Configuration information of an Amazon Lex V2 bot.

See: newLexV2Bot smart constructor.

Constructors

LexV2Bot' 

Fields

Instances

Instances details
Eq LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Read LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Show LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Generic LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Associated Types

type Rep LexV2Bot :: Type -> Type #

Methods

from :: LexV2Bot -> Rep LexV2Bot x #

to :: Rep LexV2Bot x -> LexV2Bot #

NFData LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Methods

rnf :: LexV2Bot -> () #

Hashable LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

Methods

hashWithSalt :: Int -> LexV2Bot -> Int #

hash :: LexV2Bot -> Int #

ToJSON LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

FromJSON LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

type Rep LexV2Bot Source # 
Instance details

Defined in Amazonka.Connect.Types.LexV2Bot

type Rep LexV2Bot = D1 ('MetaData "LexV2Bot" "Amazonka.Connect.Types.LexV2Bot" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "LexV2Bot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliasArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLexV2Bot :: LexV2Bot Source #

Create a value of LexV2Bot 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:aliasArn:LexV2Bot', lexV2Bot_aliasArn - The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.

lexV2Bot_aliasArn :: Lens' LexV2Bot (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.