12 lines
221 B
C#
12 lines
221 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace BotSharp.Platform.Articulate.ViewModels
|
|||
|
|
{
|
|||
|
|
public class ResponseViewModel
|
|||
|
|
{
|
|||
|
|
public string TextResponse { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|