BotSharp/BotSharp.Core/Engines/Dialogflow/DialogflowIntentEvent.cs
2018-06-14 07:01:17 -05:00

12 lines
211 B
C#

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