Class: Aws::QConnect::Types::SpanToolUseValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SpanToolUseValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Tool invocation message content
Constant Summary collapse
- SENSITIVE =
[:arguments]
Instance Attribute Summary collapse
-
#arguments ⇒ Hash, ...
The tool input arguments.
-
#name ⇒ String
The tool name.
-
#tool_use_id ⇒ String
Unique ID for this tool invocation.
Instance Attribute Details
#arguments ⇒ Hash, ...
The tool input arguments
11050 11051 11052 11053 11054 11055 11056 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11050 class SpanToolUseValue < Struct.new( :tool_use_id, :name, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |
#name ⇒ String
The tool name
11050 11051 11052 11053 11054 11055 11056 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11050 class SpanToolUseValue < Struct.new( :tool_use_id, :name, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |
#tool_use_id ⇒ String
Unique ID for this tool invocation
11050 11051 11052 11053 11054 11055 11056 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11050 class SpanToolUseValue < Struct.new( :tool_use_id, :name, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |