Bot

public struct Bot : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bot email address.

    Declaration

    Swift

    public let botEmail: String?
  • The bot ID.

    Declaration

    Swift

    public let botId: String?
  • The bot type.

    Declaration

    Swift

    public let botType: BotType?
  • The bot creation timestamp, in ISO 8601 format.

    Declaration

    Swift

    public let createdTimestamp: TimeStamp?
  • When true, the bot is stopped from running in your account.

    Declaration

    Swift

    public let disabled: Bool?
  • The bot display name.

    Declaration

    Swift

    public let displayName: String?
  • The security token used to authenticate Amazon Chime with the outgoing event endpoint.

    Declaration

    Swift

    public let securityToken: String?
  • The updated bot timestamp, in ISO 8601 format.

    Declaration

    Swift

    public let updatedTimestamp: TimeStamp?
  • The unique ID for the bot user.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(botEmail: String? = nil, botId: String? = nil, botType: BotType? = nil, createdTimestamp: TimeStamp? = nil, disabled: Bool? = nil, displayName: String? = nil, securityToken: String? = nil, updatedTimestamp: TimeStamp? = nil, userId: String? = nil)