Natural language recognition in Agents

icon picker
Recognizing entities | Vocabularies

When expressing an intention in natural language, the
@Bot User
can use an
@Entity
in the
@Request
. For example, in the
@Request
“How to get to St. Petersburg by train” there are
@Entity
“city” (St. Petersburg) and
@Entity
“transport" (train). In some cases, you need to allocate
@Entity
values and write them to a
@Context Variable
for later use in the
@Script
. The essence can be expressed in different words — synonyms. For example, “St. Petersburg” can be called “Saint-P”, or “northern capital", and “train” — “electric rain" or “railway”.
The
@Platform
implements the ability to recognize an
@Entity
using
@Vocabulary
and the
@Synonym Slot
.
Learn more about the
@Synonym Slot
: .
Learn more about creating and uploading a
@Vocabulary
: .

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.