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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



9840
9841
9842
9843
9844
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9840

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