Class: Aws::Types::UpdateBotAliasRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


3507
3508
3509
# File 'sig/types.rbs', line 3507

def bot_alias_id
  @bot_alias_id
end

#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]

Returns the value of attribute bot_alias_locale_settings.

Returns:



3511
3512
3513
# File 'sig/types.rbs', line 3511

def bot_alias_locale_settings
  @bot_alias_locale_settings
end

#bot_alias_name ⇒ ::String

Returns the value of attribute bot_alias_name.

Returns:

  • (::String)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def bot_alias_name
  @bot_alias_name
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


3514
3515
3516
# File 'sig/types.rbs', line 3514

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3510
3511
3512
# File 'sig/types.rbs', line 3510

def bot_version
  @bot_version
end

#conversation_log_settings ⇒ Types::ConversationLogSettings

Returns the value of attribute conversation_log_settings.



3512
3513
3514
# File 'sig/types.rbs', line 3512

def conversation_log_settings
  @conversation_log_settings
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


3509
3510
3511
# File 'sig/types.rbs', line 3509

def description
  @description
end

#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings

Returns the value of attribute sentiment_analysis_settings.



3513
3514
3515
# File 'sig/types.rbs', line 3513

def sentiment_analysis_settings
  @sentiment_analysis_settings
end