Class: Aws::QConnect::Types::GenerativeContentFeedbackData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GenerativeContentFeedbackData
- 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
-
#relevance ⇒ String
The relevance of the feedback.
Instance Attribute Details
#relevance ⇒ String
The relevance of the feedback.
4769 4770 4771 4772 4773 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4769 class GenerativeContentFeedbackData < Struct.new( :relevance) SENSITIVE = [] include Aws::Structure end |