Set up IBM Watson Assistant and IBM Cloud Functions
The following steps outline what is required to set up IBM Watson Assistant and IBM Cloud Functions with the provided samples from the Git repository.
IBM Cloud Functions:
- Create as many actions in IBM Cloud Functions as required based on the number of sample actions provided.
- Add the sample code for the actions to your IBM Cloud Functions service from the
/samples/actions
directory in the Git repository and customize and enable the actions.
IBM Watson Assistant:
- Import the sample dialog skills into your Watson Assistant instance from the
CaseworkerAssistantDemo.json
file in the/samples/skills
directory in the Git repository. - Configure the dialog skill webhook to specify the correct URL for your Cloud Function action.
- You may want to update the chatbot’s conversation starter text on the home screen
- Read the user guide on how to use your virtual assistant, and what questions it can be asked.
Refer to our superb guidance and let your creative juices flow!