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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

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)


4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

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)


4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

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)


4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

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.



4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

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)


4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4919

class PutFeedbackRequest < Struct.new(
  :application_id,
  :user_id,
  :conversation_id,
  :message_id,
  :message_copied_at,
  :message_usefulness)
  SENSITIVE = []
  include Aws::Structure
end