Class: Aws::Types::BuiltInIntentSummary
- Inherits:
-
Object
- Object
- Aws::Types::BuiltInIntentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#intent_signature ⇒ ::String
Returns the value of attribute intent_signature.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
631 632 633 |
# File 'sig/types.rbs', line 631 def description @description end |
#intent_signature ⇒ ::String
Returns the value of attribute intent_signature.
630 631 632 |
# File 'sig/types.rbs', line 630 def intent_signature @intent_signature end |