Class: Aws::Types::UpdateBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]
Returns the value of attribute bot_alias_locale_settings.
-
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#conversation_log_settings ⇒ Types::ConversationLogSettings
Returns the value of attribute conversation_log_settings.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Returns the value of attribute sentiment_analysis_settings.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
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.
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.
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.
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.
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.
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 |