Class: Aws::Types::EmailGenerativeAnswerAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EmailGenerativeAnswerAIAgentConfiguration
- 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_generative_answer_ai_prompt_id ⇒ ::String
Returns the value of attribute email_generative_answer_ai_prompt_id.
-
#email_query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute email_query_reformulation_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.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def association_configurations @association_configurations end |
#email_generative_answer_ai_prompt_id ⇒ ::String
Returns the value of attribute email_generative_answer_ai_prompt_id.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def email_generative_answer_ai_prompt_id @email_generative_answer_ai_prompt_id end |
#email_query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute email_query_reformulation_ai_prompt_id.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def email_query_reformulation_ai_prompt_id @email_query_reformulation_ai_prompt_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def locale @locale end |