Bot class

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

Constructors

Bot({String? botEmail, String? botId, BotType? botType, DateTime? createdTimestamp, bool? disabled, String? displayName, String? securityToken, DateTime? updatedTimestamp, String? userId})
Bot.fromJson(Map<String, dynamic> json)
factory

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