Voice+™ over the phone
Use Touchpoint Voice+ with an external telephony channel
3
Integrate Touchpoint in external mode
<html lang="en">
<head>
<title>Touchpoint Sample HTML</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type="module">
import { create } from "https://unpkg.com/@nlxai/touchpoint-ui/lib/index.js?module";
const touchpoint = await create({
config: {
applicationUrl: "REPLACE_WITH_APPLICATION_URL",
headers: {
"nlx-api-key": "REPLACE_WITH_API_KEY"
},
languageCode: "en-US",
conversationId: new URLSearchParams(window.location.search).get("cid")
},
input: "external",
bidirectional: {}
});
</script>
</body>
</html>Last updated



