Class: Aws::Types::StartBotResourceGenerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBotResourceGenerationRequest
- 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.
-
#generation_input_prompt ⇒ ::String
Returns the value of attribute generation_input_prompt.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def bot_version @bot_version end |
#generation_input_prompt ⇒ ::String
Returns the value of attribute generation_input_prompt.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def generation_input_prompt @generation_input_prompt end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def locale_id @locale_id end |