NadekoBot/NadekoBot.Core/Modules/Games/Common/ChatterBot/ChatterBotResponse.cs

9 lines
195 B
C#
Raw Normal View History

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