Skip to content

Add a New Action Example

Jessica Van Brummelen edited this page Jul 14, 2020 · 3 revisions

See this pull request for an example of adding a new action: https://github.com/jessvb/convo/pull/102/files

The simple action implemented in the above pull request shows how to cause Convo to add a "greet" action to the procedure if the user says "greet", "greetings", "greet me", etc. When executing the action, Convo will say, "Hello world!".

For more information on what was implemented in the above pull request, see the Add New Action How-to Guide.

Clone this wiki locally