Message
Description
The User.TappedContinue
type defines an action that requires a client to
The Message
type defines a piece of text that should be displayed to an end
user. Mindstep adopts a conversational user experience throughout the platform
so messages are intended to be displayed sequentially. Our user interface
guidelines recommend that when multiple messages
are to be displayed adjacent to each other that they are separated both
visually and in time. For example, a "typing" or "thinking" animation could be
used to indicate that a second message is due to follow the first, appearing
for a duration of time that allows the end user to read and understand the
first message.
Properties
text
(string
, required) - The literal text that should be presented to an end user.
Example
{
"type" : "Message",
"text" : "This is an example of a message."
}