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

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

Overview

Provides information about a bot alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot to which the alias points.

Returns:

  • (String)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

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

Returns:

  • (String)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#checksumString

Checksum of the bot alias.

Returns:

  • (String)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_logsTypes::ConversationLogsResponse

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



79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date that the bot alias was created.

Returns:

  • (Time)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the bot alias.

Returns:

  • (String)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

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


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bot alias.

Returns:

  • (String)


79
80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 79

class BotAliasMetadata < Struct.new(
  :name,
  :description,
  :bot_version,
  :bot_name,
  :last_updated_date,
  :created_date,
  :checksum,
  :conversation_logs)
  SENSITIVE = []
  include Aws::Structure
end