Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a starter message for a question post in a Viva Engage conversation.
Inherits from engagementConversationMessage.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
body | itemBody | The main content of the question post message on Viva Engage. Inherited from engagementConversationMessage. |
createdDateTime | DateTimeOffset | The date and time when the message was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from engagementConversationMessage. |
creationMode | engagementCreationMode | Indicates how the message was created. The possible values are: none , migration , unknownFutureValue . Inherited from engagementConversationMessage. |
from | engagementIdentitySet | Identity of the sender of the message. Inherited from engagementConversationMessage. |
id | String | Unique ID of a Viva Engage conversation message. Inherited from engagementConversationMessage. |
lastModifiedDateTime | DateTimeOffset | The date and time when message was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from engagementConversationMessage. |
replyToId | String | The ID of the parent message to which this message is a reply, if applicable. Inherited from engagementConversationMessage. |
title | String | The title of the question post message on Viva Engage. Inherited from engagementConversationMessage. |
Relationships
Relationship | Type | Description |
---|---|---|
conversation | engagementConversation | The Viva Engage conversation to which this message belongs. This relationship establishes the thread context for the message. Inherited from engagementConversationMessage. |
reactions | engagementConversationMessageReaction collection | A collection of reactions (such as like and smile) that users have applied to this message. Inherited from engagementConversationMessage. |
replies | engagementConversationMessage collection | A collection of messages that are replies to this message and form a threaded discussion. Inherited from engagementConversationMessage. |
replyTo | engagementConversationMessage | The parent message to which this message is a reply, if it is part of a reply chain. Inherited from engagementConversationMessage. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.engagementConversationQuestionMessage",
"body": {"@odata.type": "microsoft.graph.itemBody"},
"createdDateTime": "String (timestamp)",
"creationMode": "String",
"from": {"@odata.type": "microsoft.graph.engagementIdentitySet"},
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"replyToId": "String"
}