diff --git a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs index 31eda506a..f7c911c35 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/RoleDialogModel.cs @@ -220,7 +220,6 @@ public static RoleDialogModel From(RoleDialogModel source, public void ClearMessage() { this.Payload = null; - this.Content = string.Empty; this.RichContent = null; this.SecondaryContent = null; this.SecondaryRichContent = null;