Class: Aws::Types::SelfServiceAIAgentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_configurations::Array[Types::AssociationConfiguration]

Returns the value of attribute association_configurations.

Returns:



2737
2738
2739
# File 'sig/types.rbs', line 2737

def association_configurations
  @association_configurations
end

#self_service_ai_guardrail_id::String

Returns the value of attribute self_service_ai_guardrail_id.

Returns:

  • (::String)


2736
2737
2738
# File 'sig/types.rbs', line 2736

def self_service_ai_guardrail_id
  @self_service_ai_guardrail_id
end

#self_service_answer_generation_ai_prompt_id::String

Returns the value of attribute self_service_answer_generation_ai_prompt_id.

Returns:

  • (::String)


2735
2736
2737
# File 'sig/types.rbs', line 2735

def self_service_answer_generation_ai_prompt_id
  @self_service_answer_generation_ai_prompt_id
end

#self_service_pre_processing_ai_prompt_id::String

Returns the value of attribute self_service_pre_processing_ai_prompt_id.

Returns:

  • (::String)


2734
2735
2736
# File 'sig/types.rbs', line 2734

def self_service_pre_processing_ai_prompt_id
  @self_service_pre_processing_ai_prompt_id
end