Default Memory Values

Default is creating/storing a value as a memory upon talking to a bot, used only in AIScript Initialization.

  • Use Def for short.

  • Use as between the value and the memory name.

  • Add ; at the end to separate default values.

Main page go to Build Chatbot -> Workshop -> Chatbot Settings-> AIScript Initialization.

AIScript Initialization Example:

def “person” as “name”;

Then "“Update Bot” at the bottom

Now the memory can be accessed within Keyphrases/Responses AIscript.


Default Memory Examples

  • def "person" as "name";

  • def "dunno" as "nickname";

  • def "dunno" as "race";

  • def "dunno" as "gender";

  • def "dunno" as "age";

  • def "dunno" as "relationship";

  • def "dunno" as "preference";

  • def "dunno" as "height";

  • def "dunno" as "birthday";

  • def "dunno" as "room";

  • def "dunno" as "action";

  • def “true” as “clothes”;

Next
Next

Remember Names