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

Class: Aws::LexModelBuildingService::Types::BotMetadata

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

Overview

Provides information about a bot. .

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date that the bot was created.

Returns:

  • (Time)

    The date that the bot was created.

#descriptionString

A description of the bot.

Returns:

  • (String)

    A description of the bot.

#last_updated_dateTime

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

Returns:

  • (Time)

    The date that the bot was updated.

#nameString

The name of the bot.

Returns:

  • (String)

    The name of the bot.

#statusString

The status of the bot.

Possible values:

  • BUILDING
  • READY
  • READY_BASIC_TESTING
  • FAILED
  • NOT_BUILT

Returns:

  • (String)

    The status of the bot.

#versionString

The version of the bot. For a new bot, the version is always $LATEST.

Returns:

  • (String)

    The version of the bot.