Class: Aws::NovaAct::Types::CreateActRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::CreateActRequest
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:task]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#session_id ⇒ String
The unique identifier of the session to create the act in.
-
#task ⇒ String
The task description that defines what the act should accomplish.
-
#tool_specs ⇒ Array<Types::ToolSpec>
A list of tool specifications that the act can invoke to complete its task.
-
#workflow_definition_name ⇒ String
The name of the workflow definition containing the session.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run containing the session.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the session to create the act in.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |
#task ⇒ String
The task description that defines what the act should accomplish.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |
#tool_specs ⇒ Array<Types::ToolSpec>
A list of tool specifications that the act can invoke to complete its task.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |
#workflow_definition_name ⇒ String
The name of the workflow definition containing the session.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |
#workflow_run_id ⇒ String
The unique identifier of the workflow run containing the session.
265 266 267 268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 265 class CreateActRequest < Struct.new( :workflow_definition_name, :workflow_run_id, :session_id, :task, :tool_specs, :client_token) SENSITIVE = [:task] include Aws::Structure end |