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 =
[:suggested_messages]
Instance Attribute Summary collapse
-
#answer_generation_ai_guardrail_id ⇒ String
The AI Guardrail identifier for the Answer Generation Guardrail used by the
ANSWER_RECOMMENDATIONAI Agent. -
#answer_generation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Answer Generation prompt used by the
ANSWER_RECOMMENDATIONAI 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_RECOMMENDATIONAI Agent. -
#locale ⇒ String
The locale to which specifies the language and region settings that determine the response language for [QueryAssistant][1].
-
#query_reformulation_ai_prompt_id ⇒ String
The AI Prompt identifier for the Query Reformulation prompt used by the
ANSWER_RECOMMENDATIONAI Agent. -
#suggested_messages ⇒ Array<String>
The suggested messages configuration for 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.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] 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.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] include Aws::Structure end |
#association_configurations ⇒ Array<Types::AssociationConfiguration>
The association configurations for overriding behavior on this AI Agent.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] 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.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] include Aws::Structure end |
#locale ⇒ String
The locale to which specifies the language and region settings that determine the response language for QueryAssistant.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] 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.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] include Aws::Structure end |
#suggested_messages ⇒ Array<String>
The suggested messages configuration for the Answer Recommendation AI Agent.
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1018 class AnswerRecommendationAIAgentConfiguration < Struct.new( :intent_labeling_generation_ai_prompt_id, :query_reformulation_ai_prompt_id, :answer_generation_ai_prompt_id, :answer_generation_ai_guardrail_id, :association_configurations, :locale, :suggested_messages) SENSITIVE = [:suggested_messages] include Aws::Structure end |