Class: Aws::Types::AssistantMessageBlock
- Inherits:
-
Object
- Object
- Aws::Types::AssistantMessageBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Text, ToolUse, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#tool_use ⇒ Object
Returns the value of attribute tool_use.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
207 208 209 |
# File 'sig/types.rbs', line 207 def text @text end |
#tool_use ⇒ Object
Returns the value of attribute tool_use.
208 209 210 |
# File 'sig/types.rbs', line 208 def tool_use @tool_use end |
#unknown ⇒ Object
Returns the value of attribute unknown.
209 210 211 |
# File 'sig/types.rbs', line 209 def unknown @unknown end |