This commit is contained in:
Chris McConnell 2016-03-26 17:53:31 -07:00
Родитель 25df37114e
Коммит a74321f0c4
4 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -105,4 +105,8 @@
/// inline with the response to the web api method call, and some of these messages may be sent directly using the %Bot Connector client.
/// Sending and receiving messages through the dialog context ensures the IBotData state is passed through the %Bot Connector.
///
/// TODO:
/// * Need to describe limitations on context in messages
/// * Need to describe the stores off of IDialog
/// * Link up to reference docs
}

Просмотреть файл

@ -571,4 +571,8 @@
/// Form.TemplateBase.Separator | When lists are constructed for {[]} or in line choices from {\|\|} provides the separator before every item except the last.
/// Form.TemplateBase.ValueCase | Controls case normalization when displaying a field value.
///
/// TODO:
/// * Constructing a form (two parts -- initial and full)
/// * Multiple forms?
/// * LUIS integration?
}

Просмотреть файл

@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0.22")]
[assembly: AssemblyFileVersion("0.9.0.22")]
[assembly: AssemblyVersion("0.9.0.23")]
[assembly: AssemblyFileVersion("0.9.0.23")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]

Просмотреть файл

@ -6,7 +6,7 @@
<configuration>
<appSettings>
<!-- update these with your appid and one of your appsecret keys-->
<add key="AppId" value="SimpleAlarmBot" />
<add key="AppId" value="YourAppId" />
<add key="AppSecret" value="YourAppSecret" />
</appSettings>
<!--