BotSharp/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationState.cs

6 lines
118 B
C#
Raw Normal View History

2023-08-09 21:49:55 +00:00
namespace BotSharp.Abstraction.Conversations.Models;
public class ConversationState : Dictionary<string, string>
{
}