amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.BotExportSpecification

Description

 
Synopsis

Documentation

data BotExportSpecification Source #

Provides the identity of a the bot that was exported.

See: newBotExportSpecification smart constructor.

Constructors

BotExportSpecification' 

Fields

  • botId :: Text

    The identifier of the bot assigned by Amazon Lex.

  • botVersion :: Text

    The version of the bot that was exported. This will be either DRAFT or the version number.

Instances

Instances details
FromJSON BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

ToJSON BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

Generic BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

Associated Types

type Rep BotExportSpecification :: Type -> Type #

Read BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

Show BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

NFData BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

Methods

rnf :: BotExportSpecification -> () #

Eq BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

Hashable BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

type Rep BotExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotExportSpecification

type Rep BotExportSpecification = D1 ('MetaData "BotExportSpecification" "Amazonka.LexV2Models.Types.BotExportSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotExportSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "botVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBotExportSpecification Source #

Create a value of BotExportSpecification 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:botId:BotExportSpecification', botExportSpecification_botId - The identifier of the bot assigned by Amazon Lex.

$sel:botVersion:BotExportSpecification', botExportSpecification_botVersion - The version of the bot that was exported. This will be either DRAFT or the version number.

botExportSpecification_botId :: Lens' BotExportSpecification Text Source #

The identifier of the bot assigned by Amazon Lex.

botExportSpecification_botVersion :: Lens' BotExportSpecification Text Source #

The version of the bot that was exported. This will be either DRAFT or the version number.