Class: Aws::QConnect::Types::OrchestrationAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::OrchestrationAIAgentConfiguration
- 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
-
#connect_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Connect instance used by the Orchestration AI Agent.
-
#locale ⇒ String
The locale setting for the Orchestration AI Agent.
-
#orchestration_ai_guardrail_id ⇒ String
The AI Guardrail identifier used by the Orchestration AI Agent.
-
#orchestration_ai_prompt_id ⇒ String
The AI Prompt identifier used by the Orchestration AI Agent.
-
#tool_configurations ⇒ Array<Types::ToolConfiguration>
The tool configurations used by the Orchestration AI Agent.
Instance Attribute Details
#connect_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Connect instance used by the Orchestration AI Agent.
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 |
#locale ⇒ String
The locale setting for the Orchestration AI Agent.
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_id ⇒ String
The AI Guardrail identifier used by the Orchestration AI Agent.
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_id ⇒ String
The AI Prompt identifier used by the Orchestration AI Agent.
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_configurations ⇒ Array<Types::ToolConfiguration>
The tool configurations used by the Orchestration AI Agent.
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 |