Class: Aws::LexModelsV2::Types::IntentStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::IntentStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object that contains the statistical summary of recommended intents associated with the bot recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovered_intent_count ⇒ Integer
The number of recommended intents associated with the bot recommendation.
Instance Attribute Details
#discovered_intent_count ⇒ Integer
The number of recommended intents associated with the bot recommendation.
8508 8509 8510 8511 8512 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8508 class IntentStatistics < Struct.new( :discovered_intent_count) SENSITIVE = [] include Aws::Structure end |