Class: Aws::NovaAct::Types::CreateActRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:task]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_idString

The unique identifier of the session to create the act in.

Returns:

  • (String)


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

#taskString

The task description that defines what the act should accomplish.

Returns:

  • (String)


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_specsArray<Types::ToolSpec>

A list of tool specifications that the act can invoke to complete its task.

Returns:



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_nameString

The name of the workflow definition containing the session.

Returns:

  • (String)


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_idString

The unique identifier of the workflow run containing the session.

Returns:

  • (String)


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