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 information about the requested path.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.AnalyticsIntentNodeSummary

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

Syntax

C#
public class AnalyticsIntentNodeSummary

The AnalyticsIntentNodeSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IntentCount System.Int32

Gets and sets the property IntentCount.

The total number of sessions that follow the given path to the given intent.

Public Property IntentLevel System.Int32

Gets and sets the property IntentLevel.

The number of intents up to and including the requested path.

Public Property IntentName System.String

Gets and sets the property IntentName.

The name of the intent at the end of the requested path.

Public Property IntentPath System.String

Gets and sets the property IntentPath.

The path.

Public Property NodeType Amazon.LexModelsV2.AnalyticsNodeType

Gets and sets the property NodeType.

Specifies whether the node is the end of a path (Exit) or not (Inner).

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