Class: Aws::LexModelsV2::Types::IntentClassificationTestResults

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

Overview

Information for the results of the intent classification test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::IntentClassificationTestResultItem>

A list of the results for the intent classification test.



8115
8116
8117
8118
8119
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8115

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