Files
nadekobot/NadekoBot.Core/Modules/Games/Common/ChatterBot/ChatterBotResponse.cs
2021-09-06 21:29:22 +02:00

9 lines
195 B
C#

namespace NadekoBot.Modules.Games.Common.ChatterBot
{
public class ChatterBotResponse
{
public string Convo_id { get; set; }
public string BotSay { get; set; }
}
}