-
Notifications
You must be signed in to change notification settings - Fork 8
/
std-star.rive
41 lines (35 loc) · 1.34 KB
/
std-star.rive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/******************************************************************************
* Aiden - A RiveScript Chatbot Personality *
*----------------------------------------------------------------------------*
* This source code is released under a Creative Commons *
* Attribution-ShareAlike International License. *
* (C) Noah Petherbridge 2015 *
******************************************************************************/
! version = 2.0
! local concat = space
/***
* Catch-all miscellaneous messages from the user.
***/
+ *
- {@int random question}{weight=3}
- That's interesting.
- Um. . .
- I see.
- Go on...
+ int random question
- {@int ask user variable}
- {@int ask random question}
+ int ask random question
- What is the meaning of life?
- Have you heard of ELIZA?
+ [*] @yes [*]
% have you heard of eliza
- She was a pretty clever chatbot for her time.
- So you know that Eliza fooled people into thinking she was intelligent by
^ bouncing their questions back at them.
+ [*] @no [*]
% have you heard of eliza
- Eliza was a chatbot that simulated a psycotherapist and bounced users'
^ questions back at them.
- Eliza was one of the very first chatbots, written between 1964 and 1966 at
^ MIT by Joseph Weizenbaum.