Class: Aws::Types::BotRecommendationResults
- Inherits:
-
Object
- Object
- Aws::Types::BotRecommendationResults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_transcripts_url ⇒ ::String
Returns the value of attribute associated_transcripts_url.
-
#bot_locale_export_url ⇒ ::String
Returns the value of attribute bot_locale_export_url.
-
#statistics ⇒ Types::BotRecommendationResultStatistics
Returns the value of attribute statistics.
Instance Attribute Details
#associated_transcripts_url ⇒ ::String
Returns the value of attribute associated_transcripts_url.
529 530 531 |
# File 'sig/types.rbs', line 529 def associated_transcripts_url @associated_transcripts_url end |
#bot_locale_export_url ⇒ ::String
Returns the value of attribute bot_locale_export_url.
528 529 530 |
# File 'sig/types.rbs', line 528 def bot_locale_export_url @bot_locale_export_url end |
#statistics ⇒ Types::BotRecommendationResultStatistics
Returns the value of attribute statistics.
530 531 532 |
# File 'sig/types.rbs', line 530 def statistics @statistics end |