Class: Aws::QBusiness::Types::PutFeedbackRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application associated with the feedback.

Returns:

  • (String)


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_idString

The identifier of the conversation the feedback is attached to.

Returns:

  • (String)


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_atTime

The timestamp for when the feedback was recorded.

Returns:

  • (Time)


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_idString

The identifier of the chat message that the feedback was given for.

Returns:

  • (String)


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_usefulnessTypes::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_idString

The identifier of the user giving the feedback.

Returns:

  • (String)


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