Class: Aws::Types::StartBotRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartBotRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#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.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def bot_recommendation_id @bot_recommendation_id end |
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def bot_recommendation_status @bot_recommendation_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def creation_date_time @creation_date_time end |
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def encryption_setting @encryption_setting end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def locale_id @locale_id end |
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
Returns the value of attribute transcript_source_setting.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def transcript_source_setting @transcript_source_setting end |