mirror of
https://github.com/bitwarden/server
synced 2026-02-22 12:23:37 +00:00
[PM-23761] Auto-reply to tickets in Freskdesk with help from Onyx AI (#6315)
This commit is contained in:
9
src/Billing/Models/FreshdeskReplyRequestModel.cs
Normal file
9
src/Billing/Models/FreshdeskReplyRequestModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Bit.Billing.Models;
|
||||
|
||||
public class FreshdeskReplyRequestModel
|
||||
{
|
||||
[JsonPropertyName("body")]
|
||||
public required string Body { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user