Class: Aws::LexModelsV2::Types::IntentStatistics

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 recommended intents associated with the bot recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discovered_intent_countInteger

The number of recommended intents associated with the bot recommendation.

Returns:

  • (Integer)


8378
8379
8380
8381
8382
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8378

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