Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexmodelbuildingservice_get_export

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"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.