listIntentPaths
inline suspend fun LexModelsV2Client.listIntentPaths(crossinline block: ListIntentPathsRequest.Builder.() -> Unit): ListIntentPathsResponse
Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:
startDateTime
andendDateTime
– 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 theintentPath
field with/BookCar/BookHotel
to see details about how many times users invoked theBookCar
andBookHotel
intents in that order.
Use the optional filters
field to filter the results.