BotSharp/BotSharp.Platform.Dialogflow/Models/DialogflowIntentEvent.cs
2018-10-28 21:16:55 -05:00

12 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Dialogflow.Models
{
public class DialogflowIntentEvent
{
public string Name { get; set; }
}
}