Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Migrate to new domain dialogflow.com
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Oct 31, 2017
1 parent c56fcb5 commit 7040bb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ApiAi/ApiAi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package >
<metadata>
<id>ApiAi</id>
<version>1.0.2</version>
<title>$title$</title>
<version>1.0.3</version>
<title>Dialogflow.com library (ApiAi)</title>
<authors>Nick Rimmer</authors>
<owners>Nick Rimmer</owners>
<licenseUrl>https://raw.githubusercontent.com/NickRimmer/ApiAi/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/NickRimmer/ApiAi</projectUrl>
<iconUrl>https://raw.githubusercontent.com/NickRimmer/ApiAi/master/ApiAi/nuget_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Api.ai .NET library. More information about API.AI natural language processing API on site http://api.ai/</description>
<releaseNotes>Descriptions for methods and models</releaseNotes>
<description>Dialogflow.com .NET library. More information about API.AI natural language processing API on site http://api.ai/</description>
<releaseNotes>Migrate to dialogflow.com</releaseNotes>
<copyright>DIPTEAM 2017</copyright>
<tags>ApiAi Api.ai AI natural_language_processing</tags>
<tags>Dialogflow Dialogflow.com ApiAi Api.ai AI natural_language_processing</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion ApiAi/Models/ConfigModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ConfigModel
{
#region magic
internal static string
BaseUrl = @"https://api.api.ai/v1",
BaseUrl = @"https://api.dialogflow.com/v1/",
VersionCode = @"20150910";

#endregion
Expand Down

0 comments on commit 7040bb2

Please sign in to comment.