Skip to content

Commit

Permalink
Update ChatModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEElevateAISupport authored Feb 6, 2023
1 parent e392b3c commit 06f375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/ChatModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace ElevateAI.SDK.ChatData
{
// Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse);

public class Message
{
public string participant_id { get; set; }
Expand Down

0 comments on commit 06f375a

Please sign in to comment.