Class: Aws::QConnect::Types::EmailOverviewAIAgentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Configuration settings for the EMAIL_OVERVIEW AI agent including prompt ID and locale settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_overview_ai_prompt_idString

The ID of the System AI prompt used for generating structured email conversation summaries.

Returns:

  • (String)


4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4154

class EmailOverviewAIAgentConfiguration < Struct.new(
  :email_overview_ai_prompt_id,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

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

Returns:

  • (String)


4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4154

class EmailOverviewAIAgentConfiguration < Struct.new(
  :email_overview_ai_prompt_id,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end