Class: Aws::QBusiness::Types::PutFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PutFeedbackRequest
- Includes:
- Structure
- Defined in:
- 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 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.
6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6242 class PutFeedbackRequest < Struct.new( :application_id, :user_id, :conversation_id, :message_id, :message_copied_at, :message_usefulness) SENSITIVE = [] include Aws::Structure end |