Bot

class Bot

A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.

Types

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

Properties

Link copied to clipboard

The bot email address.

Link copied to clipboard

The bot ID.

Link copied to clipboard

The bot type.

Link copied to clipboard

The bot creation timestamp, in ISO 8601 format.

Link copied to clipboard

When true, the bot is stopped from running in your account.

Link copied to clipboard

The bot display name.

Link copied to clipboard

The security token used to authenticate Amazon Chime with the outgoing event endpoint.

Link copied to clipboard

The updated bot timestamp, in ISO 8601 format.

Link copied to clipboard

The unique ID for the bot user.

Functions

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