Difference between revisions of "GDE/Current/User/Adding Knowledge"
(Published) |
|||
Line 2: | Line 2: | ||
|Standalone=No | |Standalone=No | ||
|DisplayName=Adding Knowledge to your bot | |DisplayName=Adding Knowledge to your bot | ||
+ | |Context=Add predefined queries and answers to your bot allowing it to understand and respond to conversations. | ||
+ | |ComingSoon=Yes | ||
|Platform=PureEngage, PureCloud | |Platform=PureEngage, PureCloud | ||
− | |||
− | |||
|Section={{Section | |Section={{Section | ||
|sectionHeading=What is Knowledge? | |sectionHeading=What is Knowledge? | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=Knowledge is | + | |structuredtext=Knowledge is a set of predefined questions and answers that Dialog Engine will use to respond to queries and to identify intents. The knowledge is stored in a comma-separated file. Dialog Engine will parse this knowledge file on import and use the content to identify intents by matching the utterances to the questions. |
Dialog Engine includes a sample knowledge file that can be used as as template to building a knowledge base. Once imported. Dialog Engine will use the information to respond to questions. | Dialog Engine includes a sample knowledge file that can be used as as template to building a knowledge base. Once imported. Dialog Engine will use the information to respond to questions. | ||
+ | You can also create a bot that relies on this knowledge to answer queries. These bot are called '''Knowledge Bots'''. The Knowledge Bots do not require creating intents and utterances. You can update these bot by uploading a newer set of knowledge files. | ||
<br /> | <br /> | ||
− | |||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Import Knowledge | |sectionHeading=Import Knowledge | ||
− | |||
− | |||
|alignment=Horizontal | |alignment=Horizontal | ||
+ | |Media=GIF | ||
|image=GDE_knowledge_import.gif | |image=GDE_knowledge_import.gif | ||
− | |||
|structuredtext=*Click '''New Knowledge'''. | |structuredtext=*Click '''New Knowledge'''. | ||
*Enter a name to identify the knowledge. | *Enter a name to identify the knowledge. | ||
Line 30: | Line 26: | ||
The information in the knowledge is updated and the Knowledge page displays the knowledge name and the number of questions and answers that were imported. | The information in the knowledge is updated and the Knowledge page displays the knowledge name and the number of questions and answers that were imported. | ||
− | |||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Update Knowledge | |sectionHeading=Update Knowledge | ||
− | |||
− | |||
|alignment=Horizontal | |alignment=Horizontal | ||
+ | |Media=GIF | ||
|image=GDE_knowledge_update.gif | |image=GDE_knowledge_update.gif | ||
+ | |structuredtext=To update an existing knowledge file, click '''Update''' and import the latest knowledge file. | ||
+ | |Status=No | ||
+ | }}{{Section | ||
+ | |sectionHeading=Download Knowledge | ||
+ | |anchor=#download | ||
+ | |alignment=Horizontal | ||
|Media=GIF | |Media=GIF | ||
− | |structuredtext=To | + | |image=GDE_knowledge_download.gif |
− | + | |structuredtext=To download the current knowledge as a CSV file, click '''Download'''. | |
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Delete Knowledge | |sectionHeading=Delete Knowledge | ||
− | |||
− | |||
|alignment=Horizontal | |alignment=Horizontal | ||
+ | |Media=Image | ||
|image=GDE_knowledge_delete.gif | |image=GDE_knowledge_delete.gif | ||
− | |||
|structuredtext=*Click '''Delete''' in the right pane and click '''Delete''' in the confirmation dialog. | |structuredtext=*Click '''Delete''' in the right pane and click '''Delete''' in the confirmation dialog. | ||
− | |||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 10:55, April 2, 2020
Contents
Feature coming soon!Add predefined queries and answers to your bot allowing it to understand and respond to conversations.
What is Knowledge?
Knowledge is a set of predefined questions and answers that Dialog Engine will use to respond to queries and to identify intents. The knowledge is stored in a comma-separated file. Dialog Engine will parse this knowledge file on import and use the content to identify intents by matching the utterances to the questions.
Dialog Engine includes a sample knowledge file that can be used as as template to building a knowledge base. Once imported. Dialog Engine will use the information to respond to questions.
You can also create a bot that relies on this knowledge to answer queries. These bot are called Knowledge Bots. The Knowledge Bots do not require creating intents and utterances. You can update these bot by uploading a newer set of knowledge files.
Import Knowledge
- Click New Knowledge.
- Enter a name to identify the knowledge.
- Select the knowledge file to be imported.
- Click Create after the knowledge file is uploaded.