lexmodelsv2_list_intent_paths: Retrieves summary statistics for a path of intents that users...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_list_intent_pathsR Documentation

Retrieves summary statistics for a path of intents that users take over sessions with your bot

Description

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.

Usage

lexmodelsv2_list_intent_paths(
  botId,
  startDateTime,
  endDateTime,
  intentPath,
  filters = NULL
)

Arguments

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:

  • /BookCar

  • /BookCar/BookHotel

  • /BookHotel/BookCar

filters

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


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.