Class: Aws::Types::RecommendedIntentSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedIntentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#sample_utterances_count ⇒ ::Integer
Returns the value of attribute sample_utterances_count.
Instance Attribute Details
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def intent_id @intent_id end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def intent_name @intent_name end |
#sample_utterances_count ⇒ ::Integer
Returns the value of attribute sample_utterances_count.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def sample_utterances_count @sample_utterances_count end |