Class: Aws::LexModelsV2::Types::SlotTypeStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#discovered_slot_type_countInteger

The number of recommended slot types associated with the bot recommendation.

Returns:

  • (Integer)


12520
12521
12522
12523
12524
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12520

class SlotTypeStatistics < Struct.new(
  :discovered_slot_type_count)
  SENSITIVE = []
  include Aws::Structure
end