File tree 2 files changed +2
-8
lines changed 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 90
90
/// response and perform the action including sending a message back to the user. The final step is to do IDialogContext.Wait
91
91
/// with a continuation back to MessageReceivedAsync on the next message.
92
92
///
93
- /// \section echoButton Echo Bot with Buttons
94
- /// A number of communication channels are starting to support [Buttons] as well as text. The %Bot %Builder provides
95
- /// buttons in both PromptDialog and in %FormFlow. Depending on the channel, buttons may differ in how they are
96
- /// rendered including just rendering as text. The easiest way to use buttons is to make use of the PromptBuilder class
97
- /// to create your prompts or messages.
98
- ///
99
93
/// \section alarmBot Alarm Bot
100
94
/// This example is more complex and shows how to integrate [LUIS] together with PromptDialog to create an alarm
101
95
/// system you can interact with through natural language.
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
37
- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
36
+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
38
38
39
39
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Builder.Tests" ) ]
40
40
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Sample.Tests" ) ]
You can’t perform that action at this time.
0 commit comments