Module Values.PutFeedbackRequestSource

Provides feedback against the specified assistant for the specified target. This API only supports generative targets.

Sourcetype nonrec t = {
  1. assistantId : UuidOrArn.t;
    (*

    The identifier of the Amazon Q in Connect assistant.

    *)
  2. targetId : Uuid.t;
    (*

    The identifier of the feedback target.

    *)
  3. targetType : TargetType.t;
    (*

    The type of the feedback target.

    *)
  4. contentFeedback : ContentFeedbackData.t;
    (*

    Information about the feedback provided.

    *)
}
Sourceval context_ : string
Sourceval make : assistantId:UuidOrArn.t -> targetId:Uuid.t -> targetType:TargetType.t -> contentFeedback:ContentFeedbackData.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t