Class: Aws::Types::UpdateBotAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotAliasResponse
- 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_alias_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_status.
-
#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.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#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.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 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.
3523 3524 3525 |
# File 'sig/types.rbs', line 3523 def bot_alias_locale_settings @bot_alias_locale_settings end |
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def bot_alias_name @bot_alias_name end |
#bot_alias_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_status.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def bot_alias_status @bot_alias_status end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3522 3523 3524 |
# File 'sig/types.rbs', line 3522 def bot_version @bot_version end |
#conversation_log_settings ⇒ Types::ConversationLogSettings
Returns the value of attribute conversation_log_settings.
3524 3525 3526 |
# File 'sig/types.rbs', line 3524 def conversation_log_settings @conversation_log_settings end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
3521 3522 3523 |
# File 'sig/types.rbs', line 3521 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3529 3530 3531 |
# File 'sig/types.rbs', line 3529 def last_updated_date_time @last_updated_date_time end |
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Returns the value of attribute sentiment_analysis_settings.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def sentiment_analysis_settings @sentiment_analysis_settings end |