class Aws::LexModelBuildingService::Types::GetExportRequest

@note When making an API call, you may pass GetExportRequest

data as a hash:

    {
      name: "Name", # required
      version: "NumericalVersion", # required
      resource_type: "BOT", # required, accepts BOT, INTENT, SLOT_TYPE
      export_type: "ALEXA_SKILLS_KIT", # required, accepts ALEXA_SKILLS_KIT, LEX
    }

@!attribute [rw] name

The name of the bot to export.
@return [String]

@!attribute [rw] version

The version of the bot to export.
@return [String]

@!attribute [rw] resource_type

The type of resource to export.
@return [String]

@!attribute [rw] export_type

The format of the exported data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetExportRequest AWS API Documentation

Constants

SENSITIVE