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

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsIntentMetricResult

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

Syntax

C#
public class AnalyticsIntentMetricResult

The AnalyticsIntentMetricResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name Amazon.LexModelsV2.AnalyticsIntentMetricName

Gets and sets the property Name.

The metric that you requested. See Key definitions for more details about these metrics.

  • Count – The number of times the intent was invoked.

  • Success – The number of times the intent succeeded.

  • Failure – The number of times the intent failed.

  • Switched – The number of times there was a switch to a different intent.

  • Dropped – The number of times the user dropped the intent.

Public Property Statistic Amazon.LexModelsV2.AnalyticsMetricStatistic

Gets and sets the property Statistic.

The 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 intents 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