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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentString

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

Returns:

  • (String)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4578

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

#reasonString

The reason for a usefulness rating.

Returns:

  • (String)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4578

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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4578

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)


4578
4579
4580
4581
4582
4583
4584
4585
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4578

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