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
{{ message }}
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ This project is an example iOS chat app for Teneo. The project demonstrates the
14
14
* Clone the repository.
15
15
* Install the TIE dependency by running `pods install` in the project root folder.
16
16
* Open the project in XCode by opening `TieChatDemo.xcworkspace`.
17
-
* Set `baseUrl` and `solutionEndpoint` variables in the `ViewController.swift` class, to point to your Teneo engine.
18
-
* Run the app.
17
+
* Point the app at your bot's Teneo engine by setting the following variables in the `ViewController.swift` class:
18
+
*`baseUrl`, the base url of your engine, for example `https://myteam-4fe77f.bots.teneo.ai`
19
+
*`solutionEndpoint`, the path or endpoint of your engine, like `/longberry_baristas_0x383bjp5a8e6tscbjd9x03tvb`**Note: make sure it ends with a slash (/)**
0 commit comments