addedInput schema / properties / feedbackId
Added value: +{
+ "description": "The unique identifier of the feedback being responded to",
+ "type": "string"
+}
removedInput schema / properties / feedback_id
Removed value: -{
- "description": "The feedback ID being responded to",
- "type": "string"
-}
addedInput schema / properties / recipientUserId
Added value: +{
+ "description": "The user ID of the feedback provider",
+ "type": "string"
+}
removedInput schema / properties / recipient_user_id
Removed value: -{
- "description": "The user ID of the feedback provider",
- "type": "string"
-}
addedInput schema / properties / responseText
Added value: +{
+ "description": "The text content of the response (max 500 characters)",
+ "maxLength": 500,
+ "type": "string"
+}
addedInput schema / properties / responseType
Added value: +{
+ "description": "The type of response: REPLY or FOLLOW_UP",
+ "type": "string"
+}
removedInput schema / properties / response_text
Removed value: -{
- "description": "The response text content (max 500 characters)",
- "type": "string"
-}
removedInput schema / properties / response_type
Removed value: -{
- "description": "The response type: REPLY or FOLLOW_UP",
- "type": "string"
-}