Class: Aws::LexModelsV2::Types::ConversationLevelTestResults
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ConversationLevelTestResults
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The test set results data at the conversation level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ConversationLevelTestResultItem>
The item list in the test set results data at the conversation level.
Instance Attribute Details
#items ⇒ Array<Types::ConversationLevelTestResultItem>
The item list in the test set results data at the conversation level.
3222 3223 3224 3225 3226 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3222 class ConversationLevelTestResults < Struct.new( :items) SENSITIVE = [] include Aws::Structure end |