Class: Aws::QConnect::Types::OrchestrationAIAgentConfiguration

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

Overview

The configuration for AI Agents of type ORCHESTRATION.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_instance_arnString

The Amazon Resource Name (ARN) of the Amazon Connect instance used by the Orchestration AI Agent.

Returns:

  • (String)


8157
8158
8159
8160
8161
8162
8163
8164
8165
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8157

class OrchestrationAIAgentConfiguration < Struct.new(
  :orchestration_ai_prompt_id,
  :orchestration_ai_guardrail_id,
  :tool_configurations,
  :connect_instance_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

The locale setting for the Orchestration AI Agent.

Returns:

  • (String)


8157
8158
8159
8160
8161
8162
8163
8164
8165
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8157

class OrchestrationAIAgentConfiguration < Struct.new(
  :orchestration_ai_prompt_id,
  :orchestration_ai_guardrail_id,
  :tool_configurations,
  :connect_instance_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#orchestration_ai_guardrail_idString

The AI Guardrail identifier used by the Orchestration AI Agent.

Returns:

  • (String)


8157
8158
8159
8160
8161
8162
8163
8164
8165
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8157

class OrchestrationAIAgentConfiguration < Struct.new(
  :orchestration_ai_prompt_id,
  :orchestration_ai_guardrail_id,
  :tool_configurations,
  :connect_instance_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#orchestration_ai_prompt_idString

The AI Prompt identifier used by the Orchestration AI Agent.

Returns:

  • (String)


8157
8158
8159
8160
8161
8162
8163
8164
8165
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8157

class OrchestrationAIAgentConfiguration < Struct.new(
  :orchestration_ai_prompt_id,
  :orchestration_ai_guardrail_id,
  :tool_configurations,
  :connect_instance_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#tool_configurationsArray<Types::ToolConfiguration>

The tool configurations used by the Orchestration AI Agent.

Returns:



8157
8158
8159
8160
8161
8162
8163
8164
8165
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8157

class OrchestrationAIAgentConfiguration < Struct.new(
  :orchestration_ai_prompt_id,
  :orchestration_ai_guardrail_id,
  :tool_configurations,
  :connect_instance_arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end