Class: Aws::QConnect::Types::SpanToolResultValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanToolResultValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Tool result message content
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
The tool invocation error if failed.
-
#tool_use_id ⇒ String
Relates this result back to the tool invocation.
-
#values ⇒ Array<Types::SpanMessageValue>
The tool results.
Instance Attribute Details
#error ⇒ String
The tool invocation error if failed
11026 11027 11028 11029 11030 11031 11032 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11026 class SpanToolResultValue < Struct.new( :tool_use_id, :values, :error) SENSITIVE = [] include Aws::Structure end |
#tool_use_id ⇒ String
Relates this result back to the tool invocation
11026 11027 11028 11029 11030 11031 11032 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11026 class SpanToolResultValue < Struct.new( :tool_use_id, :values, :error) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::SpanMessageValue>
The tool results
11026 11027 11028 11029 11030 11031 11032 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11026 class SpanToolResultValue < Struct.new( :tool_use_id, :values, :error) SENSITIVE = [] include Aws::Structure end |