Class: Aws::LexModelsV2::Types::SlotResolutionTestResultItem

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

Overview

Information about the success and failure rate of slot resolution in the results of a test execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#result_countsTypes::SlotResolutionTestResultItemCounts

A result for slot resolution in the results of a test execution.



12364
12365
12366
12367
12368
12369
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12364

class SlotResolutionTestResultItem < Struct.new(
  :slot_name,
  :result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#slot_nameString

The name of the slot.

Returns:

  • (String)


12364
12365
12366
12367
12368
12369
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12364

class SlotResolutionTestResultItem < Struct.new(
  :slot_name,
  :result_counts)
  SENSITIVE = []
  include Aws::Structure
end