Class: Aws::Types::UserTurnOutputSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UserTurnOutputSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
-
#intent ⇒ Types::UserTurnIntentOutput
Returns the value of attribute intent.
-
#transcript ⇒ ::String
Returns the value of attribute transcript.
Instance Attribute Details
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def active_contexts @active_contexts end |
#intent ⇒ Types::UserTurnIntentOutput
Returns the value of attribute intent.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def intent @intent end |
#transcript ⇒ ::String
Returns the value of attribute transcript.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def transcript @transcript end |