Class: Aws::QBusiness::Types::MessageUsefulnessFeedback

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#commentString

A comment given by an end user on the usefulness of an AI-generated chat message.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
# File 'lib/aws-sdk-qbusiness/types.rb', line 5813

class MessageUsefulnessFeedback < Struct.new(
  :usefulness,
  :reason,
  :comment,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for a usefulness rating.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
# File 'lib/aws-sdk-qbusiness/types.rb', line 5813

class MessageUsefulnessFeedback < Struct.new(
  :usefulness,
  :reason,
  :comment,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_atTime

The timestamp for when the feedback was submitted.

Returns:

  • (Time)


5813
5814
5815
5816
5817
5818
5819
5820
# File 'lib/aws-sdk-qbusiness/types.rb', line 5813

class MessageUsefulnessFeedback < Struct.new(
  :usefulness,
  :reason,
  :comment,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#usefulnessString

The usefulness value assigned by an end user to a message.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
# File 'lib/aws-sdk-qbusiness/types.rb', line 5813

class MessageUsefulnessFeedback < Struct.new(
  :usefulness,
  :reason,
  :comment,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end