BotMetadata

Provides information about a bot. .

Types

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

Properties

Link copied to clipboard

The date that the bot was created.

Link copied to clipboard

A description of the bot.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the bot.

Link copied to clipboard

The status of the bot.

Link copied to clipboard

The version of the bot. For a new bot, the version is always $LATEST.

Functions

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