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.
8451 8452 8453 8454 8455 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8451 class IntentStatistics < Struct.new( :discovered_intent_count) SENSITIVE = [] include Aws::Structure end |