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 for the user turn by the test execution.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.UserTurnResult

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

Syntax

C#
public class UserTurnResult

The UserTurnResult type exposes the following members

Constructors

NameDescription
Public Method UserTurnResult()

Properties

NameTypeDescription
Public Property ActualOutput Amazon.LexModelsV2.Model.UserTurnOutputSpecification

Gets and sets the property ActualOutput.

Contains information about the actual output for the user turn.

Public Property ConversationLevelResult Amazon.LexModelsV2.Model.ConversationLevelResultDetail

Gets and sets the property ConversationLevelResult.

Contains information about the results related to the conversation associated with the user turn.

Public Property EndToEndResult Amazon.LexModelsV2.TestResultMatchStatus

Gets and sets the property EndToEndResult.

Specifies whether the expected and actual outputs match or not, or if there is an error in execution.

Public Property ErrorDetails Amazon.LexModelsV2.Model.ExecutionErrorDetails

Gets and sets the property ErrorDetails.

Public Property ExpectedOutput Amazon.LexModelsV2.Model.UserTurnOutputSpecification

Gets and sets the property ExpectedOutput.

Contains information about the expected output for the user turn.

Public Property Input Amazon.LexModelsV2.Model.UserTurnInputSpecification

Gets and sets the property Input.

Contains information about the user messages in the turn in the input.

Public Property IntentMatchResult Amazon.LexModelsV2.TestResultMatchStatus

Gets and sets the property IntentMatchResult.

Specifies whether the expected and actual intents match or not.

Public Property SlotMatchResult Amazon.LexModelsV2.TestResultMatchStatus

Gets and sets the property SlotMatchResult.

Specifies whether the expected and actual slots match or not.

Public Property SpeechTranscriptionResult Amazon.LexModelsV2.TestResultMatchStatus

Gets and sets the property SpeechTranscriptionResult.

Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.

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