Retrieves summary statistics for a path of intents that users take over sessions with your bot. The following fields are required:
See https://www.paws-r-sdk.com/docs/lexmodelsv2_list_intent_paths/ for full documentation.
lexmodelsv2_list_intent_paths(
botId,
startDateTime,
endDateTime,
intentPath,
filters = NULL
)
[required] The identifier for the bot for which you want to retrieve intent path metrics.
[required] The date and time that marks the beginning of the range of time for which you want to see intent path metrics.
[required] The date and time that marks the end of the range of time for which you want to see intent path metrics.
[required] 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
A list of objects, each describes a condition by which you want to filter the results.