Class: Aws::QBusiness::Types::PutFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PutFeedbackRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application associated with the feedback.
-
#conversation_id ⇒ String
The identifier of the conversation the feedback is attached to.
-
#message_copied_at ⇒ Time
The timestamp for when the feedback was recorded.
-
#message_id ⇒ String
The identifier of the chat message that the feedback was given for.
-
#message_usefulness ⇒ Types::MessageUsefulnessFeedback
The feedback usefulness value given by the user to the chat message.
-
#user_id ⇒ String
The identifier of the user giving the feedback.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application associated with the feedback.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The identifier of the conversation the feedback is attached to.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |
#message_copied_at ⇒ Time
The timestamp for when the feedback was recorded.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The identifier of the chat message that the feedback was given for.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |
#message_usefulness ⇒ Types::MessageUsefulnessFeedback
The feedback usefulness value given by the user to the chat message.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user giving the feedback.
6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6458 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |