mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
9 lines
195 B
C#
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; }
|
|
}
|
|
}
|