Class: Aws::QConnect::Types::ManualSearchAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ManualSearchAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration for the MANUAL_SEARCH
AI Agent type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_generation_ai_guardrail_id ⇒ String
The AI Guardrail identifier for the Answer Generation guardrail used by the MANUAL_SEARCH AI Agent.
-
#answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Answer Generation prompt used by the MANUAL_SEARCH AI Agent.
-
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
Instance Attribute Details
#answer_generation_ai_guardrail_id ⇒ String
The AI Guardrail identifier for the Answer Generation guardrail used by the MANUAL_SEARCH AI Agent.
6436 6437 6438 6439 6440 6441 6442 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Answer Generation prompt used by the MANUAL_SEARCH AI Agent.
6436 6437 6438 6439 6440 6441 6442 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
6436 6437 6438 6439 6440 6441 6442 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations) SENSITIVE = [] include Aws::Structure end |