Values.PutFeedbackRequestSourceEnables your end user to provide feedback on their Amazon Q Business generated chat responses.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the application associated with the feedback.
*)userId : UserId.t option;The identifier of the user giving the feedback.
*)conversationId : ConversationId.t;The identifier of the conversation the feedback is attached to.
*)messageId : SystemMessageId.t;The identifier of the chat message that the feedback was given for.
*)messageCopiedAt : Timestamp.t option;The timestamp for when the feedback was recorded.
*)messageUsefulness : MessageUsefulnessFeedback.t option;The feedback usefulness value given by the user to the chat message.
*)}val make :
?userId:??? ->
?messageCopiedAt:??? ->
?messageUsefulness:??? ->
applicationId:ApplicationId.t ->
conversationId:ConversationId.t ->
messageId:SystemMessageId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationId.t
| `Structure of
(string
* [> `Enum of string
| `String of MessageUsefulnessComment.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]