ibm watson

介绍 (Introduction)

…learn how you can add conversation your website.

…学习如何增加网站对话。

Chatbot development environments are becoming more of a configuration environment than a development environment. It use to be tricky integrating your chatbot to different mediums, through which your user will access the conversational interface.

与开发环境相比,Chatbot开发环境越来越成为一种配置环境。 将您的聊天机器人集成到不同的媒介时会非常棘手用户可以通过该媒介访问对话界面。

Integration Options Available on IBM Watson Assistant
IBM Watson Assistant上可用的集成选项

This is also in many instances an ongoing process, as the chatbot needs to be accessible in more conversational environments. Having the points of integration hosted within your chatbot development environment is helpful.

在许多情况下,这也是一个持续的过程,因为聊天机器人需要在更多对话环境中进行访问。 在您的聊天机器人开发环境中托管集成点将很有帮助。

One of the leaders in this field is Microsoft, they have always had a good collection of integration tools and widgets.

微软是该领域的领导者之一,他们一直拥有大量的集成工具和小部件。

Now we are seeing a steady expanding of these integration tools with IBM Watson Assistant.

现在,我们看到使用IBM Watson Assistant的这些集成工具正在稳步扩展。

介绍Watson Assistant Web聊天 (Introducing Watson Assistant Web Chat)

IBM Watson Assistant has a very convenient feature for creating a JavaScript web widget. You have the option to customize the widget to a large degree.

IBM Watson Assistant具有用于创建JavaScript Web小部件的非常方便的功能。 您可以选择在很大程度上自定义窗口小部件。

Via the Watson Assistant console, the JavaScript snippet can be copied and pasted into the basic html of your website.

通过Watson Assistant控制台,可以将JavaScript代码段复制并粘贴到您网站的基本html中。

Two key advantages of this are the following…

其两个主要优点如下:

Design Elements Are Automatically Available via the Web Interface
可通过Web界面自动使用设计元素
  • Conversational components like buttons, links, images etc are carried through to your web chat interface. Allowing for a richer user experience.诸如按钮,链接,图像等的对话组件将被传送到您的Web聊天界面。 允许更丰富的用户体验。
  • Secondly any updates and changes to your conversational model within Watson Assistant is automatically propagated to the web interface.其次,对Watson Assistant中对话模型的任何更新和更改都将自动传播到Web界面。

It has to be noted that currently there is a WordPress plugin for Watson Assistant. This plugin is very convenient for web chat integration. However, the ideal would be to use this tool from IBM.

必须指出,当前有一个Watson Assistant的WordPress插件。 这个插件对于网络聊天集成非常方便。 但是,理想的情况是使用IBM的此工具。

In the following section I will take you through an overview of setting up the web chat functionality.

在以下部分中,我将带您简要了解设置网络聊天功能。

It has to be said that Watson Assistant has a preview link, which you can use to generate a URL to access the chatbot. This is however only for testing purposes and allowing a preview of the functionality. It cannot be used in any life implementation.

必须说Watson Assistant有一个预览链接,您可以使用它来生成URL来访问聊天机器人。 但是,这仅出于测试目的,并允许预览功能。 不能在任何生活实现中使用。

Setup of Preview Link
预览链接的设置

循序渐进的过程 (Step-By-Step Process)

When you create a Web Chat integration, code is generated that calls a script that is written in JavaScript. This script instantiates a unique instance of your assistant. You can then copy and paste the HTML script element into any page or pages on your website where you want users to be able to ask your assistant for help.

创建Web聊天集成时,将生成代码,该代码调用用JavaScript编写的脚本。 该脚本实例化助手的唯一实例。 然后,您可以将HTML script元素复制并粘贴到网站上您希望用户能够向您的助手寻求帮助的任何页面中。

Start by navigating to the integration section in Watson Assistant and selecting Web chat integration. You can give your integration configuration a unique name.

首先导航到Watson Assistant中的“集成”部分,然后选择“ Web聊天集成”。 您可以为集成配置指定一个唯一的名称。

Web Chat Integration Setup
网络聊天集成设置

And then click on Create.

然后单击创建。

Live Agent Transfers & Security
实时代理转移和安全

There is an option to add live agent transfers to Zendesk and Salesforce.

有一个选项可以将实时座席转移添加到Zendesk和Salesforce。

You can also add encryption for authentication and authorization.

您还可以添加加密以进行身份​​验证和授权。

Once you have created the web chat integration, there are options to set the avatar of your chatbot.

创建网络聊天集成后,便可以使用一些选项来设置聊天机器人的头像。

The assistant’s name can be added, in this case I left it as Watson Assistant.

可以添加助手的名称,在这种情况下,我将其保留为Watson Assistant。

There are options to tweak the primary, secondary and accent color of the chat window.

有一些选项可以调整聊天窗口的主要,辅助和重点颜色。

Customize Your Chat UI
自定义您的聊天界面

On the right of the customization window is a test chat interface to get an idea of the look and feel of the chat interface prior to launching it.

在自定义窗口的右侧是一个测试聊天界面,用于在启动之前了解聊天界面的外观。

Color Setup with Immediate Translation in the Test Window
在测试窗口中进行即时翻译的颜色设置

Again, as you test your chatbot in the configuration environment, media elements are available. This allows for a true user experience prior to deployment.

同样,在配置环境中测试聊天机器人时,媒体元素可用。 这样可以在部署之前提供真正的用户体验。

Customizing & Testing the Chat Window
自定义和测试聊天窗口

Once you are happy with the look and feel of your chat window, scroll down and copy the JavaScript snippet from the configuration window.

对聊天窗口的外观感到满意后,请向下滚动并从配置窗口复制JavaScript代码段。

Copy the JavaScript Snippet
复制JavaScript代码段

Head over to your website, access the html code, and find a spot where you can paste the code snippet it.

转至您的网站,访问html代码,然后找到可以在其中粘贴代码段的位置。

Paste the code as close to the closing </body> tag as possible to ensure that your page renders faster.

将代码粘贴到尽可能靠近</body>标记的位置,以确保页面呈现速度更快。

Example of Live Implementation
实时实施示例

You will have a very convenient floating web launch button, which expands the chat window. The conversation history is visible, until you refresh the page.

您将有一个非常方便的浮动Web启动按钮,它会扩展聊天窗口。 在刷新页面之前,对话历史记录是可见的。

Web Launch Button
Web启动按钮

The Web Chat launcher icon is displayed at the end of the page. The icon is blue unless you customize the accent color.

Web Chat启动器图标显示在页面末尾。 除非您自定义强调色,否则该图标为蓝色。

You can paste the same script tag in multiple pages on a website. Anywhere you would want the user to be able to reach your assistant. Obviously only add it once to a page.

您可以将同一脚本标签粘贴到网站上的多个页面中。 您希望用户能够与您的助手联系的任何地方。 显然,只需将其添加到页面一次。

结论 (Conclusion)

And there you have it, below is a link to the IBM documentation with more technical information.

到了那里,下面是指向IBM文档的链接,其中包含更多技术信息。

翻译自: https://medium.com/@CobusGreyling/ibm-watson-assistant-integration-with-web-chat-b2bcce48252f

ibm watson


http://www.taodudu.cc/news/show-1874150.html

相关文章:

  • ai替代数据可视化_在药物发现中可视化AI初创公司
  • 软件测试前景会被ai取代吗_软件测试人员可能很快会被AI程序取代
  • ansys电力变压器模型_最佳变压器模型的超参数优化
  • 一年成为ai算法工程师_我作为一名数据科学研究员所学到的东西在一年内成为了AI领导者...
  • openai-gpt_为什么GPT-3感觉像是编程
  • 医疗中的ai_医疗保健中自主AI的障碍
  • uber大数据_Uber创建了深度神经网络以为其他深度神经网络生成训练数据
  • http 响应消息解码_响应生成所需的解码策略
  • 永久删除谷歌浏览器缩略图_“暮光之城”如何永久破坏了Google图片搜索
  • 从头实现linux操作系统_从头开始实现您的第一个人工神经元
  • 语音通话视频通话前端_无需互联网即可进行数十亿视频通话
  • 优先体验重播matlab_如何为深度Q网络实施优先体验重播
  • 人工智能ai以算法为基础_为公司采用人工智能做准备
  • ieee浮点数与常规浮点数_浮点数如何工作
  • 模型压缩_模型压缩:
  • pytorch ocr_使用PyTorch解决CAPTCHA(不使用OCR)
  • pd4ml_您应该在本周(7月4日)阅读有趣的AI / ML文章
  • aws搭建深度学习gpu_选择合适的GPU进行AWS深度学习
  • 证明神经网络的通用逼近定理_在您理解通用逼近定理之前,您不会理解神经网络。...
  • ai智能时代教育内容的改变_人工智能正在改变我们的评论方式
  • 通用大数据架构-_通用做法-第4部分
  • 香草 jboss 工具_使用Tensorflow创建香草神经网络
  • 机器学习 深度学习 ai_人工智能,机器学习和深度学习。 真正的区别是什么?...
  • 锁 公平 非公平_推荐引擎也需要公平!
  • 创建dqn的深度神经网络_深度Q网络(DQN)-II
  • kafka topic:1_Topic️主题建模:超越令牌输出
  • dask 于数据分析_利用Dask ML框架进行欺诈检测-端到端数据分析
  • x射线计算机断层成像_医疗保健中的深度学习-X射线成像(第4部分-类不平衡问题)...
  • r-cnn 行人检测_了解用于对象检测的快速R-CNN和快速R-CNN。
  • 语义分割空间上下文关系_多尺度空间注意的语义分割

ibm watson_IBM Watson Assistant与Web聊天的集成相关推荐

  1. watson软件使用_使用Watson Assistant进行多语言管理

    watson软件使用 It is very common to implement a conversational assistant in multiple languages. Let's sa ...

  2. IBM强化Watson对商业语言的理解能力—AI辩论一些关键技术首次商业化

    来源:IBM中国 2020 年 3 月 11 日,商业人工智能领域领军者 IBM[1]宣布推出几项全新的 IBM Watson 技术,旨在帮助组织机构更清晰地识别.理解和分析英语语言中某些最具挑战性的 ...

  3. IBM开放Watson AI服务增加云服务使用

    2019独角兽企业重金招聘Python工程师标准>>> IBM宣布开放Watson AI服务到任何云服务上使用,像是打造对话式接口的Watson Assistant或是管理AI周期平 ...

  4. IBM Expands Watson Platform for Next Generation of Builders

    IBM Expands Watson Platform for Next Generation of Builders; Extends Industry's Largest Portfolio of ...

  5. 基于阿里云用C/C++做了一个http协议与TCP协议的web聊天室的服务器——《干饭聊天室》

    基于阿里云用C/C++做了一个http协议与TCP协议的web聊天室的服务器--<干饭聊天室> 在这里首先感谢前端小伙伴飞鸟 前端技术请看一款基于React.C++,使用TCP/HTTP协 ...

  6. Django项目--web聊天室

    需求 做一个web聊天室,主要练习前端ajax与后台的交互: 一对一聊天和群组聊天 添加用户为好友 搜索并添加群组 管理员可以审批用户加群请求,群管理员可以有多个,群管理员可以删除,添加禁言群友 与聊 ...

  7. 使用FastHttpApi构建多人Web聊天室

    为什么80%的码农都做不了架构师?>>>    一般在dotnet core下构建使用web服务应用都使用asp.net core,但通过FastHttpApi组建也可以方便地构建w ...

  8. 基于.NET SingalR,LayIM2.0实现的web聊天室

    LayIM官网 http://www.layui.com/doc/layim.html 博客教程:http://www.cnblogs.com/panzi/p/5767095.html 项目说明:基于 ...

  9. 利用html 5 websocket做个山寨版web聊天室(手写C#服务器)

    在之前的博客中提到过看到html5 的websocket后很感兴趣,终于可以摆脱长轮询(websocket之前的实现方式可以看看Developer Works上的一篇文章,有简单提到,同时也说了web ...

  10. WebSocket请求过程分析及实现Web聊天室

    WebSocket协议是基于TCP的一种新的协议.WebSocket最初在HTML5规范中被引用为TCP连接,作为基于TCP的套接字API的占位符.它实现了浏览器与服务器全双工(full-duplex ...

最新文章

  1. 《研磨设计模式》chap25 访问者模式Visitor(3)联合组合模式+总结
  2. ModuleNotFoundError: No module named 'oscar.app'
  3. jquery关于多个显示隐藏
  4. Multi-thread--C++11中std::condition_variable的使用
  5. 冒号和他的学生们(连载18)——系统语言
  6. python动态获取cookie_看到很多人求助python 我也求助一下如何写cookie的获取和登录吧...
  7. python爬虫网易云音乐最热评论并分析_Python3实现爬虫抓取网易云音乐的热门评论分析(图)...
  8. userdel删除用户失败提示:userdel: user * is currently logged in 解决方法
  9. python适合自学编程吗-对没有编程基础的人来说,直接学Python入门IT合适吗?
  10. 空值的日期类型和update 中的null
  11. 菲律宾国防部长洛伦扎纳参观中国海军539编队芜湖舰
  12. 粉笔计算机基础知识,计算机基础知识2-实作.ppt
  13. 【明日方舟 人工智能】在罗德岛学习人工智能的日子 (一)
  14. Visual Studio 11开发指南(5)Visual Studio 11 IDE增强
  15. mysql多对多关系的理解,由一对多看向多对多
  16. Lenovo YOGA 14s(不只适合这一款机型)重装系统后触控板失灵 + 解决方法 )
  17. 运维-Linux简介
  18. 主板开启网络唤醒_网卡(网络)唤醒BIOS设置教程
  19. VBA 会被 Python 代替吗?
  20. Postgresql逻辑复制DDL插件pgl_ddl_deploy

热门文章

  1. thinkphp 文件下载实例 实现以及注意事项
  2. (转载)C/C++:sizeof('a')的值为什么不一样?
  3. 我要看的学习网站——php
  4. Android SDK 无法连接到GOOGLE 下载安装包
  5. PVNet(6D姿态估计)
  6. Atitit nodejs5 nodejs6  nodejs 7.2.1  新特性attialx总结
  7. Atitit.ide代码块折叠插件 eclipse
  8. atitit.避免NullPointerException 总结and 最佳实践 o99
  9. PAIP.WEB程序网站安全扫描检测工具(桌面程序)总结
  10. 讲真,灾备的内涵其实很丰富