Class: Aws::LexModelsV2::Types::AnalyticsIntentResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

An object containing the results for the intent metrics you requested and the bin and/or group(s) they refer to, if applicable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bin_keysArray<Types::AnalyticsBinKey>

A list of objects containing the criteria you requested for binning results and the values of the bins.

Returns:



551
552
553
554
555
556
557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 551

class AnalyticsIntentResult < Struct.new(
  :bin_keys,
  :group_by_keys,
  :metrics_results)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_keysArray<Types::AnalyticsIntentGroupByKey>

A list of objects containing the criteria you requested for grouping results and the values of the groups.



551
552
553
554
555
556
557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 551

class AnalyticsIntentResult < Struct.new(
  :bin_keys,
  :group_by_keys,
  :metrics_results)
  SENSITIVE = []
  include Aws::Structure
end

#metrics_resultsArray<Types::AnalyticsIntentMetricResult>

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.



551
552
553
554
555
556
557
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 551

class AnalyticsIntentResult < Struct.new(
  :bin_keys,
  :group_by_keys,
  :metrics_results)
  SENSITIVE = []
  include Aws::Structure
end