Class: Aws::LexModelsV2::Types::ConversationLevelTestResults

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

Overview

The test set results data at the conversation level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ConversationLevelTestResultItem>

The item list in the test set results data at the conversation level.



3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3149

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