using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Platform.Dialogflow.Models { public class DialogflowIntentResponseParameterPrompt { public string Lang { get; set; } public string Value { get; set; } } }