Class: Aws::Types::SpanMessageValue
- Inherits:
-
Object
- Object
- Aws::Types::SpanMessageValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Reasoning, Text, ToolResult, ToolUse, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reasoning ⇒ Types::SpanReasoningValue
Returns the value of attribute reasoning.
-
#text ⇒ Types::SpanTextValue
Returns the value of attribute text.
-
#tool_result ⇒ Types::SpanToolResultValue
Returns the value of attribute tool_result.
-
#tool_use ⇒ Types::SpanToolUseValue
Returns the value of attribute tool_use.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#reasoning ⇒ Types::SpanReasoningValue
Returns the value of attribute reasoning.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def reasoning @reasoning end |
#text ⇒ Types::SpanTextValue
Returns the value of attribute text.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def text @text end |
#tool_result ⇒ Types::SpanToolResultValue
Returns the value of attribute tool_result.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def tool_result @tool_result end |
#tool_use ⇒ Types::SpanToolUseValue
Returns the value of attribute tool_use.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def tool_use @tool_use end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def unknown @unknown end |