Exports the contents of a Amazon Lex resource in a specified format
Exports the contents of a Amazon Lex resource in a specified format.
lexmodelbuildingservice_get_export(name, version, resourceType, exportType)
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. |
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" )
svc$get_export( name = "string", version = "string", resourceType = "BOT"|"INTENT"|"SLOT_TYPE", exportType = "ALEXA_SKILLS_KIT"|"LEX" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.