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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Provides information about a bot. .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date that the bot was created.

Returns:

  • (Time)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the bot.

Returns:

  • (String)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#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)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bot.

Returns:

  • (String)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the bot.

Returns:

  • (String)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

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

Returns:

  • (String)


197
198
199
200
201
202
203
204
205
206
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197

class BotMetadata < Struct.new(
  :name,
  :description,
  :status,
  :last_updated_date,
  :created_date,
  :version)
  SENSITIVE = []
  include Aws::Structure
end