Class: Aws::LexModelsV2::Types::AnalyticsUtteranceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsUtteranceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
An object containing the results for the utterance metrics you requested and the bin and/or group(s) they refer to, if applicable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_results ⇒ Array<Types::AnalyticsUtteranceAttributeResult>
A list of objects containing information about the last used intent at the time of an utterance.
-
#bin_keys ⇒ Array<Types::AnalyticsBinKey>
A list of objects containing the criteria you requested for binning results and the values of the bins.
-
#group_by_keys ⇒ Array<Types::AnalyticsUtteranceGroupByKey>
A list of objects containing the criteria you requested for grouping results and the values of the bins.
-
#metrics_results ⇒ Array<Types::AnalyticsUtteranceMetricResult>
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.
Instance Attribute Details
#attribute_results ⇒ Array<Types::AnalyticsUtteranceAttributeResult>
A list of objects containing information about the last used intent at the time of an utterance.
1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1465 class AnalyticsUtteranceResult < Struct.new( :bin_keys, :group_by_keys, :metrics_results, :attribute_results) SENSITIVE = [] include Aws::Structure end |
#bin_keys ⇒ Array<Types::AnalyticsBinKey>
A list of objects containing the criteria you requested for binning results and the values of the bins.
1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1465 class AnalyticsUtteranceResult < Struct.new( :bin_keys, :group_by_keys, :metrics_results, :attribute_results) SENSITIVE = [] include Aws::Structure end |
#group_by_keys ⇒ Array<Types::AnalyticsUtteranceGroupByKey>
A list of objects containing the criteria you requested for grouping results and the values of the bins.
1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1465 class AnalyticsUtteranceResult < Struct.new( :bin_keys, :group_by_keys, :metrics_results, :attribute_results) SENSITIVE = [] include Aws::Structure end |
#metrics_results ⇒ Array<Types::AnalyticsUtteranceMetricResult>
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.
1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1465 class AnalyticsUtteranceResult < Struct.new( :bin_keys, :group_by_keys, :metrics_results, :attribute_results) SENSITIVE = [] include Aws::Structure end |