View source: R/lexmodelsv2_operations.R
lexmodelsv2_list_intent_paths | R Documentation |
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
)
botId |
[required] The identifier for the bot for which you want to retrieve intent path metrics. |
startDateTime |
[required] The date and time that marks the beginning of the range of time for which you want to see intent path metrics. |
endDateTime |
[required] The date and time that marks the end of the range of time for which you want to see intent path metrics. |
intentPath |
[required] The intent path for which you want to retrieve metrics. Use a forward slash to separate intents in the path. For example:
|
filters |
A list of objects, each describes a condition by which you want to filter the results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.