Class: Aws::QBusiness::Types::MessageUsefulnessFeedback
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QBusiness::Types::MessageUsefulnessFeedback
 
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
End user feedback on an AI-generated web experience chat message usefulness.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A comment given by an end user on the usefulness of an AI-generated chat message. 
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason for a usefulness rating. 
- 
  
    
      #submitted_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp for when the feedback was submitted. 
- 
  
    
      #usefulness  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The usefulness value assigned by an end user to a message. 
Instance Attribute Details
#comment ⇒ String
A comment given by an end user on the usefulness of an AI-generated chat message.
| 7026 7027 7028 7029 7030 7031 7032 7033 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end | 
#reason ⇒ String
The reason for a usefulness rating.
| 7026 7027 7028 7029 7030 7031 7032 7033 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end | 
#submitted_at ⇒ Time
The timestamp for when the feedback was submitted.
| 7026 7027 7028 7029 7030 7031 7032 7033 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end | 
#usefulness ⇒ String
The usefulness value assigned by an end user to a message.
| 7026 7027 7028 7029 7030 7031 7032 7033 | # File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7026 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end |