Update README.md
This commit is contained in:
parent
c07aca96a4
commit
9585a231bd
@ -222,12 +222,17 @@ On every input the user is sending back to the bot the Action event gets raised.
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
public class SimpleForm : FormBase
|
public class SimpleForm : AutoCleanForm
|
||||||
{
|
{
|
||||||
|
public SimpleForm()
|
||||||
|
{
|
||||||
|
this.DeleteSide = eSide.Both;
|
||||||
|
this.DeleteMode = eDeleteMode.OnLeavingForm;
|
||||||
|
}
|
||||||
|
|
||||||
public override async Task Opened()
|
public override async Task Opened()
|
||||||
{
|
{
|
||||||
await this.Device.Send("Hello world!");
|
await this.Device.Send("Hello world! (send 'back' to get back to Start)\r\nOr\r\nhi, hello, maybe, bye and ciao");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user