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.



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