Class: Aws::LexModelsV2::Types::CreateBotAliasRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_locale_settingsHash<String,Types::BotAliasLocaleSettings>

Maps configuration information to a specific locale. You can use this parameter to specify a specific Lambda function to run different functions in different locales.

Returns:



3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#bot_alias_nameString

The alias to create. The name must be unique for the bot.

Returns:

  • (String)


3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#bot_idString

The unique identifier of the bot that the alias applies to.

Returns:

  • (String)


3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#bot_versionString

The version of the bot that this alias points to. You can use the

UpdateBotAlias][1

operation to change the bot version associated

with the alias.

[1]: docs.aws.amazon.com/lexv2/latest/APIReference/API_UpdateBotAlias.html

Returns:

  • (String)


3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#conversation_log_settingsTypes::ConversationLogSettings

Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.



3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#descriptionString

A description of the alias. Use this description to help identify the alias.

Returns:

  • (String)


3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#sentiment_analysis_settingsTypes::SentimentAnalysisSettings

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



3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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

#tagsHash<String,String>

A list of tags to add to the bot alias. You can only add tags when you create an alias, you can’t use the ‘UpdateBotAlias` operation to update the tags on a bot alias. To update tags, use the `TagResource` operation.

Returns:

  • (Hash<String,String>)


3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3367

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