Class: Aws::QConnect::Types::SpanToolResultValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanToolResultValue
- Defined in:
- gems/aws-sdk-qconnect/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
10976 10977 10978 10979 10980 10981 10982 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10976 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
10976 10977 10978 10979 10980 10981 10982 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10976 class SpanToolResultValue < Struct.new( :tool_use_id, :values, :error) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::SpanMessageValue>
The tool results
10976 10977 10978 10979 10980 10981 10982 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10976 class SpanToolResultValue < Struct.new( :tool_use_id, :values, :error) SENSITIVE = [] include Aws::Structure end |