Class: Aws::QConnect::Types::SelfServiceAIAgentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#association_configurationsArray<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_idString

The AI Guardrail identifier used by the SELF_SERVICE AI Agent.

Returns:

  • (String)


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_idString

The AI Prompt identifier for the Self Service Answer Generation prompt used by the SELF_SERVICE AI Agent

Returns:

  • (String)


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_idString

The AI Prompt identifier for the Self Service Pre-Processing prompt used by the SELF_SERVICE AI Agent

Returns:

  • (String)


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