Bot class
A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.
Constructors
Properties
- botEmail → String?
-
The bot email address.
final
- botId → String?
-
The bot ID.
final
- botType → BotType?
-
The bot type.
final
- createdTimestamp → DateTime?
-
The bot creation timestamp, in ISO 8601 format.
final
- disabled → bool?
-
When true, the bot is stopped from running in your account.
final
- displayName → String?
-
The bot display name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityToken → String?
-
The security token used to authenticate Amazon Chime with the outgoing event
endpoint.
final
- updatedTimestamp → DateTime?
-
The updated bot timestamp, in ISO 8601 format.
final
- userId → String?
-
The unique ID for the bot user.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited