lexmodelsv2_list_utterance_analytics_data: To use this API operation, your IAM role must have...

View source: R/lexmodelsv2_operations.R

lexmodelsv2_list_utterance_analytics_dataR Documentation

To use this API operation, your IAM role must have permissions to perform the ListAggregatedUtterances operation, which provides access to utterance-related analytics

Description

To use this API operation, your IAM role must have permissions to perform the list_aggregated_utterances operation, which provides access to utterance-related analytics. See Viewing utterance statistics for the IAM policy to apply to the IAM role.

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

Usage

lexmodelsv2_list_utterance_analytics_data(
  botId,
  startDateTime,
  endDateTime,
  sortBy = NULL,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

botId

[required] The identifier for the bot for which you want to retrieve utterance analytics.

startDateTime

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

endDateTime

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

sortBy

An object specifying the measure and method by which to sort the utterance analytics data.

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 ListUtteranceAnalyticsData 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 ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.


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