Class: Aws::LexModelsV2::Types::SlotTypeStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotTypeStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object that contains the statistical summary of the recommended slot type associated with the bot recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovered_slot_type_count ⇒ Integer
The number of recommended slot types associated with the bot recommendation.
Instance Attribute Details
#discovered_slot_type_count ⇒ Integer
The number of recommended slot types associated with the bot recommendation.
12593 12594 12595 12596 12597 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12593 class SlotTypeStatistics < Struct.new( :discovered_slot_type_count) SENSITIVE = [] include Aws::Structure end |