Class: Aws::Types::UpdateBotRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotRecommendationResponse
- 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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#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.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
3585 3586 3587 |
# File 'sig/types.rbs', line 3585 def bot_recommendation_id @bot_recommendation_id end |
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
3584 3585 3586 |
# File 'sig/types.rbs', line 3584 def bot_recommendation_status @bot_recommendation_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3586 3587 3588 |
# File 'sig/types.rbs', line 3586 def creation_date_time @creation_date_time end |
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def encryption_setting @encryption_setting end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3587 3588 3589 |
# File 'sig/types.rbs', line 3587 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def locale_id @locale_id end |
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
Returns the value of attribute transcript_source_setting.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def transcript_source_setting @transcript_source_setting end |