BotVersionSummary

Summary information about a bot version returned by the ListBotVersions operation.

Types

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

Properties

Link copied to clipboard

The name of the bot associated with the version.

Link copied to clipboard

The status of the bot. When the status is available, the version of the bot is ready for use.

Link copied to clipboard

The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..

Link copied to clipboard

A timestamp of the date and time that the version was created.

Link copied to clipboard

The description of the version.

Functions

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