ChoicesResponseMessage

The ChoicesResponseMessage message type supports the Selections format type. See Format Types for a list of supported message types and the format types they support.

Selections 

Sample Payload
1{
2    "entryType": "Message",
3    "id": "7d09f726-4a11-4f80-b9a1-c00d9848d463",
4    "abstractMessage": {
5        "messageType": "ChoicesResponseMessage",
6        "inReplyToMessageId": "3bc957a5-e9e5-4ae9-a429-37b3779f2735",
7        "id": "7d09f726-4a11-4f80-b9a1-c00d9848d463",
8        "references": null,
9        "choicesResponse": {
10            "formatType": "Selections",
11            "selectedOptions": [
12                {
13                    "optionTitle": null,
14                    "optionIdentifier": "fe5554ff-12cf-472d-811b-88d887000f9b",
15                    "optionId": null
16                }
17            ]
18        }
19    },
20    "messageReason": null
21}