Class: Aws::QConnect::Types::SelfServiceAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SelfServiceAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration for AI Agents of type SELF_SERVICE.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
-
#self_service_ai_guardrail_id ⇒ String
The AI Guardrail identifier used by the SELF_SERVICE AI Agent.
-
#self_service_answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent.
-
#self_service_pre_processing_ai_prompt_id ⇒ String
The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent.
Instance Attribute Details
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8695 class SelfServiceAIAgentConfiguration < Struct.new( :association_configurations, :self_service_ai_guardrail_id, :self_service_answer_generation_ai_prompt_id, :self_service_pre_processing_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#self_service_ai_guardrail_id ⇒ String
The AI Guardrail identifier used by the SELF_SERVICE AI Agent.
8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8695 class SelfServiceAIAgentConfiguration < Struct.new( :association_configurations, :self_service_ai_guardrail_id, :self_service_answer_generation_ai_prompt_id, :self_service_pre_processing_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#self_service_answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent
8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8695 class SelfServiceAIAgentConfiguration < Struct.new( :association_configurations, :self_service_ai_guardrail_id, :self_service_answer_generation_ai_prompt_id, :self_service_pre_processing_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#self_service_pre_processing_ai_prompt_id ⇒ String
The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent
8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8695 class SelfServiceAIAgentConfiguration < Struct.new( :association_configurations, :self_service_ai_guardrail_id, :self_service_answer_generation_ai_prompt_id, :self_service_pre_processing_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |