diff --git a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs index 20e6a7fd..c8277500 100644 --- a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs +++ b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs @@ -202,6 +202,8 @@ public partial class ConversationService : IConversationService converation = await NewConversation(sess); } + _conversationId = converation.Id; + return converation; }