Class: Aws::Types::AnswerRecommendationAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnswerRecommendationAIAgentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_generation_ai_guardrail_id ⇒ ::String
Returns the value of attribute answer_generation_ai_guardrail_id.
-
#answer_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute answer_generation_ai_prompt_id.
-
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
-
#intent_labeling_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute intent_labeling_generation_ai_prompt_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute query_reformulation_ai_prompt_id.
-
#suggested_messages ⇒ ::Array[::String]
Returns the value of attribute suggested_messages.
Instance Attribute Details
#answer_generation_ai_guardrail_id ⇒ ::String
Returns the value of attribute answer_generation_ai_guardrail_id.
269 270 271 |
# File 'sig/types.rbs', line 269 def answer_generation_ai_guardrail_id @answer_generation_ai_guardrail_id end |
#answer_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute answer_generation_ai_prompt_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def answer_generation_ai_prompt_id @answer_generation_ai_prompt_id end |
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
270 271 272 |
# File 'sig/types.rbs', line 270 def association_configurations @association_configurations end |
#intent_labeling_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute intent_labeling_generation_ai_prompt_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def intent_labeling_generation_ai_prompt_id @intent_labeling_generation_ai_prompt_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
271 272 273 |
# File 'sig/types.rbs', line 271 def locale @locale end |
#query_reformulation_ai_prompt_id ⇒ ::String
Returns the value of attribute query_reformulation_ai_prompt_id.
267 268 269 |
# File 'sig/types.rbs', line 267 def query_reformulation_ai_prompt_id @query_reformulation_ai_prompt_id end |
#suggested_messages ⇒ ::Array[::String]
Returns the value of attribute suggested_messages.
272 273 274 |
# File 'sig/types.rbs', line 272 def @suggested_messages end |