Class: Aws::Types::OrchestrationAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrchestrationAIAgentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_instance_arn ⇒ ::String
Returns the value of attribute connect_instance_arn.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#orchestration_ai_guardrail_id ⇒ ::String
Returns the value of attribute orchestration_ai_guardrail_id.
-
#orchestration_ai_prompt_id ⇒ ::String
Returns the value of attribute orchestration_ai_prompt_id.
-
#tool_configurations ⇒ ::Array[Types::ToolConfiguration]
Returns the value of attribute tool_configurations.
Instance Attribute Details
#connect_instance_arn ⇒ ::String
Returns the value of attribute connect_instance_arn.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def connect_instance_arn @connect_instance_arn end |
#locale ⇒ ::String
Returns the value of attribute locale.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def locale @locale end |
#orchestration_ai_guardrail_id ⇒ ::String
Returns the value of attribute orchestration_ai_guardrail_id.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def orchestration_ai_guardrail_id @orchestration_ai_guardrail_id end |
#orchestration_ai_prompt_id ⇒ ::String
Returns the value of attribute orchestration_ai_prompt_id.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def orchestration_ai_prompt_id @orchestration_ai_prompt_id end |
#tool_configurations ⇒ ::Array[Types::ToolConfiguration]
Returns the value of attribute tool_configurations.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def tool_configurations @tool_configurations end |