SfapApiFeedbackRequestBody
@Serializable
Models a sfap_api feedback endpoint request. See https://developer.salesforce.com/docs/einstein/genai/references/models-api?meta=submitFeedback
The endpoint accepts a appFeedback object as well. To provide appFeedback, subclass and introduce a new parameter of any object type named appFeedback. Also, override the toJson method to use the subclass serializer instead of the the serializer provided by this class.