Class: Aws::Types::BotRecommendationResultStatistics
- Inherits:
-
Object
- Object
- Aws::Types::BotRecommendationResultStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intents ⇒ Types::IntentStatistics
Returns the value of attribute intents.
-
#slot_types ⇒ Types::SlotTypeStatistics
Returns the value of attribute slot_types.
Instance Attribute Details
#intents ⇒ Types::IntentStatistics
Returns the value of attribute intents.
522 523 524 |
# File 'sig/types.rbs', line 522 def intents @intents end |
#slot_types ⇒ Types::SlotTypeStatistics
Returns the value of attribute slot_types.
523 524 525 |
# File 'sig/types.rbs', line 523 def slot_types @slot_types end |