Class: Humidifier::Lex::BotAlias
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Lex::BotAlias resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#bot_alias_locale_settings ⇒ Object
returns the BotAliasLocaleSettings property.
-
#bot_alias_locale_settings=(value) ⇒ Object
sets the BotAliasLocaleSettings property (List).
-
#bot_alias_name ⇒ Object
returns the BotAliasName property.
-
#bot_alias_name=(value) ⇒ Object
sets the BotAliasName property (String).
-
#bot_alias_tags ⇒ Object
returns the BotAliasTags property.
-
#bot_alias_tags=(value) ⇒ Object
sets the BotAliasTags property (List).
-
#bot_id ⇒ Object
returns the BotId property.
-
#bot_id=(value) ⇒ Object
sets the BotId property (String).
-
#bot_version ⇒ Object
returns the BotVersion property.
-
#bot_version=(value) ⇒ Object
sets the BotVersion property (String).
-
#conversation_log_settings ⇒ Object
returns the ConversationLogSettings property.
-
#conversation_log_settings=(value) ⇒ Object
sets the ConversationLogSettings property (Structure).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#sentiment_analysis_settings ⇒ Object
returns the SentimentAnalysisSettings property.
-
#sentiment_analysis_settings=(value) ⇒ Object
sets the SentimentAnalysisSettings property (Json).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#bot_alias_locale_settings ⇒ Object
returns the BotAliasLocaleSettings property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def bot_alias_locale_settings properties['bot_alias_locale_settings'] end |
#bot_alias_locale_settings=(value) ⇒ Object
sets the BotAliasLocaleSettings property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def bot_alias_locale_settings=(value) update_property('bot_alias_locale_settings', value) end |
#bot_alias_name ⇒ Object
returns the BotAliasName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def bot_alias_name properties['bot_alias_name'] end |
#bot_alias_name=(value) ⇒ Object
sets the BotAliasName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def bot_alias_name=(value) update_property('bot_alias_name', value) end |
#bot_alias_tags ⇒ Object
returns the BotAliasTags property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def properties['bot_alias_tags'] end |
#bot_alias_tags=(value) ⇒ Object
sets the BotAliasTags property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def (value) update_property('bot_alias_tags', value) end |
#bot_id ⇒ Object
returns the BotId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def bot_id properties['bot_id'] end |
#bot_id=(value) ⇒ Object
sets the BotId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def bot_id=(value) update_property('bot_id', value) end |
#bot_version ⇒ Object
returns the BotVersion property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def bot_version properties['bot_version'] end |
#bot_version=(value) ⇒ Object
sets the BotVersion property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def bot_version=(value) update_property('bot_version', value) end |
#conversation_log_settings ⇒ Object
returns the ConversationLogSettings property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def conversation_log_settings properties['conversation_log_settings'] end |
#conversation_log_settings=(value) ⇒ Object
sets the ConversationLogSettings property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def conversation_log_settings=(value) update_property('conversation_log_settings', value) end |
#description ⇒ Object
returns the Description property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def description=(value) update_property('description', value) end |
#sentiment_analysis_settings ⇒ Object
returns the SentimentAnalysisSettings property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def sentiment_analysis_settings properties['sentiment_analysis_settings'] end |
#sentiment_analysis_settings=(value) ⇒ Object
sets the SentimentAnalysisSettings property (Json)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def sentiment_analysis_settings=(value) update_property('sentiment_analysis_settings', value) end |