bot

  • Input field: Presents the value of brain attribute.
  • Output field: Returns the value of brain attribute.
<bot>attribute</bot>

Description

The brain attributes are initially defined by system. However you can override them by defining your own brain attributes. To define brain attributes, go to Settings tab and click wrench icon .

Parameters

attribute

The attribute name.

Examples

The examples below assume the brain attribute "name" is already set as "Aco".

Example 1. Represent a brain attribute

    • Hello <bot>name</bot>
    • Hello my friend!
    • Hello, Aco!
    • Hello my friend!

Example 2. Return a brain attribute

    • What is your name?
    • I'm <bot>name</bot>.
    • What is your name?
    • I'm Aco.

Notes

  • Use "bot" element for attributes that might require change from time to time.