Alli SDKV1実装(JavaScript)
お知らせ
連携
SDKの初期化
<head>
<script src="https://sdk.alli.ai/0.10.214/alli.js"></script>
<meta charset="UTF-8">
</head>
<body>
<!-- ...Your website content... -->
<!-- Start of Alli Code -->
<script>
Alli.initialize({
apiKey: "YOUR_SDK_KEY",
debug: false,
backButton: true,
providerLink: true,
styleOptions: {
conversationContainer: {
right: 50,
left: 50,
bottom: 50
}
}
});
if (window.Alli) {
window.Alli.event();
}
</script>
<!-- End of Alli Code -->
</body>会話の開始
SDKの高度な設定
<トグルアイコン の位置を調整する>

<トグルアイコンとプレビューなしで全画面でAlliウィンドウをロードする>
<ユーザーを特定する>
<変数の値を指定する>
<Placements>
<静的な配置>
<動的な配置>

<音声認識を有効にする>

<音声認識を無効にする>
変更前
変更後
サポートしているブラウザ
最終更新