はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Smartbridge
1
テンプレート
161
要約
要約
NLP Wit.ai integration with UiPath
概要
概要
This workflow template is a basic sample of how NLP works and how to integrate it with UiPath.
It will ask you to enter a phrase to pass to the NLP engine, once entered it will send it to the NLP engine through an HTTP request and return a JSON file with the entity and the accuracy NLP has determined.
Once you have the entity you can proceed with your code.
Example:
Question: What is your name?
Entity: name
The NLP will recognize that you are looking for a name.
Enjoy!
機能
機能
It shows in a very simple way how to start the implementation of a NLP engine in your robots.
その他の情報
その他の情報
依存関係
wit.ai as the NLP and WEB Activites from UiPath
コード言語
Visual Basic