Class: Aws::Types::ManualSearchAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManualSearchAIAgentConfiguration
- 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.
-
#locale ⇒ ::String
Returns the value of attribute locale.
Instance Attribute Details
#answer_generation_ai_guardrail_id ⇒ ::String
Returns the value of attribute answer_generation_ai_guardrail_id.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 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.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def answer_generation_ai_prompt_id @answer_generation_ai_prompt_id end |
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def association_configurations @association_configurations end |
#locale ⇒ ::String
Returns the value of attribute locale.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def locale @locale end |