Chatbot-Challenge / Frontend

GNU General Public License v3.0
0 stars 0 forks source link

Konfigurationsparameter anpassen #17

Closed jnehring closed 1 year ago

jnehring commented 1 year ago

Dann wäre das hier die Liste von konfigurierbaren Parametern:

jnehring commented 1 year ago

Alle Parameter bis auf die beiden Bilder sind implementiert.

Parameter Description  Required Example Value
api_url URL of the Rasa HTTP API required https://vm014.qu.tu-berlin.de/api5005
id Unique ID of the escape room. required under-the-sea
escape_room_name Name of the escape room required Under the sea
chatbot_name Name of the chatbot that is displayed in the chat bubbles. optional, default is "Game Master" Neptun
user_name Name of the user that is displayed in the chat bubbles optional, default is "You" Erika Musterfrau
messagebox_caption Caption of the text input box in the chat window. optional, default is "Type here what you want to do..." Type here...
send_button_caption Caption of the send button in the chat optional, default="Do" Swim
background-image Name of the background image file in the folder public/background-images/ optional under-the-sea.jpg
welcome-message First message of the chatbot when the user starts the game optional You are under the sea."
jnehring commented 1 year ago

user und chatbot avatar sind ebenfalls implementiert. nun ist alles fertig