Values.PutFeedbackResponseSourceProvides feedback against the specified assistant for the specified target. This API only supports generative targets.
type nonrec t = {assistantId : Uuid.t option;The identifier of the Amazon Q in Connect assistant.
*)assistantArn : UuidOrArn.t option;The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
*)targetId : Uuid.t option;The identifier of the feedback target.
*)targetType : TargetType.t option;The type of the feedback target.
*)contentFeedback : ContentFeedbackData.t option;Information about the feedback provided.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]