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.
An abstract type that represents a conversation in Viva Engage.
A Viva Engage conversation is a threaded discussion within a Viva Engage scope, such as a community or a storyline, that enables users to post messages, reply, react, and share content in a structured, persistent format for enterprise social collaboration.
Base type of onlineMeetingEngagementConversation.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
creationMode | engagementCreationMode | Don't use. This property is managed at engagementConversationMessage level. |
id | String | The unique ID of a conversation in Viva Engage. Inherited from entity. |
starterId | String | The unique ID of the first message in a Viva Engage conversation. |
Relationships
Relationship | Type | Description |
---|---|---|
messages | engagementConversationMessage collection | The messages in a Viva Engage conversation. |
starter | engagementConversationMessage | The first message in a Viva Engage conversation. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.engagementConversation",
"creationMode": "String",
"id": "String (identifier)",
"starterId": "String"
}