{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.engagementConversationQuestionMessage", "title": "microsoft.graph.engagementConversationQuestionMessage", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.engagementConversationMessage" }, { "title": "engagementConversationQuestionMessage", "required": [ "@odata.type" ], "type": "object", "properties": { "title": { "type": "string", "description": "The title of the question post message on Viva Engage. Inherited from engagementConversationMessage." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.engagementConversationQuestionMessage" } }, "description": "A Viva Engage conversation question message." } ], "x-ms-discriminator-value": "#microsoft.graph.engagementConversationQuestionMessage" }