Class: Aws::Types::EmailResponseAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EmailResponseAIAgentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
-
#email_query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute email_query_reformulation_ai_prompt_id.
-
#email_response_ai_prompt_id ⇒ ::String
Returns the value of attribute email_response_ai_prompt_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
Instance Attribute Details
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def association_configurations @association_configurations end |
#email_query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute email_query_reformulation_ai_prompt_id.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def email_query_reformulation_ai_prompt_id @email_query_reformulation_ai_prompt_id end |
#email_response_ai_prompt_id ⇒ ::String
Returns the value of attribute email_response_ai_prompt_id.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def email_response_ai_prompt_id @email_response_ai_prompt_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def locale @locale end |