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 a session metric you requested.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsSessionMetricResult

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

Syntax

C#
public class AnalyticsSessionMetricResult

The AnalyticsSessionMetricResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name Amazon.LexModelsV2.AnalyticsSessionMetricName

Gets and sets the property Name.

The metric that you requested.

  • Count – The number of sessions.

  • Success – The number of sessions that succeeded.

  • Failure – The number of sessions that failed.

  • Dropped – The number of sessions that the user dropped.

  • Duration – The duration of sessions.

  • TurnPersession – The number of turns in the sessions.

  • Concurrency – The number of sessions occurring in the same period of time.

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 sessions 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