Class: Aws::QConnect::Types::EmailResponseAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::EmailResponseAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Configuration settings for the EMAIL_RESPONSE AI agent including prompts, locale, and knowledge base associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_configurations ⇒ Array<Types::AssociationConfiguration>
Configuration settings for knowledge base associations used by the email response agent.
-
#email_query_reformulation_ai_prompt_id ⇒ String
The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.
-
#email_response_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating professional email responses based on knowledge base content.
-
#locale ⇒ String
The locale setting for language-specific email response generation (for example, en_US, es_ES).
Instance Attribute Details
#association_configurations ⇒ Array<Types::AssociationConfiguration>
Configuration settings for knowledge base associations used by the email response agent.
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4208 class EmailResponseAIAgentConfiguration < Struct.new( :email_response_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#email_query_reformulation_ai_prompt_id ⇒ String
The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search for response generation.
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4208 class EmailResponseAIAgentConfiguration < Struct.new( :email_response_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#email_response_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating professional email responses based on knowledge base content.
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4208 class EmailResponseAIAgentConfiguration < Struct.new( :email_response_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale setting for language-specific email response generation (for example, en_US, es_ES).
4208 4209 4210 4211 4212 4213 4214 4215 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4208 class EmailResponseAIAgentConfiguration < Struct.new( :email_response_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |