Class: Aws::LexModelsV2::Types::BotRecommendationResultStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

A statistical summary of the bot recommendation results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intentsTypes::IntentStatistics

Statistical information about about the intents associated with the bot recommendation results.



2387
2388
2389
2390
2391
2392
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2387

class BotRecommendationResultStatistics < Struct.new(
  :intents,
  :slot_types)
  SENSITIVE = []
  include Aws::Structure
end

#slot_typesTypes::SlotTypeStatistics

Statistical information about the slot types associated with the bot recommendation results.



2387
2388
2389
2390
2391
2392
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2387

class BotRecommendationResultStatistics < Struct.new(
  :intents,
  :slot_types)
  SENSITIVE = []
  include Aws::Structure
end