Class: Aws::Types::StartBotAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBotAnalyzerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_scope ⇒ "BotLocale"
Returns the value of attribute analysis_scope.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#analysis_scope ⇒ "BotLocale"
Returns the value of attribute analysis_scope.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def analysis_scope @analysis_scope end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def locale_id @locale_id end |