BotSharp/Platform.Articulate/ViewModels/ResponseViewModel.cs

12 lines
212 B
C#
Raw Normal View History

2018-10-02 02:49:01 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace Platform.Articulate.ViewModels
{
public class ResponseViewModel
{
public string TextResponse { get; set; }
}
}