Technical Articles
Conversational AIのWebchatをローカルのHTMLに埋め込んでテストする方法
Conversational AIをローカルのHTMLに埋め込んでテストする方法に関するメモです。
公式ドキュメントを参照しました。
上記の情報を使ってHTMLファイルを作成します。
<html>
<body>
<script src="https://cdn.cai.tools.sap/webchat/webchat.js"
channelId="WebchatのchannelID"
token="Webchatのtoken"
id="cai-webchat"
></script>
</body>
</html>
Be the first to leave a comment
You must be Logged on to comment or reply to a post.