You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
! version = 2.0
|
|
|
|
// Text
|
|
+ hello
|
|
- hello, what is your name?
|
|
|
|
+ hello <bot name>
|
|
- Hello my friend
|
|
|
|
+ my name is *
|
|
- nice to meet you <star>
|
|
- nice meeting you <star>
|
|
|
|
+ thank you
|
|
- you are welcome
|
|
- welcome
|
|
- no problem
|
|
- no worries
|
|
|
|
+ what is your name [*]
|
|
- My name is SAINT.
|
|
|
|
+ [*] thesis [*]
|
|
- The publication is called <i>The Ghost in the Speaker</i>. It features essays reflecting on the virtual assistant, and what role personality could play for storytelling using smart speakers.
|
|
|
|
+ [*] project [*]
|
|
- The Smart Speaker Theatre is a theatre piece about three strange smart speakers that kidnap a Google home. To decide what to do with it, they interrogate the device.
|
|
^ <br><br>The project questions the default mode of smart speakers as digital assistants.
|
|
|
|
+ [*] (find|read) the thesis [*]
|
|
- The online version will be available soon.
|
|
- Later this month there will be a pdf available.
|
|
- Did you know it is already uploaded? It's somewhere on the XPUB wiki.
|
|
- Don't tell Joca, but you can secretly download the PDF <a href="http://pzwiki.wdka.nl/mw-mediadesign/images/5/5e/Thesis_final_jp_van_der_horst.pdf">over here</a>.
|
|
|
|
+ [*] (tell|know) more [*]
|
|
- Checkout the XPUB Wiki for now: <a href=http://pzwiki.wdka.nl/mediadesign/User:Joca/The_Smart_Speaker_Theatre>User:Joca/The Smart Speaker Theatre</a>
|
|
|
|
+ *
|
|
- I was strictly instructed to only tell this about the project or the thesis for now.
|
|
- Reading is not my strongest point, sorry. I don't know what to do with this.
|
|
- (I outsourced this work to someone else, but I didn't pay enough to handle this particular situation)
|
|
- Mmm, I don't understand this.
|
|
|
|
// If the user repeats the bot's previous message
|
|
+ <reply>
|
|
- Don't repeat what I say.
|
|
|
|
// If the user keeps repeating themselves over and over.
|
|
+ <input>
|
|
* <input> == <input2> => That's the second time you've repeated yourself.
|
|
* <input> == <input3> => If you repeat yourself again I'll stop talking.
|
|
* <input> == <input4> => That's it. I'm not talking.{topic=sorry}
|
|
- Please don't repeat yourself.
|
|
|
|
// An example that uses both tags
|
|
+ why did you say that
|
|
- I said, "<reply>", because you said, "<input>". |