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.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def body @body end |
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def conversation_id @conversation_id end |