I want the user to ask a question, and then the chat bot responds in different lines but in order.
Multi-Line (separate lines) output in AIML?
1.5k Views Asked by Case Wright At
2
There are 2 best solutions below
0
Marlon van der Linde
On
For newer AIML versions, considering the age and still relevance of this question,
is still valid, and the use of could be combined with it in the templates.
However, be careful that these responses (utterances) will include the break-tags and other things, making context with painful to debug.
Related Questions in CHAT
- PHP chat submit refresh button
- UCWA: integrating advanced chat options
- What technologies should I use to create a real time One to One chat?
- Mysterious number of chars read with read() in simple chat in C?
- Android pubnub chat using parse giving incorrect authentication key error
- jquery chat with time
- QuickBlox Chat not logging in
- Is it a good idea to use push notifications for mobile chat applications? (Android, iOS)
- JavaFX chat Application
- Framework for chat server using AKKA
- Scalable private message system
- Chat application using CFWebsocket
- Quickblox: not getting contact list from EJabber
- Create a job in Parse which delete all old objects in all Classes
- GCM and quickblox pushnotification
Related Questions in CHATBOT
- Android chatbot Gui link with Program Ab AIML interpreter
- How to classify a sentence based on a few templates?
- Make Kik Bot listen on port 8080 without ngrok
- Design custom entities for api.ai
- After I've built a conversation flow in a chatbot, how'd I get the chatbot to actually perform the desired actions?
- How to send attachment in slack bot using SlackClient for node.js
- Two responses coming when making a single ajax request to wit.ai
- Bot, microsoft framework and Self-signed certificate
- c# save dictionary with <string,List<string>> in .dat with Binaryformatter (or something else)
- mIRC chat bot doesn't acknowledge commands
- How do I connect my database to API.AI?
- How to stream .aac url to wit.ai speech api
- Save chat history from watson conversation service to Cloudant NoSQL DB
- Chat Application Using PHP updating previous messages
- cant send a Generic Template from messenger api (facebook)
Related Questions in AIML
- Android chatbot Gui link with Program Ab AIML interpreter
- AIML Parser PHP
- Chat Application Using PHP updating previous messages
- AIML and python3
- AIML - getting unknown values from set values
- How to parse aiml script with an html form?
- Why isn't my input being found in my C# WPF Chatter Bot?
- getting "WARNING: No match found for input: load aiml b" with all files in the same directory
- how to get response in the form of img in python aiml
- Program-E Php Aim error
- How to find a string with missing fragments?
- How do I infer based on dataon few KPI which are collected per day on 15 min duration
- File "/home/roopasree/Desktop/aiml/face.py", line 54, in <module> face_encodings=face_recognition.face_encodings(rgb_small_frame,face_locations)
- {ValueError: Unknown layer: MovinetClassifier. Please ensure this object is passed to the `custom_objects` argument)
- AIML: Think/Set on button click
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Depending on the interpreter, you may be able to use the line break tags that HTML uses.
They can be used like this: