Class: Aws::Types::DescribeBotRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotRecommendationResponse
- 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_results ⇒ Types::BotRecommendationResults
Returns the value of attribute bot_recommendation_results.
-
#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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#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.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def bot_recommendation_id @bot_recommendation_id end |
#bot_recommendation_results ⇒ Types::BotRecommendationResults
Returns the value of attribute bot_recommendation_results.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def bot_recommendation_results @bot_recommendation_results end |
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def bot_recommendation_status @bot_recommendation_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def creation_date_time @creation_date_time end |
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def encryption_setting @encryption_setting end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def failure_reasons @failure_reasons end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def locale_id @locale_id end |
#transcript_source_setting ⇒ Types::TranscriptSourceSetting
Returns the value of attribute transcript_source_setting.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def transcript_source_setting @transcript_source_setting end |