Class: Aws::QConnect::Types::AnswerRecommendationAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AnswerRecommendationAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration for the ANSWER_RECOMMENDATION
AI Agent type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_generation_ai_guardrail_id ⇒ String
The AI Guardrail identifier for the Answer Generation Guardrail used by the
ANSWER_RECOMMENDATION
AI Agent. -
#answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Answer Generation prompt used by the
ANSWER_RECOMMENDATION
AI Agent. -
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
-
#intent_labeling_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Intent Labeling prompt used by the
ANSWER_RECOMMENDATION
AI Agent. -
#query_reformulation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Query Reformulation prompt used by the
ANSWER_RECOMMENDATION
AI Agent.
Instance Attribute Details
#answer_generation_ai_guardrail_id ⇒ String
The AI Guardrail identifier for the Answer Generation Guardrail used
by the ANSWER_RECOMMENDATION
AI Agent.
863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 863 class AnswerRecommendationAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations, :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Answer Generation prompt used by
the ANSWER_RECOMMENDATION
AI Agent.
863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 863 class AnswerRecommendationAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations, :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 863 class AnswerRecommendationAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations, :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#intent_labeling_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Intent Labeling prompt used by the
ANSWER_RECOMMENDATION
AI Agent.
863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 863 class AnswerRecommendationAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations, :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |
#query_reformulation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Query Reformulation prompt used by
the ANSWER_RECOMMENDATION
AI Agent.
863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 863 class AnswerRecommendationAIAgentConfiguration < Struct.new( :answer_generation_ai_guardrail_id, :answer_generation_ai_prompt_id, :association_configurations, :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id) SENSITIVE = [] include Aws::Structure end |