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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



15734
15735
15736
15737
15738
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15734

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