BotSharp/Platform.Articulate/ViewModels/ResponseViewModel.cs
2018-10-01 21:49:01 -05:00

12 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Platform.Articulate.ViewModels
{
public class ResponseViewModel
{
public string TextResponse { get; set; }
}
}