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
+33-29Lines changed: 33 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,15 @@
4
4
5
5
In this sample application, you're engaging with a banking virtual assistant. The assistant simulates a few scenarios, such as making a credit card payment, booking an appointment with a banker and choosing a credit card. Watson can understand your entries and respond accordingly.
6
6
7
+
This app demonstrates the Watson Assistant service via a complete, complex interface which engages in simulated banking tasks. It utilises features such as:
@@ -23,13 +30,27 @@ In this sample application, you're engaging with a banking virtual assistant. Th
23
30
24
31
## Configuring the application
25
32
33
+
1. In your IBM Cloud console, open the Watson Assistant service instance
34
+
35
+
1. Click the **Import workspace** icon in the Watson Assistant service tool. Specify the location of the workspace JSON file in your local copy of the app project:
36
+
37
+
`<project_root>/training/banking_workspace.json`
38
+
39
+
1. Select **Everything (Intents, Entities, and Dialog)** and then click **Import**. The car dashboard workspace is created.
40
+
41
+
1. Click the menu icon in the upper-right corner of the workspace tile, and then select **View details**.
42
+
43
+
1. Click the  icon to copy the workspace ID to the clipboard.
44
+
45
+

46
+
26
47
1. In the application folder, copy the *.env.example* file and create a file called *.env*
27
48
28
49
```
29
50
cp .env.example .env
30
51
```
31
52
32
-
2. Open the *.env* file and add the service credentials that you obtained in the previous step.
53
+
1. Open the *.env* file and add the service credentials that you obtained in the previous step.
33
54
34
55
Example *.env* file that configures the `apikey` and `url` for a Watson Assistant service instance hosted in the US East region:
35
56
@@ -38,6 +59,12 @@ In this sample application, you're engaging with a banking virtual assistant. Th
0 commit comments