Class: Aws::LexModelsV2::Types::UtteranceLevelTestResults

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

Overview

Contains information about the utterances in the results of the test set execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::UtteranceLevelTestResultItem>

Contains information about an utterance in the results of the test set execution.



15744
15745
15746
15747
15748
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15744

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