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_counts ⇒ Types::SlotResolutionTestResultItemCounts

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



13073
13074
13075
13076
13077
13078
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13073

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

#slot_name ⇒ String

The name of the slot.

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13073

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