BotAliasMetadata

Provides information about a bot alias.

Types

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

Properties

Link copied to clipboard

The name of the bot to which the alias points.

Link copied to clipboard

The version of the Amazon Lex bot to which the alias points.

Link copied to clipboard

Checksum of the bot alias.

Link copied to clipboard

Settings that determine how Amazon Lex uses conversation logs for the alias.

Link copied to clipboard

The date that the bot alias was created.

Link copied to clipboard

A description of the bot alias.

Link copied to clipboard

The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.

Link copied to clipboard
val name: String?

The name of the bot alias.

Functions

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