Class: Aws::Types::SelfServiceAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SelfServiceAIAgentConfiguration
- 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.
-
#self_service_ai_guardrail_id ⇒ ::String
Returns the value of attribute self_service_ai_guardrail_id.
-
#self_service_answer_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute self_service_answer_generation_ai_prompt_id.
-
#self_service_pre_processing_ai_prompt_id ⇒ ::String
Returns the value of attribute self_service_pre_processing_ai_prompt_id.
Instance Attribute Details
#association_configurations ⇒ ::Array[Types::AssociationConfiguration]
Returns the value of attribute association_configurations.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def association_configurations @association_configurations end |
#self_service_ai_guardrail_id ⇒ ::String
Returns the value of attribute self_service_ai_guardrail_id.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def self_service_ai_guardrail_id @self_service_ai_guardrail_id end |
#self_service_answer_generation_ai_prompt_id ⇒ ::String
Returns the value of attribute self_service_answer_generation_ai_prompt_id.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def self_service_answer_generation_ai_prompt_id @self_service_answer_generation_ai_prompt_id end |
#self_service_pre_processing_ai_prompt_id ⇒ ::String
Returns the value of attribute self_service_pre_processing_ai_prompt_id.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def self_service_pre_processing_ai_prompt_id @self_service_pre_processing_ai_prompt_id end |