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 intents in the bot.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsIntentMetric

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

Syntax

C#
public class AnalyticsIntentMetric

The AnalyticsIntentMetric type exposes the following members

Constructors

NameDescription
Public Method AnalyticsIntentMetric()

Properties

NameTypeDescription
Public Property Name Amazon.LexModelsV2.AnalyticsIntentMetricName

Gets and sets the property Name.

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

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