Class: Aws::LexModelBuildingService::Types::PutBotAliasResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_name ⇒ String

The name of the bot that the alias points to.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#bot_version ⇒ String

The version of the bot that the alias points to.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#checksum ⇒ String

The checksum for the current version of the alias.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#conversation_logs ⇒ Types::ConversationLogsResponse

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



2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#created_date ⇒ Time

The date that the bot alias was created.

Returns:

  • (Time)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#description ⇒ String

A description of the alias.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#last_updated_date ⇒ Time

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

Returns:

  • (Time)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#name ⇒ String

The name of the alias.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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

#tags ⇒ Array<Types::Tag>

A list of tags associated with a bot.

Returns:



2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2967

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