You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::Bot

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_email ⇒ String

The bot email address.

Returns:

  • (String) —

    The bot email address.

#bot_id ⇒ String

The bot ID.

Returns:

  • (String) —

    The bot ID.

#bot_type ⇒ String

The bot type.

Possible values:

  • ChatBot

Returns:

  • (String) —

    The bot type.

#created_timestamp ⇒ Time

The bot creation timestamp, in ISO 8601 format.

Returns:

  • (Time) —

    The bot creation timestamp, in ISO 8601 format.

#disabled ⇒ Boolean

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

Returns:

  • (Boolean) —

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

#display_name ⇒ String

The bot display name.

Returns:

  • (String) —

    The bot display name.

#security_token ⇒ String

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

Returns:

  • (String) —

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

#updated_timestamp ⇒ Time

The updated bot timestamp, in ISO 8601 format.

Returns:

  • (Time) —

    The updated bot timestamp, in ISO 8601 format.

#user_id ⇒ String

The unique ID for the bot user.

Returns:

  • (String) —

    The unique ID for the bot user.