Class: Aws::Types::InvokeAssistantResponse
- Inherits:
-
Object
- Object
- Aws::Types::InvokeAssistantResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
Instance Attribute Details
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def body @body end |
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def conversation_id @conversation_id end |