Class: Aws::LexModelsV2::Types::CreateBotVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The bot identifier specified in the request.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version number assigned to the version.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#bot_version_locale_specificationHash<String,Types::BotVersionLocaleDetails>

The source versions used for each locale in the new version.

Returns:



1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

A timestamp of the date and time that the version was created.

Returns:

  • (Time)


1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version specified in the request.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1987

class CreateBotVersionResponse < Struct.new(
  :bot_id,
  :description,
  :bot_version,
  :bot_version_locale_specification,
  :bot_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end