2.1.1 Context object
Example
{
"title": "Context",
"message": {
"text": "Here is some background information.",
"markup": [ ]
}
}
Fields
Field | Type | Description |
---|---|---|
title required |
String | The title of this context message. Example value: Context information |
message optional, XOR with media field |
2.1.1 MarkupText | The context information, optionally marked up. Example value: This capital was founded in the 7th century BC by the Phoenicians, who named it Oea. Note: either a message or a media object is required, not both. |
media optional, XOR with message field |
2.1.1 Media | An optional media object. Note: either a message or a media object is required, not both. |
tts optional |
2.1.1 Tts object | Optional information to allow in-player text-to-speech conversion. |
Last updated on