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 metric and the summary statistic you want to calculate, and the order in which to sort the results, for the utterances across the user sessions with the bot.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsUtteranceMetric

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

Syntax

C#
public class AnalyticsUtteranceMetric

The AnalyticsUtteranceMetric type exposes the following members

Constructors

NameDescription
Public Method AnalyticsUtteranceMetric()

Properties

NameTypeDescription
Public Property Name Amazon.LexModelsV2.AnalyticsUtteranceMetricName

Gets and sets the property Name.

The metric for which you want to get utterance summary statistics.

  • 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 Order Amazon.LexModelsV2.AnalyticsSortOrder

Gets and sets the property Order.

Specifies whether to sort the results in ascending or descending order.

Public Property Statistic Amazon.LexModelsV2.AnalyticsMetricStatistic

Gets and sets the property Statistic.

The summary statistic 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.

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