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.

Container for the parameters to the ListIntentPaths operation. Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:

Use the optional filters field to filter the results.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexModelsV2.AmazonLexModelsV2Request
      Amazon.LexModelsV2.Model.ListIntentPathsRequest

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

Syntax

C#
public class ListIntentPathsRequest : AmazonLexModelsV2Request
         IAmazonWebServiceRequest

The ListIntentPathsRequest type exposes the following members

Constructors

NameDescription
Public Method ListIntentPathsRequest()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The identifier for the bot for which you want to retrieve intent path metrics.

Public Property EndDateTime System.DateTime

Gets and sets the property EndDateTime.

The date and time that marks the end of the range of time for which you want to see intent path metrics.

Public Property Filters System.Collections.Generic.List<Amazon.LexModelsV2.Model.AnalyticsPathFilter>

Gets and sets the property Filters.

A list of objects, each describes a condition by which you want to filter the results.

Public Property IntentPath System.String

Gets and sets the property IntentPath.

The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:

  • /BookCar

  • /BookCar/BookHotel

  • /BookHotel/BookCar

Public Property StartDateTime System.DateTime

Gets and sets the property StartDateTime.

The date and time that marks the beginning of the range of time for which you want to see intent path metrics.

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