14 lines
237 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|