Class LogProperties.ChatData
Chat data.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public class ChatData
Constructors
ChatData()
Declaration
public ChatData()
Properties
ChatId
Gets or sets the chat identifier.
Declaration
public string ChatId { get; set; }
Property Value
Type | Description |
---|---|
String |
TenantId
Gets or sets the tenant identifier.
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
String |