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