Class: Aws::Types::GenerateBotElementRequest
- Inherits:
-
Object
- Object
- Aws::Types::GenerateBotElementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def bot_version @bot_version end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def locale_id @locale_id end |