diff --git a/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/RichContent.cs b/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/RichContent.cs index 69224e42..c2b027cd 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/RichContent.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/RichContent.cs @@ -7,7 +7,7 @@ namespace BotSharp.Abstraction.Messaging.Models.RichContent /// RESPONSE /// [JsonPropertyName("messaging_type")] - public string MessageingType { get; set; } = string.Empty; + public string? MessageingType { get; set; } public T Message { get; set; } } }