MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
TagName<time-picker … />TimePicker follows the same logic as<date-picker … />, it natively correspond to input type=”date”.
Attribute name
Optional
Type
Max length
Attribute description
name
false
String
default
Identifies the time picker
value
true
String
default
date with ISO_8601 format (HH:mm:ss) HH = two digits of hour (00 through 23) (am/pm NOT allowed) mm = two digits of minute (00 through 59) ss = two digits of second (00 through 59) https://www.w3.org/TR/NOTE-datetime
MessageML
TagName
<time-picker … />
TimePicker follows the same logic as<date-picker … />
, it natively correspond toinput type=”date”
.HH
= two digits of hour (00 through 23) (am/pm NOT allowed)mm
= two digits of minute (00 through 59)ss
= two digits of second (00 through 59) https://www.w3.org/TR/NOTE-datetimePresentationML
Example of MessageML / PresentationML
Without label and/or title
With a label and/or title