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

Description

 
Synopsis

Documentation

data BotLocaleExportSpecification Source #

Provides the bot locale parameters required for exporting a bot locale.

See: newBotLocaleExportSpecification smart constructor.

Constructors

BotLocaleExportSpecification' 

Fields

  • botId :: Text

    The identifier of the bot to create the locale for.

  • botVersion :: Text

    The version of the bot to export.

  • localeId :: Text

    The identifier of the language and locale to export. The string must match one of the locales in the bot.

Instances

Instances details
FromJSON BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

ToJSON BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

Generic BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

Associated Types

type Rep BotLocaleExportSpecification :: Type -> Type #

Read BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

Show BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

NFData BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

Eq BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

Hashable BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

type Rep BotLocaleExportSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleExportSpecification

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

newBotLocaleExportSpecification Source #

Create a value of BotLocaleExportSpecification 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:BotLocaleExportSpecification', botLocaleExportSpecification_botId - The identifier of the bot to create the locale for.

$sel:botVersion:BotLocaleExportSpecification', botLocaleExportSpecification_botVersion - The version of the bot to export.

$sel:localeId:BotLocaleExportSpecification', botLocaleExportSpecification_localeId - The identifier of the language and locale to export. The string must match one of the locales in the bot.

botLocaleExportSpecification_botId :: Lens' BotLocaleExportSpecification Text Source #

The identifier of the bot to create the locale for.

botLocaleExportSpecification_localeId :: Lens' BotLocaleExportSpecification Text Source #

The identifier of the language and locale to export. The string must match one of the locales in the bot.