Class: Aws::QConnect::Types::EmailGenerativeAnswerAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::EmailGenerativeAnswerAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Configuration settings for the EMAIL_GENERATIVE_ANSWER 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 generative answer agent.
-
#email_generative_answer_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating comprehensive knowledge-based answers from email queries.
-
#email_query_reformulation_ai_prompt_id ⇒ String
The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search results.
-
#locale ⇒ String
The locale setting for language-specific email processing and 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 generative answer agent.
4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4032 class EmailGenerativeAnswerAIAgentConfiguration < Struct.new( :email_generative_answer_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |
#email_generative_answer_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating comprehensive knowledge-based answers from email queries.
4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4032 class EmailGenerativeAnswerAIAgentConfiguration < Struct.new( :email_generative_answer_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 results.
4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4032 class EmailGenerativeAnswerAIAgentConfiguration < Struct.new( :email_generative_answer_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 processing and response generation (for example, en_US, es_ES).
4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4032 class EmailGenerativeAnswerAIAgentConfiguration < Struct.new( :email_generative_answer_ai_prompt_id, :email_query_reformulation_ai_prompt_id, :locale, :association_configurations) SENSITIVE = [] include Aws::Structure end |