Class: Aws::QConnect::Types::ManualSearchAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ManualSearchAIAgentConfiguration
- Includes:
- Structure
- Defined in:
- 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.
-
#locale ⇒ String
The locale to which specifies the language and region settings that determine the response language for [QueryAssistant].
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.
7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7176 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale) 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.
7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7176 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale) SENSITIVE = [] include Aws::Structure end |
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7176 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale to which specifies the language and region settings that determine the response language for [QueryAssistant].
<note markdown=“1”> For more information on supported locales, see [Language support for Amazon Q in Connect].
</note>
[1]: docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html [2]: docs.aws.amazon.com/connect/latest/adminguide/supported-languages.html#qic-notes-languages
7176 7177 7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7176 class ManualSearchAIAgentConfiguration < Struct.new( :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale) SENSITIVE = [] include Aws::Structure end |