Class: Aws::Types::AnalyticsIntentNodeSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intent_count ⇒ ::Integer

Returns the value of attribute intent_count.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def intent_count
  @intent_count
end

#intent_level ⇒ ::Integer

Returns the value of attribute intent_level.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def intent_level
  @intent_level
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def intent_name
  @intent_name
end

#intent_path ⇒ ::String

Returns the value of attribute intent_path.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def intent_path
  @intent_path
end

#node_type ⇒ "Inner", "Exit"

Returns the value of attribute node_type.

Returns:

  • ("Inner", "Exit")


114
115
116
# File 'sig/types.rbs', line 114

def node_type
  @node_type
end