Merge pull request #49 from qcjxberin/master
Fix BUG that can't match Q&A
This commit is contained in:
commit
f82d1c94a2
|
|
@ -8,6 +8,8 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using BotSharp.Platform.Models.MachineLearning;
|
||||
using Ding.Log;
|
||||
using Ding.Serialization;
|
||||
|
||||
namespace BotSharp.Platform.Dialogflow.Controllers
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ using BotSharp.Platform.Models.AiRequest;
|
|||
using Turing.NET;
|
||||
using System.Text.RegularExpressions;
|
||||
using BotSharp.Platform.Models.Contexts;
|
||||
using Ding.Log;
|
||||
using Ding.Serialization;
|
||||
|
||||
namespace BotSharp.Platform.Dialogflow
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"assemblies": "BotSharp.Core",
|
||||
|
||||
"platformModuleName": "DialogflowAi",
|
||||
"overrideFallback": false,
|
||||
"overrideFallback": true,
|
||||
|
||||
"modules": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue