lexmodelsv2_list_intent_stage_metrics: Retrieves summary metrics for the stages within intents in...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_list_intent_stage_metricsR Documentation

Retrieves summary metrics for the stages within intents in your bot

Description

Retrieves summary metrics for the stages within intents in your bot. The following fields are required:

See https://www.paws-r-sdk.com/docs/lexmodelsv2_list_intent_stage_metrics/ for full documentation.

Usage

lexmodelsv2_list_intent_stage_metrics(
  botId,
  startDateTime,
  endDateTime,
  metrics,
  binBy = NULL,
  groupBy = NULL,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

botId

[required] The identifier for the bot for which you want to retrieve intent stage metrics.

startDateTime

[required] The date and time that marks the beginning of the range of time for which you want to see intent stage metrics.

endDateTime

[required] The date and time that marks the end of the range of time for which you want to see intent stage metrics.

metrics

[required] A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.

binBy

A list of objects, each of which contains specifications for organizing the results by time.

groupBy

A list of objects, each of which specifies how to group the results. You can group by the following criteria:

  • IntentStageName – The name of the intent stage.

  • SwitchedToIntent – The intent to which the conversation was switched (if any).

filters

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

maxResults

The maximum number of results to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.

nextToken

If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.

Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.


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