BotSummary

Summary information about a bot returned by the ListBots operation.

Types

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

Properties

Link copied to clipboard

The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.

Link copied to clipboard

The name of the bot.

Link copied to clipboard

The current status of the bot. When the status is Available the bot is ready for use.

Link copied to clipboard

The type of the bot.

Link copied to clipboard

The description of the bot.

Link copied to clipboard

The date and time that the bot was last updated.

Link copied to clipboard

The latest numerical version in use for the bot.

Functions

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