Class: Aws::QConnect::Types::GenerativeContentFeedbackData

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

Overview

The feedback information for a generative target type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relevanceString

The relevance of the feedback.

Returns:

  • (String)


4769
4770
4771
4772
4773
# File 'lib/aws-sdk-qconnect/types.rb', line 4769

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