Class: Aws::QConnect::Types::EmailGenerativeAnswerAIAgentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#association_configurationsArray<Types::AssociationConfiguration>

Configuration settings for knowledge base associations used by the email generative answer agent.



4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4291

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_idString

The ID of the System AI prompt used for generating comprehensive knowledge-based answers from email queries.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4291

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_idString

The ID of the System AI prompt used for reformulating email queries to optimize knowledge base search results.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4291

class EmailGenerativeAnswerAIAgentConfiguration < Struct.new(
  :email_generative_answer_ai_prompt_id,
  :email_query_reformulation_ai_prompt_id,
  :locale,
  :association_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

The locale setting for language-specific email processing and response generation (for example, en_US, es_ES).

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4291

class EmailGenerativeAnswerAIAgentConfiguration < Struct.new(
  :email_generative_answer_ai_prompt_id,
  :email_query_reformulation_ai_prompt_id,
  :locale,
  :association_configurations)
  SENSITIVE = []
  include Aws::Structure
end