ImportSummary

Provides summary information about an import in an import list.

Types

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

Properties

Link copied to clipboard

The date and time that the import was created.

Link copied to clipboard

The unique identifier that Amazon Lex assigned to the imported resource.

Link copied to clipboard

The name that you gave the imported resource.

Link copied to clipboard

The type of resource that was imported.

Link copied to clipboard

The unique identifier that Amazon Lex assigned to the import.

Link copied to clipboard

The status of the resource. When the status is Completed the resource is ready to build.

Link copied to clipboard

The date and time that the import was last updated.

Link copied to clipboard

The strategy used to merge existing bot or bot locale definitions with the imported definition.

Functions

Link copied to clipboard
inline fun copy(block: ImportSummary.Builder.() -> Unit = {}): ImportSummary
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