Class: Aws::Types::StartBotRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBotRecommendationRequest
- 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.
-
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
Returns the value of attribute transcript_source_setting.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def bot_version @bot_version end |
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def encryption_setting @encryption_setting end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def locale_id @locale_id end |
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
Returns the value of attribute transcript_source_setting.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def transcript_source_setting @transcript_source_setting end |