File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ are as follows:
69
69
* ` AddParty ` : Adds a new party to the routing data. It is recommended to use ` MakeSurePartiesAreTracked ` instead of this for adding parties.
70
70
* ` RemoveParty ` : Removes all the instances related to the given party from the routing data (since there can be multiple - one for each conversation).
71
71
* ` 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.
74
74
* ` 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.
76
76
77
77
### Taking the classes into use ###
78
78
You can’t perform that action at this time.
0 commit comments