Class: Aws::LexModelsV2::Types::UpdateBotAliasRequest

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_alias_idString

The unique identifier of the bot alias.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_alias_locale_settingsHash<String,Types::BotAliasLocaleSettings>

The new Lambda functions to use in each locale for the bot alias.

Returns:



14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_alias_nameString

The new name to assign to the bot alias.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The identifier of the bot with the updated alias.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The new bot version to assign to the bot alias.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_log_settingsTypes::ConversationLogSettings

The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.



14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description to assign to the bot alias.

Returns:

  • (String)


14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#sentiment_analysis_settingsTypes::SentimentAnalysisSettings

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.



14339
14340
14341
14342
14343
14344
14345
14346
14347
14348
14349
14350
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14339

class UpdateBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_alias_name,
  :description,
  :bot_version,
  :bot_alias_locale_settings,
  :conversation_log_settings,
  :sentiment_analysis_settings,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end