Class: Aws::Types::CreateBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#bot_alias_locale_settings ⇒ ::Hash[::String, Types::BotAliasLocaleSettings]
Returns the value of attribute bot_alias_locale_settings.
757 758 759 |
# File 'sig/types.rbs', line 757 def bot_alias_locale_settings @bot_alias_locale_settings end |
#bot_alias_name ⇒ ::String
Returns the value of attribute bot_alias_name.
754 755 756 |
# File 'sig/types.rbs', line 754 def bot_alias_name @bot_alias_name end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
756 757 758 |
# File 'sig/types.rbs', line 756 def bot_version @bot_version end |
#conversation_log_settings ⇒ Types::ConversationLogSettings
Returns the value of attribute conversation_log_settings.
758 759 760 |
# File 'sig/types.rbs', line 758 def conversation_log_settings @conversation_log_settings end |
#description ⇒ ::String
Returns the value of attribute description.
755 756 757 |
# File 'sig/types.rbs', line 755 def description @description end |
#sentiment_analysis_settings ⇒ Types::SentimentAnalysisSettings
Returns the value of attribute sentiment_analysis_settings.
759 760 761 |
# File 'sig/types.rbs', line 759 def sentiment_analysis_settings @sentiment_analysis_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
761 762 763 |
# File 'sig/types.rbs', line 761 def @tags end |