Values.PutFeedbackRequestSourceProvides feedback against the specified assistant for the specified target. This API only supports generative targets.
type nonrec t = {assistantId : UuidOrArn.t;The identifier of the Amazon Q in Connect assistant.
*)targetId : Uuid.t;The identifier of the feedback target.
*)targetType : TargetType.t;The type of the feedback target.
*)contentFeedback : ContentFeedbackData.t;Information about the feedback provided.
*)}val make :
assistantId:UuidOrArn.t ->
targetId:Uuid.t ->
targetType:TargetType.t ->
contentFeedback:ContentFeedbackData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UuidOrArn.t
| `Structure of
(string * [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]