Method: Aws::LexModelBuildingService::Types::PutBotAliasResponse#name

Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

#nameString

The name of the alias.

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
# File '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