GetExportResponse class
Properties
exportStatus
→ ExportStatus ?
The status of the export.
final
exportType
→ ExportType ?
The format of the exported data.
final
failureReason
→ String ?
If status
is FAILED
, Amazon Lex provides the
reason that it failed to export the resource.
final
hashCode
→ int
The hash code for this object.
no setter inherited
name
→ String ?
The name of the bot being exported.
final
resourceType
→ ResourceType ?
The type of the exported resource.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
url
→ String ?
An S3 pre-signed URL that provides the location of the exported resource.
The exported resource is a ZIP archive that contains the exported resource
in JSON format. The structure of the archive may change. Your code should
not rely on the archive structure.
final
version
→ String ?
The version of the bot being exported.
final
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited