In the Basic Response Mode, you can easily create responses for every platform in a non-code environment.
The Generic message types include:
On the other hand, a messaging platform would have a set of Platform Specific message types which are unique to that platform.
You can display responses in different locales/languages by setting up locale group(s). You can easily duplicate a set of response in the default language and translate the content to fit another language.
Variation allows you to create random variations to your response, so different users triggering the same node might get a different response. The variations are sent out randomly and probability is dependent on how many variations you have. For instance, if you have two variations, then the probability of triggering one of the variation is 1/2.
An advanced response is a Promise function. A response object or an array of response objects can be resolved by the resolve
callback of the promise function. The response(s) will be sent to the user. The member details can be used to produce the response(s).
In the response modal, you can switch to the advanced mode by clicking "Advanced". The "Response Object" will be presented.
For further manipulation or utilizing the promise function, please do so in "Transform" section under the "Advanced" tab.
For more details on the advanced chatbot concept & usage, you may visit here.
In the node inspector, only one response can be displayed in the preview. The Platform Preference selector allows you to preview the responses of a selected platform.