Class: Aws::QConnect::Types::ManualSearchAIAgentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The configuration for the MANUAL_SEARCH AI Agent type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_generation_ai_guardrail_idString

The AI Guardrail identifier for the Answer Generation guardrail used by the MANUAL_SEARCH AI Agent.

Returns:

  • (String)


6436
6437
6438
6439
6440
6441
6442
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436

class ManualSearchAIAgentConfiguration < Struct.new(
  :answer_generation_ai_guardrail_id,
  :answer_generation_ai_prompt_id,
  :association_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#answer_generation_ai_prompt_idString

The AI Prompt identifier for the Answer Generation prompt used by the MANUAL_SEARCH AI Agent.

Returns:

  • (String)


6436
6437
6438
6439
6440
6441
6442
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436

class ManualSearchAIAgentConfiguration < Struct.new(
  :answer_generation_ai_guardrail_id,
  :answer_generation_ai_prompt_id,
  :association_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#association_configurationsArray<Types::AssociationConfiguration>

The association configurations for overriding behavior on this AI Agent.



6436
6437
6438
6439
6440
6441
6442
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6436

class ManualSearchAIAgentConfiguration < Struct.new(
  :answer_generation_ai_guardrail_id,
  :answer_generation_ai_prompt_id,
  :association_configurations)
  SENSITIVE = []
  include Aws::Structure
end