BotSharp/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationState.cs
2023-08-09 16:49:55 -05:00

6 lines
118 B
C#

namespace BotSharp.Abstraction.Conversations.Models;
public class ConversationState : Dictionary<string, string>
{
}