Class: Aws::LexModelsV2::Types::IntentLevelSlotResolutionTestResults

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

Overview

Indicates the success or failure of slots at the intent level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::IntentLevelSlotResolutionTestResultItem>

Indicates the items for the slot level resolution for the intents.



8321
8322
8323
8324
8325
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8321

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