Class: Aws::QConnect::Types::EmailResponseAIAgentConfiguration

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

Instance Attribute Details

#association_configurationsArray<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_idString

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

Returns:

  • (String)


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_idString

The ID of the System AI prompt used for generating professional email responses based on knowledge base content.

Returns:

  • (String)


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

#localeString

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

Returns:

  • (String)


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