Class: Aws::LexModelsV2::Types::SlotResolutionTestResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotResolutionTestResultItem
- Includes:
- Structure
- Defined in:
- 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
-
#result_counts ⇒ Types::SlotResolutionTestResultItemCounts
A result for slot resolution in the results of a test execution.
-
#slot_name ⇒ String
The name of the slot.
Instance Attribute Details
#result_counts ⇒ Types::SlotResolutionTestResultItemCounts
A result for slot resolution in the results of a test execution.
12437 12438 12439 12440 12441 12442 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12437 class SlotResolutionTestResultItem < Struct.new( :slot_name, :result_counts) SENSITIVE = [] include Aws::Structure end |
#slot_name ⇒ String
The name of the slot.
12437 12438 12439 12440 12441 12442 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12437 class SlotResolutionTestResultItem < Struct.new( :slot_name, :result_counts) SENSITIVE = [] include Aws::Structure end |