Class: Aws::QConnect::Types::EmailOverviewAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::EmailOverviewAIAgentConfiguration
- 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
-
#email_overview_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating structured email conversation summaries.
-
#locale ⇒ String
The locale setting for language-specific email overview processing (for example, en_US, es_ES).
Instance Attribute Details
#email_overview_ai_prompt_id ⇒ String
The ID of the System AI prompt used for generating structured email conversation summaries.
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 |
#locale ⇒ String
The locale setting for language-specific email overview processing (for example, en_US, es_ES).
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 |