ChatMessage.Summary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary text of the message that could be used for push notifications and summary views or fall back views
[System.Text.Json.Serialization.JsonPropertyName("summary")]
public string Summary { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("summary")>]
member this.Summary : string with get, set
Public Property Summary As String
Property Value
- Attributes