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:
startDateTime
and endDateTime
– Define a time range for which you want
to retrieve results.
intentPath
– Define an order of intents for which you want to retrieve metrics.
Separate intents in the path with a forward slash. For example, populate the intentPath
field with /BookCar/BookHotel
to see details about how many times users invoked
the BookCar
and BookHotel
intents in that order.
Use the optional filters
field to filter the results.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class ListIntentPathsRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The ListIntentPathsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListIntentPathsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotId | System.String |
Gets and sets the property BotId. The identifier for the bot for which you want to retrieve intent path metrics. |
![]() |
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. |
![]() |
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. |
![]() |
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:
|
![]() |
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. |
.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