TODO lists in documentation.
This commit is contained in:
Родитель
25df37114e
Коммит
a74321f0c4
|
@ -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>
|
||||
<!--
|
||||
|
|
Загрузка…
Ссылка в новой задаче