GetExportResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the export.

Link copied to clipboard

The format of the exported data.

Link copied to clipboard

If status is FAILED, Amazon Lex provides the reason that it failed to export the resource.

Link copied to clipboard
val name: String?

The name of the bot being exported.

Link copied to clipboard

The type of the exported resource.

Link copied to clipboard
val 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.

Link copied to clipboard

The version of the bot being exported.

Functions

Link copied to clipboard
inline fun copy(block: GetExportResponse.Builder.() -> Unit = {}): GetExportResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String