You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::GetExportRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetExportRequest as input to an Aws::Client method, you can use a vanilla 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
}

Instance Attribute Summary collapse

Instance Attribute Details

#export_typeString

The format of the exported data.

Possible values:

  • ALEXA_SKILLS_KIT
  • LEX

Returns:

  • (String)

    The format of the exported data.

#nameString

The name of the bot to export.

Returns:

  • (String)

    The name of the bot to export.

#resource_typeString

The type of resource to export.

Possible values:

  • BOT
  • INTENT
  • SLOT_TYPE

Returns:

  • (String)

    The type of resource to export.

#versionString

The version of the bot to export.

Returns:

  • (String)

    The version of the bot to export.