Class: Aws::Types::AnalyticsIntentNodeSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsIntentNodeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_count ⇒ ::Integer
Returns the value of attribute intent_count.
-
#intent_level ⇒ ::Integer
Returns the value of attribute intent_level.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#intent_path ⇒ ::String
Returns the value of attribute intent_path.
-
#node_type ⇒ "Inner", "Exit"
Returns the value of attribute node_type.
Instance Attribute Details
#intent_count ⇒ ::Integer
Returns the value of attribute intent_count.
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.
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.
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.
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.
114 115 116 |
# File 'sig/types.rbs', line 114 def node_type @node_type end |