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.
4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4791 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for a usefulness rating.
4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4791 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.
4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4791 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.
4791 4792 4793 4794 4795 4796 4797 4798 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4791 class MessageUsefulnessFeedback < Struct.new( :usefulness, :reason, :comment, :submitted_at) SENSITIVE = [] include Aws::Structure end |