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

Class: Aws::LexModelBuildingService::Types::BotAliasMetadata

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

Overview

Provides information about a bot alias.

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot to which the alias points.

Returns:

  • (String)

    The name of the bot to which the alias points.

#bot_versionString

The version of the Amazon Lex bot to which the alias points.

Returns:

  • (String)

    The version of the Amazon Lex bot to which the alias points.

#checksumString

Checksum of the bot alias.

Returns:

  • (String)

    Checksum of the bot alias.

#conversation_logsTypes::ConversationLogsResponse

Settings that determine how Amazon Lex uses conversation logs for the alias.

Returns:

#created_dateTime

The date that the bot alias was created.

Returns:

  • (Time)

    The date that the bot alias was created.

#descriptionString

A description of the bot alias.

Returns:

  • (String)

    A description of the bot alias.

#last_updated_dateTime

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

Returns:

  • (Time)

    The date that the bot alias was updated.

#nameString

The name of the bot alias.

Returns:

  • (String)

    The name of the bot alias.