Class: Aws::LexModelsV2::Types::AnalyticsIntentNodeSummary

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

Overview

An object containing information about the requested path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_countInteger

The total number of sessions that follow the given path to the given intent.

Returns:

  • (Integer)


520
521
522
523
524
525
526
527
528
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 520

class AnalyticsIntentNodeSummary < Struct.new(
  :intent_name,
  :intent_path,
  :intent_count,
  :intent_level,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end

#intent_levelInteger

The number of intents up to and including the requested path.

Returns:

  • (Integer)


520
521
522
523
524
525
526
527
528
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 520

class AnalyticsIntentNodeSummary < Struct.new(
  :intent_name,
  :intent_path,
  :intent_count,
  :intent_level,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end

#intent_nameString

The name of the intent at the end of the requested path.

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 520

class AnalyticsIntentNodeSummary < Struct.new(
  :intent_name,
  :intent_path,
  :intent_count,
  :intent_level,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end

#intent_pathString

The path.

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 520

class AnalyticsIntentNodeSummary < Struct.new(
  :intent_name,
  :intent_path,
  :intent_count,
  :intent_level,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

Specifies whether the node is the end of a path (Exit) or not (Inner).

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 520

class AnalyticsIntentNodeSummary < Struct.new(
  :intent_name,
  :intent_path,
  :intent_count,
  :intent_level,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end