Class: Aws::Types::GenerateBotElementResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateBotElementResponse
- 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.
-
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def bot_version @bot_version end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def locale_id @locale_id end |
#sample_utterances ⇒ ::Array[Types::SampleUtterance]
Returns the value of attribute sample_utterances.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def sample_utterances @sample_utterances end |