Class: Aws::QBusiness::Types::HallucinationReductionConfiguration

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

Overview

Configuration information required to setup hallucination reduction. For more information, see hallucination reduction.

The hallucination reduction feature won't work if chat orchestration controls are enabled for your application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hallucination_reduction_controlString

Controls whether hallucination reduction has been enabled or disabled for your application. The default status is DISABLED.

Returns:

  • (String)


5434
5435
5436
5437
5438
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5434

class HallucinationReductionConfiguration < Struct.new(
  :hallucination_reduction_control)
  SENSITIVE = []
  include Aws::Structure
end