BotSharp/Platforms/BotSharp.Platform.Dialogflow/PlatformSettings.cs
2023-05-20 10:20:37 -05:00

14 lines
237 B
C#

using BotSharp.Core;
using BotSharp.Platform.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.Dialogflow
{
public class PlatformSettings : PlatformSettingsBase
{
}
}