Skip to content

Commit 3934d19

Browse files
committed
Minor changes
1 parent 0f3a426 commit 3934d19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ are as follows:
6969
* `AddParty`: Adds a new party to the routing data. It is recommended to use `MakeSurePartiesAreTracked` instead of this for adding parties.
7070
* `RemoveParty`: Removes all the instances related to the given party from the routing data (since there can be multiple - one for each conversation).
7171
* `MakeSurePartiesAreTracked`: A convenient method for adding parties. The given parties are added if they are new.
72-
* `IntiateEngagement`: Creates and posts a new chat request.
73-
* `AddEngagement`: Establishes an engagement between the given parties. This method is called when a chat request is accepted.
72+
* `IntiateEngagementAsync`: Creates and posts a new chat request.
73+
* `AddEngagementAsync`: Establishes an engagement between the given parties. This method is called when a chat request is accepted.
7474
* `HandleMessageAsync`: Handles the incoming messages: Creates chat requests if needed and relays the messages between engaged parties.
75-
* `HandleDirectCommandToBot`: Handles bot commands.
75+
* `HandleDirectCommandToBotAsync`: Handles bot commands.
7676

7777
### Taking the classes into use ###
7878

0 commit comments

Comments
 (0)