Difference between revisions of "Bot Editor Overview"

From QuData
Jump to navigation Jump to search
(Created page with "Category:Qubot To open the bot editor, create your own bot or choose any from the ready-made templates on the main page of the ''All Bots'' console. See Getting Started:...")
 
 
Line 48: Line 48:
 
*'''Start info''' – whether to show help when starting the editor.
 
*'''Start info''' – whether to show help when starting the editor.
 
*'''Hints''' – whether to show hints in the editor.
 
*'''Hints''' – whether to show hints in the editor.
*'''Fast mode''' – ускорять анимации редактора, например, при выборе элемента.
+
*'''Fast mode''' – speeds up editor animations, e.g. element selection.
*'''Active step''' – запускать бота с текущего шага, а не со стартового. Если режим выключен, бот по умолчанию запускается со стартового шага.
+
*'''Active step''' – start the bot from the current dialog step, not from the starting step. If disabled, the bot launches with the start step by default.
  
 
<blockquote>
 
<blockquote>
 
<pre style="color: green">
 
<pre style="color: green">
Стартовый шаг бота на рабочем поле отмечен словом "start" и чекбоксом в настройках шага у названия.
+
The start step of the bot on the workspace is marked as “start” and has a checkbox in the step settings next to the name.
 
</pre>
 
</pre>
 
</blockquote>
 
</blockquote>
  
*'''Active language''' – запускать бота на выбранном в данный момент языке (выбор языка можно найти слева в настройках у названия шага). Если режим выключен, бот по умолчанию запускается на английском языке.
+
*'''Active language''' – default bot language (language selection can be found on the left in the settings next to the step name). If disabled, the bot starts in English by default.
*'''Server mode''' – запуск бота происходит на сервере (больше возможностей). Если режим выключен, тогда бот запускается в локальном режиме, то есть так, будто он работает где-то на сайте без подключения к нашему серверу.
+
*'''Server mode''' – the bot is launched on the server with greater functionality. If disabled, the bot starts locally, i.e. as if working on the site without connection to our server.
'''Help''' – ссылка на виртуального ассистента и документацию по работе с редактором ботов.
+
'''Help''' – a link to the virtual assistant and Bot Editor documentation.
  
[[file:num3.png|text-bottom|20px]] RUN BOT – кнопка запуска бота.
+
[[file:num3.png|text-bottom|20px]] RUN BOT – the button to start the bot.
  
[[file:num4.png|text-bottom|20px]] Название текущего бота.
+
[[file:num4.png|text-bottom|20px]] The name of the current bot.
  
[[file:num5.png|text-bottom|20px]] Рабочее поле на нем отображаются все шаги, из которых состоит бот, и связи между шагами.
+
[[file:num5.png|text-bottom|20px]] Workspace the screen displaying all the bot steps and navigation between them.
  
[[file:num6.png|text-bottom|20px]] Настройка текущего шага здесь можно редактировать содержимое текущего шага, например, добавлять различные функциональные элементы (тексты, кнопки и т.п.) и настраивать их расположение и поведение.
+
[[file:num6.png|text-bottom|20px]] Settings of the current step here you can edit the content of the current step, e.g. add various functional elements like texts or buttons, and configure their location and behavior.
  
[[file:num7.png|text-bottom|20px]] Кнопка запуска бота.
+
[[file:num7.png|text-bottom|20px]] Bot launch button.

Latest revision as of 08:00, 14 February 2023

To open the bot editor, create your own bot or choose any from the ready-made templates on the main page of the All Bots console. See Getting Started: Creating Your First Bot for more information on how to create a bot.

Bot editor overview 01.jpg

Num1.png The bot editor can be found in the left menu of the QuData console. Log in

Num2.png Editor menu:

My Bots – the My Bots menu item allows you to quickly switch between your own bots without leaving the editor.

Edit Bot – the Edit Bot menu item allows you to perform the following operations with bots without leaving the editor:

  • New – create a new bot;
  • Clone – clone the current bot;
  • Rename – rename the current own bot;
  • Delete – delete the current own bot;
  • Export – export of the current bot (download the configuration file in *.json format);
  • Import – import of the current bot (upload the configuration file in *.json format for further editing);

Edit Step – the Edit Step menu item allows you to edit steps, the functional units that make up a bot. For example, a step may present a picture with buttons to choose from displayed by a bot.

  • Add - add a new step or folder (you may choose to add an empty step, an empty folder, or steps with the most frequently used content: "Yes/No" and "Language selection");
  • Copy – copy the selected step;
  • Copy Folder – copy the selected folder;
  • Paste – paste the copied step;
  • Paste Folder – paste the copied folder;
  • Rename Folder – rename the selected folder;
  • Delete – delete the selected step;
  • Delete Folder – delete the selected folder.
Steps can be copied not only within the current bot, but also between different bots. For example, you can copy your favorite step or folder from a template or example to any of your own bots.

Templates – the Templates menu item is a library with ready-to-use bots on various topics and with various purposes. You can view and chat with all template bots. After cloning the template you like, you can use and edit it.

Examples – the Examples menu item is a library with sample implementation of various functional blocks, such as using checkboxes, scrolling through the gallery, saving data, etc. Examples can be cloned or copied to your bots.

Please note that the templates and examples are for viewing only. In order to modify them, you have to clone them for further editing. To do this, select the Edit Bot menu item and click Clone.

Options – different Bot Editor settings.

  • View – selection of the steps arrangement on the screen (Grid stands for a rigid grid-based design, and Free allows you to place and move your steps randomly across the workspace.)
  • Start info – whether to show help when starting the editor.
  • Hints – whether to show hints in the editor.
  • Fast mode – speeds up editor animations, e.g. element selection.
  • Active step – start the bot from the current dialog step, not from the starting step. If disabled, the bot launches with the start step by default.
The start step of the bot on the workspace is marked as “start” and has a checkbox in the step settings next to the name.
  • Active language – default bot language (language selection can be found on the left in the settings next to the step name). If disabled, the bot starts in English by default.
  • Server mode – the bot is launched on the server with greater functionality. If disabled, the bot starts locally, i.e. as if working on the site without connection to our server.

Help – a link to the virtual assistant and Bot Editor documentation.

Num3.png RUN BOT – the button to start the bot.

Num4.png The name of the current bot.

Num5.png Workspace – the screen displaying all the bot steps and navigation between them.

Num6.png Settings of the current step – here you can edit the content of the current step, e.g. add various functional elements like texts or buttons, and configure their location and behavior.

Num7.png Bot launch button.