You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is a [Botium](https://github.com/codeforequity-at/botium-core) connector fo
10
10
11
11
__Did you read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) articles ? Be warned, without prior knowledge of Botium you won't be able to properly use this library!__
12
12
13
-
## How it works?
13
+
## How it works?
14
14
The Direct Line API 3.0, part of the Microsoft Bot Framework, enables Botium to talk to a chatbot deployed and running with the Microsoft Bot Framework.
15
15
16
16
The Direct Line version number does not correspond to the Microsoft Bot Framework version number. So this connector actually supports __Microsoft Bot Framework v3 as well as v4__.
@@ -20,7 +20,10 @@ It can be used as any other Botium connector with all Botium Stack components:
This connector extracts form contents from adaptive cards. You can assert them with [Forms Asserter](https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/48627713/Forms+Asserter).
23
+
24
+
## Features
25
+
* Button, Media, Card, Form extraction. Accordingly it is possible to use a corresponding [Botium Asserter](https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/2293815/Botium+Asserters).
0 commit comments