Class: Aws::LexModelsV2::Types::ListIntentPathsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListIntentPathsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_summaries ⇒ Array<Types::AnalyticsIntentNodeSummary>
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
Instance Attribute Details
#node_summaries ⇒ Array<Types::AnalyticsIntentNodeSummary>
A list of objects, each of which contains information about a node in the intent path for which you requested metrics.
9913 9914 9915 9916 9917 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9913 class ListIntentPathsResponse < Struct.new( :node_summaries) SENSITIVE = [] include Aws::Structure end |