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.

An object containing the results for the utterance metric you requested.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsUtteranceMetricResult

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

Syntax

C#
public class AnalyticsUtteranceMetricResult

The AnalyticsUtteranceMetricResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name Amazon.LexModelsV2.AnalyticsUtteranceMetricName

Gets and sets the property Name.

The metric that you requested.

  • Count – The number of utterances.

  • Missed – The number of utterances that Amazon Lex failed to recognize.

  • Detected – The number of utterances that Amazon Lex managed to detect.

  • UtteranceTimestamp – The date and time of the utterance.

Public Property Statistic Amazon.LexModelsV2.AnalyticsMetricStatistic

Gets and sets the property Statistic.

The summary statistic that you requested to calculate.

  • Sum – The total count for the category you provide in name.

  • Average – The total count divided by the number of utterances in the category you provide in name.

  • Max – The highest count in the category you provide in name.

Public Property Value System.Double

Gets and sets the property Value.

The value of the summary statistic for the metric that you requested.

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