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.



2460
2461
2462
2463
2464
2465
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2460

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.



2460
2461
2462
2463
2464
2465
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2460

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