From 8dff3f5ce3a9fb9db14bc3b7edce8b44fc73bbea Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Mon, 6 Jan 2025 00:01:14 -0600 Subject: [PATCH] rename --- .../BotSharp.Abstraction/Agents/Models/AgentEventRule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Agents/Models/AgentEventRule.cs b/src/Infrastructure/BotSharp.Abstraction/Agents/Models/AgentEventRule.cs index c23ef890..180c83a6 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Agents/Models/AgentEventRule.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Agents/Models/AgentEventRule.cs @@ -8,6 +8,6 @@ public class AgentEventRule [JsonPropertyName("event_name")] public string EventName { get; set; } - [JsonPropertyName("event_type")] + [JsonPropertyName("entity_type")] public string EntityType { get; set; } }