Class: Aws::QConnect::Types::GenerativeContentFeedbackData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GenerativeContentFeedbackData
- Defined in:
- gems/aws-sdk-qconnect/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.
4137 4138 4139 4140 4141 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4137 class GenerativeContentFeedbackData < Struct.new( :relevance) SENSITIVE = [] include Aws::Structure end |