Class: Aws::LexModelsV2::Types::ListIntentPathsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_summariesArray<Types::AnalyticsIntentNodeSummary>

A list of objects, each of which contains information about a node in the intent path for which you requested metrics.



10122
10123
10124
10125
10126
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 10122

class ListIntentPathsResponse < Struct.new(
  :node_summaries)
  SENSITIVE = []
  include Aws::Structure
end