AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains the results of the test execution, grouped by type of results. See Test result details">Test results details for details about different types of results.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.TestExecutionResultItems

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class TestExecutionResultItems

The TestExecutionResultItems type exposes the following members

Constructors

NameDescription
Public Method TestExecutionResultItems()

Properties

NameTypeDescription
Public Property ConversationLevelTestResults Amazon.LexModelsV2.Model.ConversationLevelTestResults

Gets and sets the property ConversationLevelTestResults.

Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.

Public Property IntentClassificationTestResults Amazon.LexModelsV2.Model.IntentClassificationTestResults

Gets and sets the property IntentClassificationTestResults.

Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.

Public Property IntentLevelSlotResolutionTestResults Amazon.LexModelsV2.Model.IntentLevelSlotResolutionTestResults

Gets and sets the property IntentLevelSlotResolutionTestResults.

Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations

Public Property OverallTestResults Amazon.LexModelsV2.Model.OverallTestResults

Gets and sets the property OverallTestResults.

Overall results for the test execution, including the breakdown of conversations and single-input utterances.

Public Property UtteranceLevelTestResults Amazon.LexModelsV2.Model.UtteranceLevelTestResults

Gets and sets the property UtteranceLevelTestResults.

Results related to utterances in the test set.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5