Get Export
| lexmodelbuildingservice_get_export | R Documentation | 
Exports the contents of a Amazon Lex resource in a specified format¶
Description¶
Exports the contents of a Amazon Lex resource in a specified format.
Usage¶
lexmodelbuildingservice_get_export(name, version, resourceType,
  exportType)
Arguments¶
name | 
[required] The name of the bot to export.  | 
version | 
[required] The version of the bot to export.  | 
resourceType | 
[required] The type of resource to export.  | 
exportType | 
[required] The format of the exported data.  | 
Value¶
A list with the following syntax:
list(
  name = "string",
  version = "string",
  resourceType = "BOT"|"INTENT"|"SLOT_TYPE",
  exportType = "ALEXA_SKILLS_KIT"|"LEX",
  exportStatus = "IN_PROGRESS"|"READY"|"FAILED",
  failureReason = "string",
  url = "string"
)
Request syntax¶
svc$get_export(
  name = "string",
  version = "string",
  resourceType = "BOT"|"INTENT"|"SLOT_TYPE",
  exportType = "ALEXA_SKILLS_KIT"|"LEX"
)