Class: Aws::Types::DescribeBotAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_history_events ⇒ ::Array[Types::BotAliasHistoryEvent]
Returns the value of attribute bot_alias_history_events.
-
#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.
-
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
Returns the value of attribute parent_bot_networks.
-
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Returns the value of attribute sentiment_analysis_settings.
Instance Attribute Details
#bot_alias_history_events ⇒ ::Array[Types::BotAliasHistoryEvent]
Returns the value of attribute bot_alias_history_events.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def bot_alias_history_events @bot_alias_history_events end |
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 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.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def bot_alias_locale_settings @bot_alias_locale_settings end |
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def bot_alias_name @bot_alias_name end |
#bot_alias_status ⇒ "Creating", ...
Returns the value of attribute bot_alias_status.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def bot_alias_status @bot_alias_status end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def bot_version @bot_version end |
#conversation_log_settings ⇒ Types::ConversationLogSettings
Returns the value of attribute conversation_log_settings.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def conversation_log_settings @conversation_log_settings end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def last_updated_date_time @last_updated_date_time end |
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
Returns the value of attribute parent_bot_networks.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def parent_bot_networks @parent_bot_networks end |
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Returns the value of attribute sentiment_analysis_settings.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def sentiment_analysis_settings @sentiment_analysis_settings end |